All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/2] Download packages from github in tar.gz format instead git format.
Date: Fri, 21 Sep 2012 00:15:03 +0200	[thread overview]
Message-ID: <505B9567.3070202@mind.be> (raw)
In-Reply-To: <1348174101-13388-1-git-send-email-marek.belisko@open-nandra.com>

On 09/20/12 22:48, Marek Belisko wrote:
> Verified way how to get packages from github by version or sha1
> (it's enough to use first 7 characters from SHA1):
> 1. by sha1
> FOO_VERSION = 1234567
> FOO_SITE =http://github.com/user/package/tarball/branch
>
> 2. by version
> FOO_VERSION = v1.0
> FOO_SITE =http://github.com/user/package/tarball/$(FOO_VERSION)
>
> Changes from V1:
> - remove unnecessary FOO_SOURCE from mk files and documentation

  The changelog of the patch should go below the Signed-off-by,
separated by a line with
---
This makes sure the patch changelog is not included in the final
git commit message.


> Signed-off-by: Marek Belisko<marek.belisko@open-nandra.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
  (re-downloaded the affected packages)

  Regards,
  Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

  parent reply	other threads:[~2012-09-20 22:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-20 20:48 [Buildroot] [PATCH v2 1/2] Download packages from github in tar.gz format instead git format Marek Belisko
2012-09-20 20:48 ` [Buildroot] [PATCH v2 2/2] Add FAQ entry how to properly add package from github Marek Belisko
2012-09-20 22:22   ` Samuel Martin
2012-09-20 22:15 ` Arnout Vandecappelle [this message]
2012-09-20 22:17   ` [Buildroot] [PATCH v2 1/2] Download packages from github in tar.gz format instead git format Samuel Martin
2012-10-08 19:27 ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2012-09-15 21:57 Marek Belisko
2012-09-16 11:05 ` Samuel Martin
2012-09-19 22:02   ` Belisko Marek

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=505B9567.3070202@mind.be \
    --to=arnout@mind.be \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.