forked from lda/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
|
||||
fi
|
||||
|
||||
mkdir -p "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
|
||||
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
|
||||
|
||||
# Tag the release at this point in time.
|
||||
cvs tag "$CVS_TAG"
|
||||
|
||||
mkdir -p "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
|
||||
cd "$TELODENDRIA_PUB/pub/v$TELODENDRIA_VERSION"
|
||||
|
||||
# Generate the release tarball.
|
||||
cvs export "-r$CVS_TAG" "Telodendria"
|
||||
mv "Telodendria" "Telodendria-v$TELODENDRIA_VERSION"
|
||||
|
|
Loading…
Reference in a new issue