From f0078f674a90dab9204add96054af03042ec24c0 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Sep 18 2015 16:49:26 +0000 Subject: add a canary file for fedfind to know when make-updates is done with a compose --- diff --git a/scripts/make-updates b/scripts/make-updates index 37578ee..2307e10 100755 --- a/scripts/make-updates +++ b/scripts/make-updates @@ -106,3 +106,5 @@ sg releng "chmod 700 /pub/alt/stage/$VERSION-$DATE/" for type in Cloud_Atomic Docker Cloud-Images Cloud-Images-Untested; do sg releng "rsync -avhH $FINALDEST/$type/ /pub/alt/stage/$VERSION-$DATE/$type/"; done sg releng "chmod 755 /pub/alt/stage/$VERSION-$DATE/" +sg releng "printf \"make-updates finished at $(date)\n\" > /pub/alt/stage/$VERSION-$DATE/finish" +