From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas De Schampheleire Date: Sat, 02 Nov 2013 14:22:17 +0100 Subject: [Buildroot] [PATCH 1 of 2 v2] manual: github commits should be specified in full In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@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//