Skip to content

Commit bea71d3

Browse files
committed
Synchronize nscl git commits as needed before tagging new versions.
1 parent cabe21c commit bea71d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ strip_rc_ver() {
2222

2323
VER=$(grep '"version":' "$MANIFEST_IN" | sed -re 's/.*": "(.*?)".*/\1/')
2424
if [ "$1" == "tag" ]; then
25+
# ensure nscl is up-to-date git-wise
26+
./nscl_gitsync.sh
27+
2528
echo "Tagging at $VER"
2629
git tag -a "$VER" -e -m"$(gitcl 2>/dev/null)"
2730
git push && git push origin "$VER"
@@ -193,8 +196,6 @@ fi
193196
mv "$BUILD" "$CHROMIUM_UNPACKED"
194197

195198
if [ "$SIGNED" ]; then
196-
# ensure nscl is up-to-date git-wise
197-
./nscl_gitsync.sh
198199
"$0" tag
199200
nscl
200201
../../we-publish "$XPI.xpi"

0 commit comments

Comments
 (0)