From patchwork Sat Nov 2 14:57:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 288001 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 8BBED2C00CA for ; Sun, 3 Nov 2013 01:58:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B053B8D0B0; Sat, 2 Nov 2013 14:58:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id odGzba+2dD+K; Sat, 2 Nov 2013 14:58:02 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 23CC08D0B1; Sat, 2 Nov 2013 14:58:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E23431BFA39 for ; Sat, 2 Nov 2013 14:57:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id DF1EC8D090 for ; Sat, 2 Nov 2013 14:57:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l7zeiZk+k2hp for ; Sat, 2 Nov 2013 14:57:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 045148D0A0 for ; Sat, 2 Nov 2013 14:57:58 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so2602258eaj.0 for ; Sat, 02 Nov 2013 07:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=ZSSkYqWy4VIVXJf3ccVCFN1CZELYD6i6hQVqtTvyTiQ=; b=zUVmFSaSU+Bi7gPNrhZFK1t5dJCSF/FtJIGW0VO8ttnWJQLnRqsHaThZ58kMmC4GWX 8TX0J2WDnliIuwQwD8DVDIzQnuGIvECQylpwpjsRWUuR31qZt2s8H2My+miW9Jk8iWnd X/0ACdzNzr5YlE2o1JUw6oTVNTDir44K4UgaBUi44lsh8DpFSMshix5VeLLrWy0iMSkD B4HVVYIKMatb1lNtOujskwY0rQ9oRVN4oYu6CD5QZ2fI1c1HKOclLvyqkQqdjXi/XsCa g+6I9rFvFOtZ21Dxu8QUzJufw5lHRI0HvRS2G6RyT9srMidkncw5Erg4cCe01+p3b+zr c65g== X-Received: by 10.14.174.7 with SMTP id w7mr62559eel.112.1383404277548; Sat, 02 Nov 2013 07:57:57 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id m54sm21506264eex.2.2013.11.02.07.57.56 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Nov 2013 07:57:56 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 63f3504eafe27efb92695c564a0e7982e3bc2a89 Message-Id: <63f3504eafe27efb9269.1383404247@argentina> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sat, 02 Nov 2013 15:57:27 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1 of 2 v3] manual: github commits should be specified in full X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Thomas De Schampheleire Acked-by: Samuel Martin --- v3: change tarball name in example (missed comment Samuel) v2: remove parentheses around 'full' (comment Samuel) docs/manual/adding-packages-tips.txt | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt --- a/docs/manual/adding-packages-tips.txt +++ b/docs/manual/adding-packages-tips.txt @@ -44,14 +44,13 @@ However, it is possible to download tarb on github. ------------------------ -FOO_VERSION = v1.0 # tag or (abbreviated) commit ID +FOO_VERSION = v1.0 # tag or full commit ID FOO_SITE = http://github.com///tarball/$(FOO_VERSION) ------------------------ .Notes - The FOO_VERSION can either be a tag or a commit ID. - The tarball name generated by github matches the default one from - Buildroot (e.g.: +foo-1234567.tar.gz+), + Buildroot (e.g.: +foo-f6fb6654af62045239caed5950bc6c7971965e60.tar.gz+), so it is not necessary to specify it in the +.mk+ file. -- When using a commit ID as version, usually the first 7 characters of - the SHA1 are enough. +- When using a commit ID as version, you should use the full 40 hex characters.