summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2008-10-27 14:30:16 +0000
committerjortel <devnull@localhost>2008-10-27 14:30:16 +0000
commit12876be25fda4cf26a725438be45bfb19f2f3937 (patch)
treeea344d8207482c5004efe7ebe395d84c3c16018e /makefile
parent1c28c1be3ea31f82ac71837a4dc4cd08f0bbdda9 (diff)
downloadsuds-12876be25fda4cf26a725438be45bfb19f2f3937.tar.gz
add scp to fedorahosted:releases in makefile and change spec to get source from there
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index 526d02d..1f09cd3 100644
--- a/makefile
+++ b/makefile
@@ -29,6 +29,7 @@ dist: clean
sed -e "s/name=\"suds\"/name=\"python-suds\"/" $(SETUP) > $(pythonSETUP)
python $(SETUP) sdist bdist_egg
python $(pythonSETUP) sdist bdist_egg
+ scp dist/*.gz fedorahosted.org:suds
rm -rf *.egg-info
rm -f $(pythonSETUP)