mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 10:17:34 +03:00
tools: fix pushbinary location
This commit is contained in:
parent
66996eb95e
commit
f9bc4019a0
4
Makefile
4
Makefile
@ -586,11 +586,11 @@ pullprofs:
|
||||
# make hledgerPLATFORM first
|
||||
pushbinary:
|
||||
-gzip -9 bin/$(BINARYFILENAME)
|
||||
-rsync -aP bin/$(BINARYFILENAME).gz simon@joyful.com:/repos/hledger/site/binaries/
|
||||
-rsync -aP bin/$(BINARYFILENAME).gz simon@joyful.com:/repos/hledger/site/download/
|
||||
|
||||
pushbinarywin:
|
||||
cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME)
|
||||
-rsync -aP bin/$(BINARYFILENAME).zip simon@joyful.com:/repos/hledger/site/binaries/
|
||||
-rsync -aP bin/$(BINARYFILENAME).zip simon@joyful.com:/repos/hledger/site/download/
|
||||
|
||||
|
||||
# show project stats useful for release notes
|
||||
|
Loading…
Reference in New Issue
Block a user