summaryrefslogtreecommitdiff
path: root/bin/cleanup
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-22 15:45:47 +0100
committerErich Eckner <git@eckner.net>2018-03-22 15:45:47 +0100
commitba6f43ca62a719d075cd23ccba35dbbab5f43951 (patch)
tree21ff5f78092909dac12e0b36bb5599852d2ae47e /bin/cleanup
parentb3023cfe9c2d4e8319885e22a575bd1a522b3f6c (diff)
downloadbuilder-ba6f43ca62a719d075cd23ccba35dbbab5f43951.tar.xz
decommission deletion-list
Diffstat (limited to 'bin/cleanup')
-rwxr-xr-xbin/cleanup7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/cleanup b/bin/cleanup
index 7aaa39f..c9a8d2b 100755
--- a/bin/cleanup
+++ b/bin/cleanup
@@ -69,11 +69,4 @@ find "${build_log_directory}/success" -maxdepth 1 -type f -mtime +14 \
-not -exec zgrep -q '^+.*ELF file .* has text relocations' '{}' \; \
-delete
-# remove dependency graphs of packages on the deletion list
-sed '
- s|^|'"${webserver_directory}"'/graphs/|
- s|$|.png|
-' "${work_dir}/deletion-list" | \
- xargs -rn1 rm -f
-
exit 0