summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-09 17:16:45 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-09 17:16:45 -0500
commit35a2873186354b24188d8951aa4a7b12b426c8f2 (patch)
tree7d60369137fcd91ae22ea523cf12e430be11b919 /tools
parent9e07e61fadf7f3c9d1fd32a3805f6e97163eba15 (diff)
downloadfork-ledger-35a2873186354b24188d8951aa4a7b12b426c8f2.tar.gz
fork-ledger-35a2873186354b24188d8951aa4a7b12b426c8f2.tar.bz2
fork-ledger-35a2873186354b24188d8951aa4a7b12b426c8f2.zip
Added acprep upload step if daily proofing succeeds
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof2
1 files changed, 2 insertions, 0 deletions
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