Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
08472981
Commit
08472981
authored
14 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
improve daily cleanup scripts
parent
cdf88301
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releng.control/cleanupArtifacts.sh
+8
-2
8 additions, 2 deletions
releng.control/cleanupArtifacts.sh
with
8 additions
and
2 deletions
releng.control/cleanupArtifacts.sh
+
8
−
2
View file @
08472981
...
...
@@ -246,12 +246,18 @@ echo "INFO: Checking to remove old tmp directories and files."
removeOldDirectoriesAndFiles
${
RECOMMENDED_TMP_DIR
}
13
;
# even one month is a bit "risky" in that some patch builds, for example, may not be ran except
# once every blue moon ... hence pre-reqs will need to be re-fetched.
# once every blue moon ... hence pre-reqs will need to be re-fetched. And, remember, by that time, the
# pre-req might have moved to a different URL, so our build scripts might have to be changed to
# point to 'archive' location.
# TODO: we have some prereqs that can not be retrieved automatically. So, we should have
# an "exclude" list, such as oagis_release_8.0_GA-withSP3.zip, DITA-OT1.2.1_bin-ASL.zip, WSDL_1.1_for%20OAGIS_8.0.zip.
# I don't recall which, but one or more of these have a "license confirmation" screen that prevents
# autodownload so when if/when we want it, we have to get our selves, and copy into prereqs directory.
# And one of those, I think oagis_release? has some write protected files that prevents their deletion,
# once unzipped, so we have tweeked the permissions.
echo
"INFO: Checking to remove old pre-req directories and files not access for 1 month."
echo
"INFO: Checking to remove old pre-req directories and files not access
ed
for 1 month."
removeOldDirectoriesAndFiles
${
LOCAL_PREREQS_CACHE
}
30
;
echo
"INFO: Checking to remove old pre-req directories and files not accessed for 1 month."
removeOldDirectories
${
BASE_BUILDERS
}
30
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment