Skip to content

Commit

Permalink
quickcommit Thu Dec 28 17:50:12 PST 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bishop committed Dec 29, 2023
1 parent a958892 commit 25f92d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion create_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ if [ -e "./dist/$ARCHIVE_NAME" ]; then
exit 1
fi


mv "./dumps/debian_current" "./dumps/$RELEASE_NAME"

tar czvf "./dist/$ARCHIVE_NAME" "./dumps/$RELEASE_NAME"
pushd ./dumps || exit 1

tar czvf "../dist/$ARCHIVE_NAME" "./$RELEASE_NAME"

popd || exit 1

mv "./dumps/$RELEASE_NAME" "./dumps/debian_current"

Expand Down

0 comments on commit 25f92d0

Please sign in to comment.