contrib/rpm: ignore libgsystem/ repository in build_clean.sh
authorThomas Haller <thaller@redhat.com>
Wed, 3 Dec 2014 13:57:40 +0000 (14:57 +0100)
committerThomas Haller <thaller@redhat.com>
Wed, 3 Dec 2014 14:01:12 +0000 (15:01 +0100)
contrib/fedora/rpm/build_clean.sh

index c624d2a..a0d1c1f 100755 (executable)
@@ -65,7 +65,7 @@ if [[ $IGNORE_DIRTY != 1 ]]; then
     # check for a clean working directory.
     # We ignore the /contrib directory, because this is where the automation
     # scripts and the build results will be.
-    if [[ "x$(LANG=C git clean -ndx | grep '^Would remove contrib/.*$' -v)" != x ]]; then
+    if [[ "x$(LANG=C git clean -ndx | grep '^Would \(remove contrib/\|skip repository libgsystem/\).*$' -v)" != x ]]; then
         die "The working directory is not clean. Refuse to run. Try \`$0 --force\`, \`$0 --clean\`, or \`git clean -e :/contrib -dx -n\`"
     fi
     if [[ "x$(git status --porcelain)" != x ]]; then