From patchwork Sat Nov 2 13:22:17 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: 287980 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 856942C00AD for ; Sun, 3 Nov 2013 00:23:03 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B307D8C95D; Sat, 2 Nov 2013 13:23:02 +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 X9voBXv4sYWz; Sat, 2 Nov 2013 13:22:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0EBBB8C967; Sat, 2 Nov 2013 13:22:58 +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 2D4DD1BFA39 for ; Sat, 2 Nov 2013 13:22:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 278968C950 for ; Sat, 2 Nov 2013 13:22:57 +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 4d2rUQpQ5-XP for ; Sat, 2 Nov 2013 13:22:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) by whitealder.osuosl.org (Postfix) with ESMTPS id 448D98C92B for ; Sat, 2 Nov 2013 13:22:56 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id a15so2495735eae.23 for ; Sat, 02 Nov 2013 06:22:54 -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=QL8mRKwhxVa0tbf3F0z/Vl1BdMaGOeurTfCA4qXYkEg=; b=0JEbyPgvopuDE3gmzD8ekF45v5piriUXKOErobB/7Ig4Q76ZLas2BnzIvETp00wd0t IxOLxYqnAX8Yhh16sEpdKPXeBU6hp4Jnep4wFlVM4rqRykth5Euq24+C13ByelfLJQs7 sFqQLMxt4lsN7p0HDbkzNs02w1L5ZzhdvMFmqVWS+NdMLkETo0RielmCwqBsIDLUHKHi IOq5UKauv1uLmC3hTRsi1MgFeUJxcaGTqlM1gVFQQz0sJnfhpnhSxXjCjQ9/W2d2ZvXh CrcBr/sgjFOlCzcGWfact1rFtcEuDsznJTRDdK00ozyzmM/w0S2/hJmg75vpGI6ICCIU /9FA== X-Received: by 10.15.98.9 with SMTP id bi9mr7501115eeb.67.1383398574865; Sat, 02 Nov 2013 06:22:54 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id x47sm20501505eea.16.2013.11.02.06.22.53 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Nov 2013 06:22:54 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: f6fb6654af62045239caed5950bc6c7971965e60 Message-Id: In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sat, 02 Nov 2013 14:22:17 +0100 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1 of 2 v2] 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 --- v2: remove parentheses around 'full' (comment Samuel) docs/manual/adding-packages-tips.txt | 5 ++--- 1 files changed, 2 insertions(+), 3 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,7 +44,7 @@ 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) ------------------------ @@ -53,5 +53,4 @@ FOO_SITE = http://github.com//