Skip to content

Commit 542f649

Browse files
committed
clean up files
1 parent 351ba56 commit 542f649

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

cron/lookahead-find-unsigned-10

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ mutt -e "set from=\"$FROM\"" \
2222
-e 'set envelope_from=yes' \
2323
-s "Unsigned builds for ${MAJOR} LookAhead" \
2424
[email protected] < "/tmp/unsigned_lookahead_${MAJOR}"
25+
26+
/bin/rm "/tmp/unsigned_lookahead_${MAJOR}" "/tmp/unsigned_lookahead_${MAJOR}_all"

cron/lookahead-find-unsigned-9

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ mutt -e "set from=\"$FROM\"" \
2222
-e 'set envelope_from=yes' \
2323
-s "Unsigned builds for ${MAJOR} LookAhead" \
2424
[email protected] < "/tmp/unsigned_lookahead_${MAJOR}"
25+
26+
/bin/rm "/tmp/unsigned_lookahead_${MAJOR}" "/tmp/unsigned_lookahead_${MAJOR}_all"

cron/stable-find-unsigned-10

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ mutt -e "set from=\"$FROM\"" \
2222
-e 'set envelope_from=yes' \
2323
-s "Unsigned builds for ${REVISION}" \
2424
[email protected] < "/tmp/unsigned_${REVISION}"
25+
26+
/bin/rm "/tmp/unsigned_${REVISION}" "/tmp/unsigned_${REVISION}_all"

cron/stable-find-unsigned-9

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ mutt -e "set from=\"$FROM\"" \
2222
-e 'set envelope_from=yes' \
2323
-s "Unsigned builds for ${REVISION}" \
2424
[email protected] < "/tmp/unsigned_${REVISION}"
25+
26+
/bin/rm "/tmp/unsigned_${REVISION}" "/tmp/unsigned_${REVISION}_all"

0 commit comments

Comments
 (0)