File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,12 @@ deploy-deb:
70
70
ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " rm python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
71
71
72
72
deploy-deb-2.6 :
73
- ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " reprepro-includedeb debian lenny python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
74
- ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " reprepro-includedeb debian squeeze python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
75
- ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " reprepro-includedeb ubuntu lucid python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
76
- ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " reprepro-includedeb ubuntu maverick python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
73
+ ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " sudo freight add python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb apt/lenny apt/squeeze apt/lucid apt/maverick"
74
+ ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " sudo freight cache apt/lenny apt/squeeze apt/lucid apt/maverick"
77
75
78
76
deploy-deb-2.7 :
79
- ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " reprepro-includedeb ubuntu natty python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb"
77
+ ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " sudo freight add python-cloudformation_$( VERSION) -$( BUILD) py$( PYTHON_VERSION) _all.deb apt/natty"
78
+ ssh -i ~ /production.pem -t ubuntu@packages.devstructure.com " sudo freight cache apt/natty"
80
79
81
80
deploy-pypi :
82
81
$(PYTHON ) setup.py sdist upload
You can’t perform that action at this time.
0 commit comments