diff options
author | James Laska <jlaska@ansible.com> | 2014-06-20 22:04:10 +0200 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2014-06-20 22:09:02 +0200 |
commit | 411311495f9293d08af6a41c3c111d30e04a95d1 (patch) | |
tree | 40b4832e9579cf316f8e3587c1b07e4d70289edf /.gitignore | |
parent | Conditionally try to get ebs_optimized parameter from instance (diff) | |
download | ansible-411311495f9293d08af6a41c3c111d30e04a95d1.tar.xz ansible-411311495f9293d08af6a41c3c111d30e04a95d1.zip |
Updated DEB build workflow
Updates to Makefile include:
* add targets: deb-src, deb-src-upload, deb-upload
* add variables to control DEB building: DEBUILD_OPTS, DPUT_OPTS, DEB_PPA, DEB_DIST, DEB_RELEASE
* create deb files for all release values in DEB_DIST
Several updates to packaging/debian/*
* Updated control file
* Whitespace/formatting of changelog
Add deb-build to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4cbb515b8e..5fe1d994e3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ docsite/searchindex.js docsite/htmlout # deb building stuff... debian/ +deb-build # Vim swap files *.swp *.swo |