From patchwork Sat Apr 18 16:54:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 462380 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 2C17F14030B for ; Sun, 19 Apr 2015 02:54:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=cJ6PqEbB; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 23F79A356C; Sat, 18 Apr 2015 16:54:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EXOJODAoFMag; Sat, 18 Apr 2015 16:54:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9A678A353E; Sat, 18 Apr 2015 16:54:39 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A8CA31C21A6 for ; Sat, 18 Apr 2015 16:54:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9D390A353E for ; Sat, 18 Apr 2015 16:54:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1kOS1azBqgT4 for ; Sat, 18 Apr 2015 16:54:35 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by fraxinus.osuosl.org (Postfix) with ESMTPS id E8850A3529 for ; Sat, 18 Apr 2015 16:54:34 +0000 (UTC) Received: by widdi4 with SMTP id di4so50167231wid.0 for ; Sat, 18 Apr 2015 09:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=c9qF4LJp7BTZSJNLvyFHSBAFjDRJ62FrM20pChgc01A=; b=cJ6PqEbBNxMXL5dZle+mEzKdYKVtd0w1pZaSS67ejHfGz/VyQhF1mfFp9C+f+Ixxr0 22xOLNTeQbcwNKiJ8RrhyXBr25lmspVXD52qLWqjeCuUl0+Ofl8KDn1gLQdVy0cEpqPN hrn3+hhjJu19w89pOVNKXSURC/K9eK/WzeSbsbTVxnzq7xBbcdMSQiXOjZ8fAqGUyuwr rGsFgesxViJOuQA/qHqvZHmf9gaLQXmqSX9Vff7fHWKzKytlzNJBBPMVcjHrLCEcGvFM fiQdvn1Yq6kn8U2pdVbZjP1CVEvURUrttPjQq1+hIh/EPRCKO66dS0WShySEe2Rqp7Pf sZQA== X-Received: by 10.180.73.198 with SMTP id n6mr11143895wiv.3.1429376073476; Sat, 18 Apr 2015 09:54:33 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-84-221-173-113.clienti.tiscali.it. [84.221.173.113]) by mx.google.com with ESMTPSA id qt2sm19621912wjc.7.2015.04.18.09.54.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 18 Apr 2015 09:54:32 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Sat, 18 Apr 2015 18:54:26 +0200 Message-Id: <1429376067-9228-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1429376067-9228-1-git-send-email-fabio.porcedda@gmail.com> References: <1429376067-9228-1-git-send-email-fabio.porcedda@gmail.com> Cc: Andrew Ruder , "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/3] manual: cvs: document that a date can be used instead of a tag X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Also instead of using the generic word "timestamp" use the word "tag". Signed-off-by: Fabio Porcedda --- docs/manual/adding-packages-generic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 8cf6bb6..be754a2 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -280,7 +280,7 @@ information is (assuming the package name is +libfoo+) : Only anonymous pserver mode is supported. +LIBFOO_SITE+ 'must' contain the source URL as well as the remote repository directory. The module is the package name. - +LIBFOO_VERSION+ is 'mandatory' and 'must' be a timestamp. + +LIBFOO_VERSION+ is 'mandatory' and 'must' be a tag or a date. ** +git+ for retrieving source code from a Git repository. Used by default when +LIBFOO_SITE+ begins with +git://+. The downloaded source code is cached as with the +svn+