From 35a2873186354b24188d8951aa4a7b12b426c8f2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 9 Nov 2009 17:16:45 -0500 Subject: [PATCH] Added acprep upload step if daily proofing succeeds --- tools/proof | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/proof b/tools/proof index 7c5a16f2..08d2c6ee 100755 --- a/tools/proof +++ b/tools/proof @@ -26,6 +26,8 @@ if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then else echo "Ledger proof build succeeded" echo $VERSION > ~/Products/last-proofed + + time ./acprep upload 2>&1 | tee ~/Desktop/upload.log fi exit 0