From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A98A21382C5 for ; Wed, 30 Dec 2020 17:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08513E09EF; Wed, 30 Dec 2020 17:26:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1D40E09EF for ; Wed, 30 Dec 2020 17:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82288341213 for ; Wed, 30 Dec 2020 17:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D9332B for ; Wed, 30 Dec 2020 17:26:08 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1609349109.f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: / X-VCS-Repository: proj/gcc-patches X-VCS-Files: make-tarball.sh X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23 X-VCS-Branch: master Date: Wed, 30 Dec 2020 17:26:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 51b188c9-237e-46a5-91ff-30f81fe1b4f8 X-Archives-Hash: ff4b799595bafd2ed21125077a9e2d91 commit: f39b46b17fbd8fb122db4ca23bebc3f4b4c23e23 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Dec 30 17:25:09 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Dec 30 17:25:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f39b46b1 make-tarball.sh: package README.history as well This should make it slightly easier to see what was added in each patchset. Signed-off-by: Sergei Trofimovich gentoo.org> make-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tarball.sh b/make-tarball.sh index 18dfe47..bf61b4e 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -64,7 +64,7 @@ rm -f gcc-${gver}-*.tar.bz2 # standard jobbies mkdir -p tmp/patch/exclude tmp/uclibc tmp/piepatch tmp/specs -[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch README.Gentoo.patches tmp/patch/ +[[ -n ${PATCH_VER} ]] && cp ${gver}/gentoo/*.patch ${gver}/gentoo/README.history README.Gentoo.patches tmp/patch/ [[ -d ${gver}/man ]] && cp -r ${gver}/man tmp/ [[ -n ${UCLIBC_VER} ]] && cp -r ${gver}/uclibc/* README.Gentoo.patches tmp/uclibc/ [[ -n ${PIE_VER} ]] && cp -r ${gver}/pie/* README.Gentoo.patches tmp/piepatch/