public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes
@ 2021-10-19 23:23 H.J. Lu
  2021-10-20  7:15 ` Martin Liška
  0 siblings, 1 reply; 4+ messages in thread
From: H.J. Lu @ 2021-10-19 23:23 UTC (permalink / raw)
  To: gcc-patches; +Cc: Martin Liska, Tobias Burnus

Add libffi/ to ignored_prefixes for syncing with libffi upstream:

commit c095f8f2e6f26bfc2ff8e3276c6af23ab153f5ff
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Aug 31 07:14:47 2021 -0700

    libffi: Sync with libffi 3.4.2

    Merged commit: f9ea41683444ebe11cfa45b05223899764df28fb

to avoid

remote: *** The following commit was rejected by your hooks.commit-extra-checker script (status: 1)
remote: *** commit: c095f8f2e6f26bfc2ff8e3276c6af23ab153f5ff
remote: *** ChangeLog format failed:
remote: *** ERR: cannot find a ChangeLog location in message
remote: ***
remote: *** Please see: https://gcc.gnu.org/codingconventions.html#ChangeLogs
remote: ***
remote: error: hook declined to update refs/heads/master

	* gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
---
 contrib/gcc-changelog/git_commit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index cf29f761964..60377b68ba1 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -134,6 +134,7 @@ ignored_prefixes = {
     'gcc/go/gofrontend/',
     'gcc/testsuite/gdc.test/',
     'gcc/testsuite/go.test/test/',
+    'libffi/',
     'libgo/',
     'libphobos/libdruntime/',
     'libphobos/src/',
-- 
2.32.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes
  2021-10-19 23:23 [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes H.J. Lu
@ 2021-10-20  7:15 ` Martin Liška
  2021-10-20 12:30   ` Martin Liška
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Liška @ 2021-10-20  7:15 UTC (permalink / raw)
  To: H.J. Lu, gcc-patches; +Cc: Tobias Burnus

On 10/20/21 01:23, H.J. Lu wrote:
> Add libffi/ to ignored_prefixes for syncing with libffi upstream:

Sure, please push it.

Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes
  2021-10-20  7:15 ` Martin Liška
@ 2021-10-20 12:30   ` Martin Liška
  2021-10-20 12:55     ` H.J. Lu
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Liška @ 2021-10-20 12:30 UTC (permalink / raw)
  To: H.J. Lu, gcc-patches; +Cc: Tobias Burnus

On 10/20/21 09:15, Martin Liška wrote:
> On 10/20/21 01:23, H.J. Lu wrote:
>> Add libffi/ to ignored_prefixes for syncing with libffi upstream:
> 
> Sure, please push it.
> 
> Martin

Hello H.J.

Note the server hook is updated after you installed the patch.

Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes
  2021-10-20 12:30   ` Martin Liška
@ 2021-10-20 12:55     ` H.J. Lu
  0 siblings, 0 replies; 4+ messages in thread
From: H.J. Lu @ 2021-10-20 12:55 UTC (permalink / raw)
  To: Martin Liška; +Cc: GCC Patches, Tobias Burnus

On Wed, Oct 20, 2021 at 5:30 AM Martin Liška <mliska@suse.cz> wrote:
>
> On 10/20/21 09:15, Martin Liška wrote:
> > On 10/20/21 01:23, H.J. Lu wrote:
> >> Add libffi/ to ignored_prefixes for syncing with libffi upstream:
> >
> > Sure, please push it.
> >
> > Martin
>
> Hello H.J.
>
> Note the server hook is updated after you installed the patch.
>

Yes.  I pushed my libffi sync patch set and this commit

commit 90454a900824d96e6d4eae557a809c9d986198d9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Oct 20 05:46:15 2021 -0700

    libffi: Update ChangeLog.libffi for libffi 3.4.2

            * ChangeLog.libffi: Copied from ChangeLog.old in libffi 3.4.2.

to sync libffi with libffi 3.4.2.

Thanks.

-- 
H.J.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-20 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 23:23 [PATCH] gcc-changelog: Add libffi/ to ignored_prefixes H.J. Lu
2021-10-20  7:15 ` Martin Liška
2021-10-20 12:30   ` Martin Liška
2021-10-20 12:55     ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).