forked from Telodendria/Telodendria
Fix cvs tag command (for real this time)
This commit is contained in:
parent
7533b9f6d1
commit
6d5ef9d6ad
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue