mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08: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
|
# make hledgerPLATFORM first
|
||||||
pushbinary:
|
pushbinary:
|
||||||
-gzip -9 bin/$(BINARYFILENAME)
|
-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:
|
pushbinarywin:
|
||||||
cd bin; zip -9 $(BINARYFILENAME).zip $(BINARYFILENAME)
|
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
|
# show project stats useful for release notes
|
||||||
|
Loading…
Reference in New Issue
Block a user