projects
/
oweals
/
hwdata.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e952123
)
Add 'upload' target for releaseballs
author
Adam Jackson
<ajax@redhat.com>
Thu, 9 Apr 2009 18:24:01 +0000
(14:24 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Thu, 9 Apr 2009 18:24:25 +0000
(14:24 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 64ef0ad552ffa413f876266c0c1eac90ec151c4b..add54c2d8b5c4359c3ae297a9ce11ff35cd6c768 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-66,6
+66,9
@@
create-archive:
archive: check clean tag create-archive
+upload: ${PKGNAME}-$(VERSION).tar.gz
+ @scp ${PKGNAME}-$(VERSION).tar.gz fedorahosted.org:$(PKGNAME)
+
dummy:
srpm-x: create-archive