added initial fpm commands for building packages and minor updates to support

This commit is contained in:
Blake J. Harnden 2017-12-21 16:19:12 -08:00
parent 58c6d03bc4
commit 59e6b6630a
8 changed files with 87 additions and 55 deletions

7
.gitignore vendored
View file

@ -26,3 +26,10 @@ stamp-h1
# ignore test coverage files
coverage.xml
# python files
*.egg-info
# ignore package files
*.rpm
*.deb