summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-04 15:08:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-04 15:08:06 +0200
commit792797cc39255cf57ec84c4f9f131f307047dcce (patch)
tree4521d665da1c2b1854932e10ae3bb7fd384c83e9
parent[AArch64] Use hidden __GI__dl_argv in rtld startup code (diff)
downloadglibc-gentoo/glibc-2.25-10.tar.gz
glibc-gentoo/glibc-2.25-10.tar.bz2
glibc-gentoo/glibc-2.25-10.zip
[no-patch] Gentoo: also ignore commits where the message starts with [no-patch]gentoo/glibc-2.25-10
-rwxr-xr-xscripts/gentoo/make-tarball.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gentoo/make-tarball.sh b/scripts/gentoo/make-tarball.sh
index bb45835e1f..094f16c27c 100755
--- a/scripts/gentoo/make-tarball.sh
+++ b/scripts/gentoo/make-tarball.sh
@@ -69,8 +69,9 @@ cp scripts/gentoo/README.Gentoo.patches tmp/ || exit 1
git format-patch glibc-${PV}..HEAD > /dev/null
-# remove all patches where the summary line starts with [no-tarball]
+# remove all patches where the summary line starts with [no-tarball] or [no-patch]
rm -f 00??-no-tarball-*.patch
+rm -f 00??-no-patch-*.patch
for myname in 00*.patch ; do
mv ${myname} tmp/patches/$(echo ${myname}|sed -e 's:^\(....\)-:\1_all_:') || exit 1