summaryrefslogtreecommitdiff
path: root/tools/release-publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release-publish.sh')
-rwxr-xr-xtools/release-publish.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/release-publish.sh b/tools/release-publish.sh
index d87966c..e96c184 100755
--- a/tools/release-publish.sh
+++ b/tools/release-publish.sh
@@ -10,7 +10,7 @@
if [ $# -ne 2 ]
then
echo "Usage: $0 <version> <username>"
- echo "Example: $0 1.14.0 foo"
+ echo "Example: $0 1.16.0 foo"
exit 1
fi
@@ -41,8 +41,8 @@ ssh $USERNAME@$RELEASE_UPLOAD_HOST "rm -f $RELEASE_UPLOAD_DIR/LATEST-$PACKAGE-[0
# in the future, cairomm should be changed accordingly.
# https://gitlab.freedesktop.org/cairo/cairomm/-/issues/25
# https://gitlab.freedesktop.org/cairo/cairo/-/issues/458
-#gpg --armor --detach-sign $tar_file
-#scp $tar_file.asc $USERNAME@$RELEASE_UPLOAD_HOST:$RELEASE_UPLOAD_DIR
+gpg --armor --detach-sign $tar_file
+scp $tar_file.asc $USERNAME@$RELEASE_UPLOAD_HOST:$RELEASE_UPLOAD_DIR
# Move the files to a subdir.
#mkdir -p releases