From patchwork Sun Apr 26 23:40:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 464750 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 9012E1400B7 for ; Mon, 27 Apr 2015 09:40:42 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=uMlxxVLf; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id D7E0B89606; Sun, 26 Apr 2015 23:40:41 +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 apEFCMTiBi7J; Sun, 26 Apr 2015 23:40:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3E6B88967A; Sun, 26 Apr 2015 23:40:41 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id CF87F1C2378 for ; Sun, 26 Apr 2015 23:40:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id CBA6E93093 for ; Sun, 26 Apr 2015 23:40:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rrkrONm71mVo for ; Sun, 26 Apr 2015 23:40:31 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by hemlock.osuosl.org (Postfix) with ESMTPS id 298CB93065 for ; Sun, 26 Apr 2015 23:40:31 +0000 (UTC) Received: by widdi4 with SMTP id di4so79792896wid.0 for ; Sun, 26 Apr 2015 16:40:29 -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=5++hhIgvT0FLnqmnwKtu8TOTO1D025L420eYQ6uw7hE=; b=uMlxxVLfqD51bIGx/Q9CDFah5EOEgsV6uD+gRGTnHP3seMj3E3kGECPZvDyc/6EMoj KbX6GV42IGF2kuYCQXb46vcDDGvWBC01+U9epJum8s6Ufj76x4G/VAoTAbR7k8ieVzPB wHOnWiF94l2wJPTisFHry0OkIVqGOqhtsrjgy00NyFgC2yyCDrdElW1+i1EJfJbme8SN A6LVpljbJqN1rRwJQHFTAf+GidTihiX2l1PQJB2uEXLVZg6E9n9ndmYoE+7gnUwqEtP9 5+PlqE5uhj6rcGduc6Vam5qZXtQrl7F+42bc3LgnLZ7JCFZqTV0kDCWIiVdrOJcr/iCe E+ig== X-Received: by 10.180.107.38 with SMTP id gz6mr15655968wib.63.1430091629594; Sun, 26 Apr 2015 16:40:29 -0700 (PDT) Received: from beast.localdomain (dynamic-adsl-84-221-170-242.clienti.tiscali.it. [84.221.170.242]) by mx.google.com with ESMTPSA id pm1sm8672681wjb.23.2015.04.26.16.40.27 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 26 Apr 2015 16:40:28 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 27 Apr 2015 01:40:19 +0200 Message-Id: <1430091621-4698-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.3.5 In-Reply-To: <1430091621-4698-1-git-send-email-fabio.porcedda@gmail.com> References: <1430091621-4698-1-git-send-email-fabio.porcedda@gmail.com> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 2/4] 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/adding-packages-generic.txt b/docs/manual/adding-packages-generic.txt index 8cf6bb6..23c2578 100644 --- a/docs/manual/adding-packages-generic.txt +++ b/docs/manual/adding-packages-generic.txt @@ -280,7 +280,9 @@ 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 + (e.g. "2014-10-20", "2014-10-20 13:45", "2014-10-20 13:45+01:00" + see "man cvs" for further details). ** +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+