Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
orchestrator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
orchestrator
Commits
c960c0a6
Commit
c960c0a6
authored
Oct 07, 2020
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop old-style build of SDL-based systems; users need to upgrade.
parent
ecbebe7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
orchestrator/taste-orchestrator.py
orchestrator/taste-orchestrator.py
+9
-0
No files found.
orchestrator/taste-orchestrator.py
View file @
c960c0a6
...
@@ -1979,6 +1979,15 @@ def UnzipAdaCode(adaSubsystems, AdaIncludePath):
...
@@ -1979,6 +1979,15 @@ def UnzipAdaCode(adaSubsystems, AdaIncludePath):
if
0
!=
len
([
c
for
c
in
name
if
c
.
isupper
()]):
if
0
!=
len
([
c
for
c
in
name
if
c
.
isupper
()]):
# panic("Ada user code must be in lower case filenames! (%s)" % name)
# panic("Ada user code must be in lower case filenames! (%s)" % name)
os
.
rename
(
root
+
os
.
sep
+
name
,
root
+
os
.
sep
+
name
.
lower
())
os
.
rename
(
root
+
os
.
sep
+
name
,
root
+
os
.
sep
+
name
.
lower
())
if
name
==
"system_structure.pr"
:
g_stageLog
.
error
(
"
\n
=====================================================================
\n
"
"OpenGEODE-based development has dramatically changed (for the better)
\n
"
"with the introduction of Kazoo in TASTE 10. Please upgrade your project
\n
"
"following the guide here:
\n
"
" http://taste.tuxfamily.org/wiki/index.php?title=Port_a_legacy_TASTE_project_to_Kazoo
\n
"
"=====================================================================
\n
"
)
sys
.
exit
(
1
)
mysystem
(
"find
\"
%s
\"
/ ! -type d -exec chmod -x '{}' ';'"
%
baseDir
)
mysystem
(
"find
\"
%s
\"
/ ! -type d -exec chmod -x '{}' ';'"
%
baseDir
)
mysystem
(
"find
\"
%s
\"
/ -exec touch '{}' ';'"
%
baseDir
)
mysystem
(
"find
\"
%s
\"
/ -exec touch '{}' ';'"
%
baseDir
)
mysystem
(
"find
\"
%s
\"
/ -type f -iname '*.o' -exec rm -f '{}' ';'"
%
baseDir
)
mysystem
(
"find
\"
%s
\"
/ -type f -iname '*.o' -exec rm -f '{}' ';'"
%
baseDir
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment