From 41212cd4c1f570d199e564009798fd233c3f9be2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Nov 2009 04:16:47 -0500 Subject: Build the opt variant for uploading to FTP --- tools/push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/push b/tools/push index 2e20fc12..bee26934 100755 --- a/tools/push +++ b/tools/push @@ -10,6 +10,6 @@ git checkout next git rebase master git push git checkout master -./acprep upload +./acprep opt upload mv *.dmg* build git checkout next -- cgit v1.2.3 From 9448bd6fa9d0186001345d22992ee54e7e7793b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Nov 2009 05:50:55 -0500 Subject: If tools/proof succeeds, move proof.log into /tmp --- tools/proof | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/proof b/tools/proof index 7c5a16f2..c41745b6 100755 --- a/tools/proof +++ b/tools/proof @@ -26,6 +26,7 @@ if egrep -q '(ERROR|CRITICAL)' ~/Desktop/proof.log; then else echo "Ledger proof build succeeded" echo $VERSION > ~/Products/last-proofed + mv ~/Desktop/proof.log /tmp fi exit 0 -- cgit v1.2.3