.gitignore etc/game-data-packager.conf

Alexandre Detiste alexandre.detiste at gmail.com
Mon May 18 14:59:24 UTC 2015


Hi Simon,

Is it ok to add /etc/game-data-packager.conf to .gitignore ?

I guess it can still be changed later with a "git add  etc/game-data-packager.conf" if needed.

This files doesn't need regular changes anyway.
http://anonscm.debian.org/cgit/pkg-games/game-data-packager.git/log/etc/game-data-packager.conf


I noticed that you prefer to silence external tools while
I prefer keeping full output and the code was a mix of the two.

Now someone can decide once for all if he wants
the output from external tools.

Alexandre


diff --git a/.gitignore b/.gitignore
index 33ae78f..a379085 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /out/
 __pycache__/
 *.deb
+/etc/game-data-packager.conf
diff --git a/etc/game-data-packager.conf b/etc/game-data-packager.conf
index 88b6124..5190320 100644
--- a/etc/game-data-packager.conf
+++ b/etc/game-data-packager.conf
@@ -3,4 +3,4 @@
 
 INSTALL="no"   # install the generated package on the local system
 PRESERVE="yes" # not preserve the generated package file(s)
-VERBOSE="no"    # show output from external tools
+VERBOSE="yes"   # show output from external tools



More information about the Pkg-games-devel mailing list