Replace non-working uploads

This commit is contained in:
Bastian Kleineidam 2013-07-19 15:15:17 +02:00
parent b4e6bf0790
commit 4b94cbffe6
2 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,8 @@ ARCHIVE_SOURCE:=$(LAPPNAME)-$(VERSION).tar.gz
ARCHIVE_WIN32:=$(LAPPNAME)-$(VERSION).exe ARCHIVE_WIN32:=$(LAPPNAME)-$(VERSION).exe
GITUSER:=wummel GITUSER:=wummel
GITREPO:=$(LAPPNAME) GITREPO:=$(LAPPNAME)
WEB_META:=doc/web/app.yaml WEBPAGE:=$(HOME)/public_html/patool-webpage.git
WEBMETA:=doc/web/app.yaml
DEBUILDDIR:=$(HOME)/projects/debian/official DEBUILDDIR:=$(HOME)/projects/debian/official
DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION) DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION)
@ -35,9 +36,9 @@ sign:
[ -f dist/$(ARCHIVE_WIN32).asc ] || gpg --detach-sign --armor dist/$(ARCHIVE_WIN32) [ -f dist/$(ARCHIVE_WIN32).asc ] || gpg --detach-sign --armor dist/$(ARCHIVE_WIN32)
upload: upload:
github-upload $(GITUSER) $(GITREPO) \ cp dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \
dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \ dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc \
dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc $(WEBPAGE)/dist
homepage: homepage:
# update metadata # update metadata

View File

@ -1,3 +1,3 @@
app: !include app.yaml app: !include app.yaml
output_dir: ~/public_html/patool-webpage.git output_dir: ~/public_html/patool-webpage.git
output_exclude: ["todo"] output_exclude: ["todo", "dist"]