#703 nightly.sh: make sure we sync 31 containers. Add some comments and a fedmsg at the end after the cleanup.
Merged 5 years ago by mohanboddu. Opened 5 years ago by kevin.
Unknown source container-cleanup  into  master

file modified
+3 -2
@@ -196,7 +196,7 @@

  # Push rawhide base container image to fedora registry

  pushd ./releng

  pushd ./scripts

- ./sync-latest-container-base-image.sh 30

+ ./sync-latest-container-base-image.sh 31

  popd

  popd

  
@@ -215,5 +215,6 @@

           mutt -e "set from=\"$FROM\"" -e 'set envelope_from=yes' -s "$SUBJECT" $tomail

  done

  

+ # Removed all the older than 14 days composes

  find $TARGET_DIR  -xdev -depth -maxdepth 2 -mtime +14  -exec rm -rf {} \;

- 

+ send_fedmsg "${fedmsg_json_done}" ${RELEASE} cleanup.complete

rebased onto 6746e52

5 years ago

Pull-Request has been merged by mohanboddu

5 years ago
Metadata