Replace non-working uploads
This commit is contained in:
parent
b4e6bf0790
commit
4b94cbffe6
9
Makefile
9
Makefile
|
@ -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
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue