Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
no more shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jun 14, 2013
1 parent b40a0da commit 3ae59b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -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

Expand Down
8 changes: 0 additions & 8 deletions dput.cf
Expand Up @@ -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
Expand Down

0 comments on commit 3ae59b1

Please sign in to comment.