Add support for building RPMs from zips
[integration/packaging.git] / .coafile
index 20a5bde61625cc60052be532645c6b1d57c2367e..c06091e735458256d2b090ab9cf2135b17315b58 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -3,7 +3,6 @@ ignore = .tox/**,
     .git/**,
     .gitignore,
     .gitreview,
-    .gitmodules,
     **/provisioning/roles/**,
     node_modules/**,
     **.sw?,
@@ -18,7 +17,7 @@ ignore = .tox/**,
     **.tar.gz,
     **.rpm,
     **.pyc,
-    deb/templates/rules_template
+    packages/deb/templates/rules_template
 
 [all.spacing]
 bears = SpaceConsistencyBear
@@ -54,6 +53,7 @@ default_actions = JSONFormatBear: ApplyPatchAction
 
 [all.shell]
 bears = ShellCheckBear
+shell = bash
 files = **.sh
 
 [all.python]