mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
"make push"/"make pull" for me to sync profiles etc.
This commit is contained in:
parent
cdfe673b74
commit
6e7e9e9984
17
Makefile
17
Makefile
@ -333,13 +333,22 @@ hackageupload:
|
||||
send:
|
||||
darcs send http://joyful.com/repos/hledger --to=hledger@googlegroups.com --edit-description
|
||||
|
||||
# push patches to the main repo with ssh
|
||||
push:
|
||||
# push patches and anything else pending to the public server
|
||||
push: pushprofs
|
||||
darcs push joyful.com:/repos/hledger
|
||||
|
||||
# sync latest profiles and benchtest results to the public site
|
||||
# pull anything pending from the public server
|
||||
pull: pullprofs
|
||||
darcs pull -a joyful.com:/repos/hledger
|
||||
|
||||
# push any new profiles and benchtest results to the public site
|
||||
# beware, results may look different depending on which machine generated them
|
||||
pushprofs:
|
||||
rsync -azP profs/ joyful.com:/repos/hledger/profs/ #--delete
|
||||
rsync -azP profs/ joyful.com:/repos/hledger/profs/
|
||||
|
||||
# fetch any new profiles and benchtest results from the public site
|
||||
pullprofs:
|
||||
rsync -azP joyful.com:/repos/hledger/profs/ profs/
|
||||
|
||||
# show project stats useful for release notes
|
||||
stats: showlastreleasedate showreleaseauthors showloc showerrors showlocalchanges showreleasechanges bench
|
||||
|
Loading…
Reference in New Issue
Block a user