[packages/rpm-build-tools] use local gitignore not one in repo
glen
glen at pld-linux.org
Tue Apr 12 18:46:19 CEST 2016
commit be93ada0a1a9fdbd364de610211ea1dffc4c5fa2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Apr 12 19:46:03 2016 +0300
use local gitignore not one in repo
builder.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/builder.sh b/builder.sh
index d689a94..4fba97d 100755
--- a/builder.sh
+++ b/builder.sh
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/be93ada0a1a9fdbd364de610211ea1dffc4c5fa2
More information about the pld-cvs-commit
mailing list