Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/maekke:master commit in: scripts/
Date: Sat, 04 Oct 2014 10:37:17
Message-Id: 1412419025.77006a2b4eb2d57286756af22a3fc7b6ab01264a.maekke@gentoo
1 commit: 77006a2b4eb2d57286756af22a3fc7b6ab01264a
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 4 10:37:05 2014 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 4 10:37:05 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=77006a2b
7
8 ignore cvs header
9
10 ---
11 scripts/diff-gentoo-x86.sh | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/scripts/diff-gentoo-x86.sh b/scripts/diff-gentoo-x86.sh
15 index 8ec6452..5bb21bc 100755
16 --- a/scripts/diff-gentoo-x86.sh
17 +++ b/scripts/diff-gentoo-x86.sh
18 @@ -8,7 +8,7 @@ pushd "${OVERLAY}" > /dev/null
19 for pkg in *-*/* ; do
20 if [[ -d ${CVS_DIR}/${pkg} ]] ; then
21 echo ">>> ${pkg}"
22 - diff -ru -x CVS -x ChangeLog -x Manifest "${CVS_DIR}"/${pkg} ${pkg}
23 + diff -ru -x CVS -x ChangeLog -x Manifest -I "^# \$Header:" "${CVS_DIR}"/${pkg} ${pkg}
24 fi
25 done