Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc: make-tarball.sh
Date: Tue, 08 Aug 2017 11:06:13
Message-Id: 20170808110609.E79BC75FA@oystercatcher.gentoo.org
1 slyfox 17/08/08 11:06:09
2
3 Modified: make-tarball.sh
4 Log:
5 disable ldconfig run in 9999 patchset
6
7 Revision Changes Path
8 1.12 src/patchsets/glibc/make-tarball.sh
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/make-tarball.sh?r1=1.11&r2=1.12
13
14 Index: make-tarball.sh
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/make-tarball.sh,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- make-tarball.sh 7 Aug 2017 08:32:12 -0000 1.11
21 +++ make-tarball.sh 8 Aug 2017 11:06:09 -0000 1.12
22 @@ -33,11 +33,7 @@
23 mkdir -p tmp/patches
24 # copy README.Gentoo.patches
25 cp ../README* tmp/patches/ || exit 1
26 -if [[ ${PV} = 9999 ]]; then
27 - echo "Warning: ${PV} patchset includes only extra/"
28 -else
29 - cp ${PV}/*.patch tmp/patches/ || exit 1
30 -fi
31 +cp ${PV}/*.patch tmp/patches/ || exit 1
32 cp -r extra tmp/ || exit 1
33 cp ${PV}/README* tmp/patches/ 2>/dev/null || exit