ledger/tools/push
2010-06-02 23:17:48 -04:00

15 lines
290 B
Bash
Executable file

#!/bin/sh
set -e
(cd plan/data; git push)
(cd plan; git commit -a -m "Update TODO files" && git push)
git checkout master
git merge --no-ff next
git checkout next
git rebase master
git push
git checkout master
./acprep --universal -j16 --warn opt upload
mv *.dmg* build
git checkout next