Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
d17cd00c
Commit
d17cd00c
authored
Jul 18, 2017
by
Thanassis Tsiodras
Browse files
Allow reverting back compiler versions
parent
74282c8f
Changes
1
Show whitespace changes
Inline
Side-by-side
install/85_rtems.sh
View file @
d17cd00c
...
...
@@ -12,7 +12,7 @@ URL_OF_NEW_RTEMS_INFO=http://download.tuxfamily.org/taste/RTEMS/LATEST
if
wget
-q
-O
/tmp/syncup.
$$
"
$URL_OF_NEW_RTEMS_INFO
"
;
then
read
NEW_RTEMS_MTIME NEW_RTEMS_FOLDER NEW_RTEMS_URL
<<<
$(
cat
/tmp/syncup.
$$
)
rm
-f
/tmp/syncup.
$$
if
[
"
$OLD_RTEMS_MTIME
"
-
lt
"
$NEW_RTEMS_MTIME
"
]
;
then
if
[
"
$OLD_RTEMS_MTIME
"
-
ne
"
$NEW_RTEMS_MTIME
"
]
;
then
echo
Downloading updated version of the RTEMS compiler...
cd
/opt
NEW_COMPILER_TARBALL
=
/tmp/newCompiler.
$$
.tar.bz2
...
...
Write
Preview
Supports
Markdown
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