Skip to content

Commit

Permalink
add to default list of folders to scan/clean: mars/snapshots/builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nickboldt committed Mar 9, 2015
1 parent 96893f0 commit 5778a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/cleanup/jbosstools-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "" | tee -a $log
#defauls
numbuildstokeep=1000 # keep X builds per branch
threshholdwhendelete=365 # purge builds more than X days old
dirsToScan="builds/staging/CI builds/nightly/core builds/nightly/coretests builds/nightly/soa-tooling builds/nightly/soatests builds/nightly/webtools builds/nightly/hibernatetools builds/nightly/integrationtests"
dirsToScan="mars/snapshots/builds builds/staging/CI builds/nightly/core builds/nightly/coretests builds/nightly/soa-tooling builds/nightly/soatests builds/nightly/webtools builds/nightly/hibernatetools builds/nightly/integrationtests"
delete=1 # if 1, files will be deleted. if 0, files will be listed for delete but not actually removed
checkTimeStamps=1 # if 1, check for timestamped folders, eg., 2012-09-30_04-01-36-H5622 and deduce the age from name. if 0, skip name-to-age parsing and delete nothing
childFolderSuffix="/" # for component update sites, set to "/"; for aggregate builds (not update sites) use "/all/repo/"
Expand Down

0 comments on commit 5778a73

Please sign in to comment.