summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-10 03:44:12 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-10 03:44:12 -0500
commit8f0f6e59ccdbdef9c32545a66ce038e1cece4bef (patch)
tree49c295bb2315cb423ca3f0c8c5d2500101d43716 /tools
parent2163ee0da2db1becee92ad112e5a8752c98320e0 (diff)
downloadfork-ledger-8f0f6e59ccdbdef9c32545a66ce038e1cece4bef.tar.gz
fork-ledger-8f0f6e59ccdbdef9c32545a66ce038e1cece4bef.tar.bz2
fork-ledger-8f0f6e59ccdbdef9c32545a66ce038e1cece4bef.zip
Moved automatic acprep upload call to tools/push
Diffstat (limited to 'tools')
-rwxr-xr-xtools/proof2
-rwxr-xr-xtools/push1
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/proof b/tools/proof
index 08d2c6ee..7c5a16f2 100755
--- a/tools/proof
+++ b/tools/proof
@@ -26,8 +26,6 @@ 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
diff --git a/tools/push b/tools/push
index 2d8be6a2..2f025e96 100755
--- a/tools/push
+++ b/tools/push
@@ -9,3 +9,4 @@ git merge --no-ff next
git checkout next
git rebase master
git push
+./acprep upload