Skip to content

Commit

Permalink
create_archive.sh: Move .tds.zip to the top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaed committed May 5, 2016
1 parent 164b2ae commit 78f308f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions create_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ git archive --format=tar --prefix=$PROJECT/ HEAD | (cd $TMP && tar xf -)
rm $TMP/$PROJECT/create_archive.sh
perl -pi.bak -e "s/\\\$RELEASEDATE/$RELEASEDATE/g" $TMP/$PROJECT/README.md
rm -f $TMP/$PROJECT/README.md.bak
mv $TMP/$PROJECT.tds.zip $TMP/$PROJECT/

cd $TMP && zip -r $PWDF/$PROJECT.zip $PROJECT
rm -rf $TMP/$PROJECT
cd $TMP && zip -r $PWDF/$PROJECT.zip $PROJECT $PROJECT.tds.zip
rm -rf $TMP/$PROJECT $TMP/$PROJECT.tds.zip
echo
echo " * Done: $PROJECT.zip ($RELEASEDATE)"

0 comments on commit 78f308f

Please sign in to comment.