Skip to content

Commit 7835861

Browse files
committed
Use new build tools.
1 parent 862d67c commit 7835861

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Makefile

+4-5
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,12 @@ deploy-deb:
7070
ssh -i ~/production.pem -t ubuntu@packages.devstructure.com "rm python-cloudformation_$(VERSION)-$(BUILD)py$(PYTHON_VERSION)_all.deb"
7171

7272
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"
7775

7876
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"
8079

8180
deploy-pypi:
8281
$(PYTHON) setup.py sdist upload

0 commit comments

Comments
 (0)