Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf
Date: Thu, 10 Jan 2019 10:30:12 +0100	[thread overview]
Message-ID: <875zuwsvvf.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <CAAXf6LUTcDwSrhpnWo9N+d1APrjVP-KBAp1fX5z0DNaEBRdq5w@mail.gmail.com> (Thomas De Schampheleire's message of "Thu, 10 Jan 2019 10:13:53 +0100")

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 >> Fixed, thanks. Odd that my check-package post-commit hook didn't catch
 >> it.

 > Oops, sorry.
 > Could you show me how to enable this as hook, then I'll add it locally too.

I have in .git/hooks/post-commit:

#!/bin/sh

# check-package on added/changed files
git show --no-renames HEAD | \
        lsdiff -s | \
        awk '{ if ($1 != "-") print substr($2, 3) }' | \
        xargs -r ./utils/check-package

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2019-01-10  9:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-08 20:38 [Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf Thomas De Schampheleire
2019-01-08 20:38 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Thomas De Schampheleire for xenomai Thomas De Schampheleire
2019-01-08 21:41   ` Peter Korsgaard
2019-01-08 21:41 ` [Buildroot] [PATCH 1/2] xenomai: remove unnecessary autoreconf Peter Korsgaard
2019-01-09 20:33 ` Yann E. MORIN
2019-01-10  7:36   ` Peter Korsgaard
2019-01-10  9:13     ` Thomas De Schampheleire
2019-01-10  9:30       ` Peter Korsgaard [this message]
2019-01-10 20:56         ` Thomas De Schampheleire
2019-01-24 11:37 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875zuwsvvf.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox