We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431339f commit 6ad574eCopy full SHA for 6ad574e
2 files changed
cron/lookahead-cleanup-10
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+pushd /mnt/koji/compose/10-LookAhead/
4
5
+SRCS=$(find . -maxdepth 1 -type d -mtime +7 | grep -vE 'SIG-|Rocky-10.[0-9]+-20[2-3][0-9]' | sort)
6
7
+printf "The following will be deleted\n"
8
+for x in $SRCS ; do echo ${x} ; done
9
10
+rm -rf ${SRCS}
cron/lookahead-cleanup-9
+pushd /mnt/koji/compose/9-LookAhead/
0 commit comments