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
R
RTEMS-build-workflows
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thanassis Tsiodras
RTEMS-build-workflows
Commits
94c3063c
Commit
94c3063c
authored
Nov 10, 2016
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
parent
e9feeaf0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
OAR/contrib/build.rtems.4.11.smp.sh
OAR/contrib/build.rtems.4.11.smp.sh
+0
-13
No files found.
OAR/contrib/build.rtems.4.11.smp.sh
View file @
94c3063c
...
...
@@ -56,19 +56,6 @@ BUILD_LOG=~/rtems.build.logs/${DATE}.log
# Verify that we have all we need to build
source-builder/sb-check
# ESA's network is a pain ; PASV FTP is not allowed, so we basically fetched all the
# tarballs and hardlink to them each time (so no FTP action is triggered)
cd
rtems
[
!
-d
sources
]
&&
{
mkdir
-p
sources
cd
sources
cp
-al
/root/development/rtems/src/rtems-source-builder.working/rtems/sources/
*
.
cd
..
for
i
in
config/tools/
*
cfg
;
do
cat
"
$i
"
|
sed
's,ftp://ftp.gnu.org,http://ftp.gnu.org,;s,ftp://gcc.gnu.org,http://gcc.gnu.org,;'
>
"
$i
"
.new
&&
mv
"
$i
"
.new
"
$i
"
done
}
# Your network firewall may or may not be an issue at this point:
# Many of the source tarballs needed by the RSB are fetched over
# PASV-enabled FTP servers.
...
...
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