From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jj0JV-0004NH-6W for garchives@archives.gentoo.org; Mon, 07 Apr 2008 22:59:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53829E0438; Mon, 7 Apr 2008 22:59:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 30EBFE0438 for ; Mon, 7 Apr 2008 22:59:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id C50A56798F for ; Mon, 7 Apr 2008 22:59:43 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1Jj0JS-0001up-92 for gentoo-commits@lists.gentoo.org; Mon, 07 Apr 2008 22:59:42 +0000 From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/gdb: make-tarball.sh X-VCS-Repository: gentoo X-VCS-Files: make-tarball.sh X-VCS-Directories: src/patchsets/gdb X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Mon, 07 Apr 2008 22:59:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 803fa4e9-00ee-44b3-b549-5f490365c366 X-Archives-Hash: d7670f0ca421cdd2518837ff791235bb vapier 08/04/07 22:59:42 Modified: make-tarball.sh Log: make sure stupid cvs keywords dont screw up our patches Revision Changes Path 1.4 src/patchsets/gdb/make-tarball.sh file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make= -tarball.sh?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make= -tarball.sh?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make= -tarball.sh?r1=3D1.3&r2=3D1.4 Index: make-tarball.sh =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/src/patchsets/gdb/make-tarball.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- make-tarball.sh 7 Apr 2008 00:01:22 -0000 1.3 +++ make-tarball.sh 7 Apr 2008 22:59:41 -0000 1.4 @@ -16,6 +16,12 @@ fi fi =20 +if grep -qs Header:.*gentoo ${gver}/*.patch ; then + echo "error: files were not added with cvs -kb" + grep Header:.*gentoo ${gver}/*.patch + exit 1 +fi + tar=3Dgdb-${gver}-patches-${pver}.tar.lzma =20 rm -rf tmp --=20 gentoo-commits@lists.gentoo.org mailing list