Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
253e38ae
Commit
253e38ae
authored
Jan 06, 2012
by
Alexandre Duret-Lutz
Browse files
* lrde-upload.sh: Retrieve the package version from configure.ac.
parent
0ca40d72
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
253e38ae
2012-01-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* lrde-upload.sh: Retrieve the package version from configure.ac.
2012-01-05 Ala-Eddine Ben-Salem <ala@lrde.epita.fr>
Fix detection of the last iteration of minimize_dfa().
...
...
lrde-upload.sh
View file @
253e38ae
...
...
@@ -14,10 +14,13 @@ case $rev in
*
)
rev
=
"-
$rev
"
;;
esac
# Retrieve the package version
VERSION
=
`
autoconf
--trace
=
'AC_INIT:$2'
`
rm
-rf
/lrde/dload/spot/spot-snapshot
$rev
.tmp
cp
-pR
doc/spot.html /lrde/dload/spot/spot-snapshot
$rev
.tmp
chmod
-R
a+rX /lrde/dload/spot/spot-snapshot
$rev
.tmp
mv
-f
spot-
*
.tar.gz /lrde/dload/spot/spot-snapshot
$rev
.tar.gz
mv
-f
spot-
$VERSION
.tar.gz /lrde/dload/spot/spot-snapshot
$rev
.tar.gz
chmod
a+rX /lrde/dload/spot/spot-snapshot
$rev
.tar.gz
rm
-rf
/lrde/dload/spot/spot-snapshot
$rev
.html
mv
-f
/lrde/dload/spot/spot-snapshot
$rev
.tmp /lrde/dload/spot/spot-snapshot
$rev
.html
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