From 6d5ef9d6ad5db4169253fa0ca287249ac58b85d3 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Tue, 13 Dec 2022 19:57:34 +0000 Subject: [PATCH] Fix cvs tag command (for real this time) --- tools/bin/td | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/bin/td b/tools/bin/td index e1a124a..aa9f15d 100644 --- a/tools/bin/td +++ b/tools/bin/td @@ -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"