]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
use local gitignore not one in repo
authorElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 16:46:03 +0000 (19:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 12 Apr 2016 16:46:03 +0000 (19:46 +0300)
builder.sh

index d689a943785de4dac6a917b44ffcec6e80c4edd6..4fba97dc68460faeb4cc1a85397b5300b9ae4acd 100755 (executable)
@@ -38,7 +38,7 @@ APPDIR=$(d=$0; [ -L "$d" ] && d=$(readlink -f "$d"); dirname "$d")
 VERSION="v0.35"
 VERSIONSTRING="\
 Build package utility from PLD Linux Packages repository
-$VERSION (C) 1999-2015 Free Penguins".
+$VERSION (C) 1999-2016 Free Penguins".
 
 CLEAN_PATH="/bin:/usr/bin:/usr/sbin:/sbin:/usr/X11R6/bin"
 
@@ -1152,7 +1152,7 @@ cvsignore_df() {
        if [ "$CVSIGNORE_DF" != "yes" ]; then
                return
        fi
-       cvsignore=${PACKAGE_DIR}/.gitignore
+       local cvsignore=${PACKAGE_DIR}/.git/info/exclude
 
        # add only if not yet there
        if ! awk -vf="$1" -vc=1 '$0 == f { c = 0 } END { exit c }' $cvsignore 2>/dev/null; then
This page took 0.03493 seconds and 4 git commands to generate.