[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] Bug 40078: Update tools/tb-build-06-start-nightly-build to archive binaries...
boklm (@boklm)
git at gitlab.torproject.org
Wed Jul 17 12:33:14 UTC 2024
boklm pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite
Commits:
b83c519e by Richard Pospesel at 2024-07-10T21:18:46+00:00
Bug 40078: Update tools/tb-build-06-start-nightly-build to archive binaries after tor-browser-build#40829
- - - - -
1 changed file:
- tools/tb-build-06-start-nightly-build
Changes:
=====================================
tools/tb-build-06-start-nightly-build
=====================================
@@ -41,13 +41,14 @@ then
find "$dir" -maxdepth 1 \( \
-name '*.txt' \
-o -name '*.asc' \
- -o -name 'torbrowser-install-*_ALL.exe' \
- -o -name 'TorBrowser-*_ALL.dmg' \
- -o -name 'tor-browser-linux*_ALL.tar.xz' \
- -o -name '*-multi-qa.apk' \
- -o -name 'basebrowser-install-*_ALL.exe' \
- -o -name 'BaseBrowser-*_ALL.dmg' \
- -o -name 'base-browser-linux*_ALL.tar.xz' \
+ -o -name '*-browser-windows*.exe' \
+ -o -name '*-browser-macos*.dmg' \
+ -o -name '*-browser-linux*.tar.xz' \
+ -o -name '*-browser*.deb' \
+ -o -name '*-browser*.rpm' \
+ -o -name '*-browser*.apk' \
+ -o -name '*-browser-debug-symbols-*.tar.xz' \
+ -o -name 'tor-expert-bundle*.tar.gz' \
\) \
-a -execdir cp -a {} "$dname" \;
done
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/b83c519e4cd945043ab0641b5541f5c36dfd410a
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/-/commit/b83c519e4cd945043ab0641b5541f5c36dfd410a
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/20240717/3072d45e/attachment-0001.htm>
More information about the tor-commits
mailing list