Unverified Commit abcf9a5a authored by boklm's avatar boklm
Browse files

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.
parent ece643c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ then
                \) \
      -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