From bea71d3042f712cc2d446c5181c9282793f59135 Mon Sep 17 00:00:00 2001 From: hackademix Date: Thu, 25 Jul 2024 11:07:21 +0200 Subject: [PATCH] Synchronize nscl git commits as needed before tagging new versions. --- build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2fb91ec..db556aa 100644 --- a/build.sh +++ b/build.sh @@ -22,6 +22,9 @@ strip_rc_ver() { VER=$(grep '"version":' "$MANIFEST_IN" | sed -re 's/.*": "(.*?)".*/\1/') if [ "$1" == "tag" ]; then + # ensure nscl is up-to-date git-wise + ./nscl_gitsync.sh + echo "Tagging at $VER" git tag -a "$VER" -e -m"$(gitcl 2>/dev/null)" git push && git push origin "$VER" @@ -193,8 +196,6 @@ fi mv "$BUILD" "$CHROMIUM_UNPACKED" if [ "$SIGNED" ]; then - # ensure nscl is up-to-date git-wise - ./nscl_gitsync.sh "$0" tag nscl ../../we-publish "$XPI.xpi"