mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Include zip files in the release script.
[SVN r41124]
This commit is contained in:
@ -3,6 +3,7 @@ UNORDERED_DST=$TARBALL_DIR/unordered
|
||||
|
||||
mkdir -p $TARBALL_DIR
|
||||
rm $TARBALL_DIR/unordered.tar.gz
|
||||
rm $TARBALL_DIR/unordered.zip
|
||||
rm -rf $TARBALL_DIR/unordered
|
||||
|
||||
svn export . $UNORDERED_DST
|
||||
@ -20,6 +21,7 @@ rm $UNORDERED_DST/release.sh
|
||||
|
||||
cd $TARBALL_DIR
|
||||
tar -czf unordered.tar.gz unordered
|
||||
zip -r unordered.zip unordered
|
||||
cd -
|
||||
|
||||
rm -r $UNORDERED_DST
|
||||
|
Reference in New Issue
Block a user