mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
simplify buildbot upload of windows installer
since the installer upload got more complex (needing to chmod files before rsyncing) I promoted it to a makefile target, simplifying the buildbot steps involved
This commit is contained in:
parent
6e8fe30859
commit
7443121a9c
7
Makefile
7
Makefile
@ -418,7 +418,7 @@ deb-gutsy-head:
|
||||
fakeroot debian/rules binary
|
||||
|
||||
# These targets provide for windows native builds
|
||||
.PHONY: hatch-eggs windows-exe windows-installer
|
||||
.PHONY: hatch-eggs windows-exe windows-installer windows-installer-upload
|
||||
|
||||
hatch-eggs:
|
||||
$(PP) $(PYTHON) misc/hatch-eggs.py
|
||||
@ -430,3 +430,8 @@ windows-installer: windows-exe
|
||||
$(PP) $(PYTHON) misc/sub-ver.py windows/installer.tmpl >windows/installer.iss
|
||||
cd windows && "$(INNOSETUP)" /cc installer.iss
|
||||
|
||||
windows-installer-upload:
|
||||
chmod -R o+rx windows/dist/installer
|
||||
rsync -av -e /usr/bin/ssh windows/dist/installer/ amduser@dev:/home/amduser/public_html/dist/tahoe/windows/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user