
.git need to be in MANIFEST.in twice some versions of git add .git for submodules as a file and in others its a directory removing some of the files in the puppet modules during rpm build packstack/installer/run_setup.py is no longer runable
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
include docs/*
|
|
include LICENSE
|
|
recursive-include packstack/puppet *
|
|
recursive-include packstack/templates *
|
|
global-exclude .gitignore
|
|
global-exclude .gitmodules
|
|
global-exclude .git
|
|
prune packstack/puppet/modules/*/.git
|