Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
010a91f1
Commit
010a91f1
authored
Jan 13, 2011
by
Guillaume Lazzara
Browse files
Add generic symbolic links to the latest snapshot.
* lrde-upload.sh: Here.
parent
b297ea84
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
010a91f1
2011-01-13 Guillaume Lazzara <z@lrde.epita.fr>
Add generic symbolic links to the latest snapshot.
* lrde-upload.sh: Here.
2010-11-29 Roland Levillain <roland@lrde.epita.fr>
Honor `--without-qt' in configure.
...
...
lrde-upload.sh
View file @
010a91f1
...
...
@@ -71,14 +71,18 @@ mkdir -p $DEST
find
$DEST
-maxdepth
1
-type
f
-mtime
+1
-name
'olena-*-snapshot-*'
\
-exec
rm
-f
{}
\;
# Delete old symbolic links.
rm
-f
$DEST
/olena-
$VERSION
-
$suffix
.tar.gz
$DEST
/olena-
$VERSION
-
$suffix
.tar.bz2
# Upload the `.tar.gz' tarball.
cp
-f
olena-
$VERSION
.tar.gz
$DEST
/olena-
$REV
.tar.gz.tmp
mv
-f
$DEST
/olena-
$REV
.tar.gz.tmp
$DEST
/olena-
$REV
.tar.gz
ln
-s
$DEST
/olena-
$REV
.tar.gz
$DEST
/olena-
$VERSION
-
$suffix
.tar.gz
# Upload the `.tar.bz2' tarball.
cp
-f
olena-
$VERSION
.tar.bz2
$DEST
/olena-
$REV
.tar.bz2.tmp
mv
-f
$DEST
/olena-
$REV
.tar.bz2.tmp
$DEST
/olena-
$REV
.tar.bz2
ln
-s
$DEST
/olena-
$REV
.tar.bz2
$DEST
/olena-
$VERSION
-
$suffix
.tar.bz2
# Upload a copy of the reference manual and other documentation.
mkdir
-p
$DEST_DOC
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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