diff options
author | 2017-10-04 15:08:06 +0200 | |
---|---|---|
committer | 2017-10-04 15:08:06 +0200 | |
commit | 792797cc39255cf57ec84c4f9f131f307047dcce (patch) | |
tree | 4521d665da1c2b1854932e10ae3bb7fd384c83e9 | |
parent | [AArch64] Use hidden __GI__dl_argv in rtld startup code (diff) | |
download | glibc-792797cc39255cf57ec84c4f9f131f307047dcce.tar.gz glibc-792797cc39255cf57ec84c4f9f131f307047dcce.tar.bz2 glibc-792797cc39255cf57ec84c4f9f131f307047dcce.zip |
[no-patch] Gentoo: also ignore commits where the message starts with [no-patch]gentoo/glibc-2.25-10
-rwxr-xr-x | scripts/gentoo/make-tarball.sh | 3 |
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 |