Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gdb: make-tarball.sh
Date: Mon, 07 Apr 2008 22:59:45
Message-Id: E1Jj0JS-0001up-92@stork.gentoo.org
1 vapier 08/04/07 22:59:42
2
3 Modified: make-tarball.sh
4 Log:
5 make sure stupid cvs keywords dont screw up our patches
6
7 Revision Changes Path
8 1.4 src/patchsets/gdb/make-tarball.sh
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make-tarball.sh?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make-tarball.sh?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/gdb/make-tarball.sh?r1=1.3&r2=1.4
13
14 Index: make-tarball.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/gdb/make-tarball.sh,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- make-tarball.sh 7 Apr 2008 00:01:22 -0000 1.3
21 +++ make-tarball.sh 7 Apr 2008 22:59:41 -0000 1.4
22 @@ -16,6 +16,12 @@
23 fi
24 fi
25
26 +if grep -qs Header:.*gentoo ${gver}/*.patch ; then
27 + echo "error: files were not added with cvs -kb"
28 + grep Header:.*gentoo ${gver}/*.patch
29 + exit 1
30 +fi
31 +
32 tar=gdb-${gver}-patches-${pver}.tar.lzma
33
34 rm -rf tmp
35
36
37
38 --
39 gentoo-commits@l.g.o mailing list