morgan pushed to branch main at The Tor Project / Applications / tor-browser-bundle-testsuite
Commits: ece643c6 by Nicolas Vigier at 2025-01-25T10:18:10+01:00 Bug 40080: Don't archive *.rpm and *.deb files
In order to save space, don't archive deb and rpm files.
- - - - - abcf9a5a by Nicolas Vigier at 2025-01-25T10:22:25+01:00 Bug 40080: Reduce the number of archived nightly builds
In order to avoid filling the disk (see tpo/tpa/team#41992), we reduce the number of days we keep builds from 100 to 30. We're still keeping one build from each of the last 30 weeks and last 12 months.
- - - - -
1 changed file:
- tools/tb-build-06-start-nightly-build
Changes:
===================================== tools/tb-build-06-start-nightly-build ===================================== @@ -44,15 +44,13 @@ then -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 - /home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 100 --weeks 30 --months 12 ~/tor-browser-builds-archive + /home/tb-builder/tor-browser-bundle-testsuite/clones/tor-browser-build/tools/prune-old-builds --days 30 --weeks 30 --months 12 ~/tor-browser-builds-archive fi
# Only clean previous builds if we use more than 20GB
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-bundle-testsuite/...
tbb-commits@lists.torproject.org