[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-bundle-testsuite][main] 2 commits: Bug 40080: Don't archive *.rpm and *.deb files



Title: GitLab

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:

Changes:

  • tools/tb-build-06-start-nightly-build
    ... ... @@ -44,15 +44,13 @@ then
    44 44
                     -o -name '*-browser-windows*.exe' \
    
    45 45
                     -o -name '*-browser-macos*.dmg' \
    
    46 46
                     -o -name '*-browser-linux*.tar.xz' \
    
    47
    -                -o -name '*-browser*.deb' \
    
    48
    -                -o -name '*-browser*.rpm' \
    
    49 47
                     -o -name '*-browser*.apk' \
    
    50 48
                     -o -name '*-browser-debug-symbols-*.tar.xz' \
    
    51 49
                     -o -name 'tor-expert-bundle*.tar.gz' \
    
    52 50
                     \) \
    
    53 51
           -a -execdir cp -a {} "$dname" \;
    
    54 52
       done
    
    55
    -  /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
    
    53
    +  /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
    
    56 54
     fi
    
    57 55
     
    
    58 56
     # Only clean previous builds if we use more than 20GB
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx