From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 94D1813838B for ; Sat, 4 Oct 2014 10:37:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA63BE0944; Sat, 4 Oct 2014 10:37:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61E5BE0944 for ; Sat, 4 Oct 2014 10:37:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2596F340139 for ; Sat, 4 Oct 2014 10:37:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 959C66ECC for ; Sat, 4 Oct 2014 10:37:12 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1412419025.77006a2b4eb2d57286756af22a3fc7b6ab01264a.maekke@gentoo> Subject: [gentoo-commits] dev/maekke:master commit in: scripts/ X-VCS-Repository: dev/maekke X-VCS-Files: scripts/diff-gentoo-x86.sh X-VCS-Directories: scripts/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 77006a2b4eb2d57286756af22a3fc7b6ab01264a X-VCS-Branch: master Date: Sat, 4 Oct 2014 10:37:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e6ad68e2-2b3b-4dc9-8be1-b4ba52cfb2a3 X-Archives-Hash: 375c44dd94562851129ffc4163f9b9d2 commit: 77006a2b4eb2d57286756af22a3fc7b6ab01264a Author: Markus Meier gentoo org> AuthorDate: Sat Oct 4 10:37:05 2014 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Oct 4 10:37:05 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/maekke.git;a=commit;h=77006a2b ignore cvs header --- scripts/diff-gentoo-x86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/diff-gentoo-x86.sh b/scripts/diff-gentoo-x86.sh index 8ec6452..5bb21bc 100755 --- a/scripts/diff-gentoo-x86.sh +++ b/scripts/diff-gentoo-x86.sh @@ -8,7 +8,7 @@ pushd "${OVERLAY}" > /dev/null for pkg in *-*/* ; do if [[ -d ${CVS_DIR}/${pkg} ]] ; then echo ">>> ${pkg}" - diff -ru -x CVS -x ChangeLog -x Manifest "${CVS_DIR}"/${pkg} ${pkg} + diff -ru -x CVS -x ChangeLog -x Manifest -I "^# \$Header:" "${CVS_DIR}"/${pkg} ${pkg} fi done