[Pkg-privacy-commits] [xul-ext-monkeysphere] 215/296: added publish makefile target for pushing the current xpi to the public.
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit b18ebe032a838eacf32498165e50ea0ea742ccb1
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Sun Apr 25 23:40:26 2010 -0400
added publish makefile target for pushing the current xpi to the public.
---
Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7a270a9..f916459 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,10 @@ monkeysphere.xpi: $(XPI_CONTENTS)
debian-package:
git buildpackage -uc -us
+publish: monkeysphere.xpi
+ scp $< archivemaster at george.riseup.net:/srv/archive.monkeysphere.info/xul-ext/
+
clean:
rm -f monkeysphere.xpi
-.PHONY: clean debian-package
+.PHONY: clean debian-package publish
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list