Fix cvs tag command (for real this time)

This commit is contained in:
Jordan Bancino 2022-12-13 19:57:34 +00:00
parent 7533b9f6d1
commit 6d5ef9d6ad

View file

@ -154,12 +154,12 @@ recipe_release() {
exit 1 exit 1
fi fi
mkdir -p "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
# Tag the release at this point in time. # Tag the release at this point in time.
cvs tag "$CVS_TAG" cvs tag "$CVS_TAG"
mkdir -p "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
# Generate the release tarball. # Generate the release tarball.
cvs export "-r$CVS_TAG" "Telodendria" cvs export "-r$CVS_TAG" "Telodendria"
mv "Telodendria" "Telodendria-v$TELODENDRIA_VERSION" mv "Telodendria" "Telodendria-v$TELODENDRIA_VERSION"