From 4b94cbffe6cfd8dd189b34781389ac004b77e2a2 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 19 Jul 2013 15:15:17 +0200 Subject: [PATCH] Replace non-working uploads --- Makefile | 9 +++++---- doc/web/wokconfig | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6211ef5..7e042ca 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,8 @@ ARCHIVE_SOURCE:=$(LAPPNAME)-$(VERSION).tar.gz ARCHIVE_WIN32:=$(LAPPNAME)-$(VERSION).exe GITUSER:=wummel 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 DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.gz DEBPACKAGEDIR:=$(DEBUILDDIR)/$(LAPPNAME)-$(VERSION) @@ -35,9 +36,9 @@ sign: [ -f dist/$(ARCHIVE_WIN32).asc ] || gpg --detach-sign --armor dist/$(ARCHIVE_WIN32) upload: - github-upload $(GITUSER) $(GITREPO) \ - dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \ - dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc + cp dist/$(ARCHIVE_SOURCE) dist/$(ARCHIVE_WIN32) \ + dist/$(ARCHIVE_SOURCE).asc dist/$(ARCHIVE_WIN32).asc \ + $(WEBPAGE)/dist homepage: # update metadata diff --git a/doc/web/wokconfig b/doc/web/wokconfig index 56bbdfb..9ab0617 100644 --- a/doc/web/wokconfig +++ b/doc/web/wokconfig @@ -1,3 +1,3 @@ app: !include app.yaml output_dir: ~/public_html/patool-webpage.git -output_exclude: ["todo"] +output_exclude: ["todo", "dist"]