[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40792: signing scripts missing project name prefix to make rule
Richard Pospesel (@richard)
git at gitlab.torproject.org
Mon Feb 20 15:43:43 UTC 2023
Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
757d8f9d by Richard Pospesel at 2023-02-20T15:42:43+00:00
Bug 40792: signing scripts missing project name prefix to make rule
- - - - -
2 changed files:
- tools/signing/dmg2mar
- tools/signing/upload-update_responses-to-staticiforme
Changes:
=====================================
tools/signing/dmg2mar
=====================================
@@ -27,4 +27,4 @@ test "$nb_locales" -eq "$nb_bundles" || \
mv -vf "$macos_signed_dir"/"$ProjName"-*.dmg "$signed_version_dir"/
-make dmg2mar-$tbb_version_type
+make $SIGNING_PROJECTNAME-dmg2mar-$tbb_version_type
=====================================
tools/signing/upload-update_responses-to-staticiforme
=====================================
@@ -10,11 +10,11 @@ update_responses_tar_filename="update-responses-$tbb_version_type-$tbb_version.t
update_responses_tar="$script_dir/../../$SIGNING_PROJECTNAME/$tbb_version_type/update-responses/$update_responses_tar_filename"
if test -f "$update_responses_tar"
then
- echo "$update_responses_tar_filename already exists: not running 'make update_responses-$tbb_version_type'"
+ echo "$update_responses_tar_filename already exists: not running 'make $SIGNING_PROJECTNAME-update_responses-$tbb_version_type'"
else
- echo "Running 'make update_responses-$tbb_version_type'"
+ echo "Running 'make $SIGNING_PROJECTNAME-update_responses-$tbb_version_type'"
pushd "$script_dir/../.." > /dev/null
- make update_responses-$tbb_version_type
+ make $SIGNING_PROJECTNAME-update_responses-$tbb_version_type
popd > /dev/null
fi
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/757d8f9d0817c341706e9122037ded784dd5c59c
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/757d8f9d0817c341706e9122037ded784dd5c59c
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230220/6cd9f7e5/attachment-0001.htm>
More information about the tor-commits
mailing list