diff options
author | Shane McDonald <shanemcd@users.noreply.github.com> | 2016-10-26 23:24:15 +0200 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-10-26 23:24:15 +0200 |
commit | 4ae0d5b843703175405eaabb084c5d5e985abbd7 (patch) | |
tree | d2aecf756bfc860e498be5bb76f9c0e1866864fe /.gitignore | |
parent | Merge pull request #18156 from bwlz/docs_environment_examples (diff) | |
download | ansible-4ae0d5b843703175405eaabb084c5d5e985abbd7.tar.xz ansible-4ae0d5b843703175405eaabb084c5d5e985abbd7.zip |
Build debs with pbuilder (#18165)
* Build debs with pbuilder
* Update README in packaging/debian
* Add Dockerfile for building debs
* Add local_deb makefile target - Allows users to build debs using locally installed dependencies. This was the `deb` target before moving to pbuilder.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3dbd0190ef..4ebacf429a 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ docsite/htmlout docs-api/rst/ docs-api/_build/ # deb building stuff... -debian/ +/debian/ deb-build # Vim swap files *.swp |