diff --git a/Makefile b/Makefile index a085bea..86e3f1b 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,6 @@ deb_dist: python setup.py --command-packages=stdeb.command sdist_dsc --workaround-548392=False bdist_deb upload-packages: deb_dist - dput -u -c dput.cf all-shadow ${OUTPUT_DIR}/${NAME}_${VERSION}-1_amd64.changes dput -u -c dput.cf all-shadow-fixed ${OUTPUT_DIR}/${NAME}_${VERSION}-1_amd64.changes dput -u -c dput.cf all-ros ${OUTPUT_DIR}/${NAME}_${VERSION}-1_amd64.changes diff --git a/dput.cf b/dput.cf index d4c432c..c56918e 100644 --- a/dput.cf +++ b/dput.cf @@ -7,14 +7,6 @@ run_dinstall = 0 post_upload_command = ssh rosbuild@50.28.27.175 -- /usr/bin/reprepro -b /var/www/repos/building --ignore=emptyfilenamepart -V processincoming all -[all-shadow] -method = scp -login = rosbuild -fqdn = pub8.willowgarage.com -incoming = /var/packages/ros-shadow/ubuntu/queue/all -run_dinstall = 0 -post_upload_command = ssh rosbuild@pub8.willowgarage.com -- /usr/bin/reprepro -b /var/packages/ros-shadow/ubuntu --ignore=emptyfilenamepart -V processincoming all - [all-shadow-fixed] method = scp login = rosbuild