diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-26 00:10:30 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-26 00:10:30 -0700 |
commit | fee2be4e11a82dea55e53c5e5fb48e7776d0d93a (patch) | |
tree | bf63db746af84bd5410a842e62c381bb2a4ef3df /Makefile | |
parent | 2e05cec5cc9b5b334f7e46b629d424b09b9925b2 (diff) | |
download | vyos-cloud-init-fee2be4e11a82dea55e53c5e5fb48e7776d0d93a.tar.gz vyos-cloud-init-fee2be4e11a82dea55e53c5e5fb48e7776d0d93a.zip |
Add a section for building an rpm and a section for building a deb
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -23,5 +23,11 @@ clean: rm -rf /var/log/cloud-init.log \ /var/lib/cloud/ -.PHONY: test pylint pyflakes 2to3 clean pep8 +rpm: + cd packages && ./brpm + +deb: + cd packages && ./bddeb + +.PHONY: test pylint pyflakes 2to3 clean pep8 rpm deb |