From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19DF158973 for ; Sun, 17 Jan 2016 07:59:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ADAB21C0E4; Sun, 17 Jan 2016 07:55:39 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A43BE21C035 for ; Sun, 17 Jan 2016 07:55:34 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 02C2120981 for ; Sun, 17 Jan 2016 02:55:33 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute4.internal (MEProxy); Sun, 17 Jan 2016 02:55:34 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=g6yb Uo5+Ln3Uo3IHDzO8821w2xc=; b=gMKib3M+AkWcDgy2a8YbHzTHDqhFDJDczIob /o0vGg5s3CfDcF38illlm9Oy5li1i5O+zX8GIwC5E/uQxo2d6I0HmkOvDiVv89zs Q/7DBR5EIdDdQR/TX87fcqSJwvOEb6eEqvgB0LfmohUQkMdLaNfVfdk09xM/9qOY jJxKV+0= X-Sasl-enc: f1TQmMKAJML6sfHjayfTSJslwJHtUzJoq5EoQYz+wqYF 1453017333 Received: from localhost.localdomain (cpe-142-105-208-68.stny.res.rr.com [142.105.208.68]) by mail.messagingengine.com (Postfix) with ESMTPA id 92C9DC016C4; Sun, 17 Jan 2016 02:55:33 -0500 (EST) From: Gokturk Yuksek To: gentoo-dev@lists.gentoo.org, gentoo-doc@lists.gentoo.org Cc: Gokturk Yuksek Subject: [gentoo-dev] [PATCH 01/16] general-concepts/manifest: drop the use of "CVS keyword expansion" #558642 Date: Sun, 17 Jan 2016 02:55:04 -0500 Message-Id: <1453017319-2459-2-git-send-email-gokturk@binghamton.edu> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> References: <1453017319-2459-1-git-send-email-gokturk@binghamton.edu> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Archives-Salt: 241e2f28-87fb-4888-bf24-bd8be56d2b61 X-Archives-Hash: e80a07f36951f17ba9944248b7fbe11e With the git migration no CVS keyword expansions are happening. However, Manifest file may still need to be regenerated. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=558642 Signed-off-by: Gokturk Yuksek diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml index 27ebdef..12961da 100644 --- a/general-concepts/manifest/text.xml +++ b/general-concepts/manifest/text.xml @@ -18,8 +18,8 @@ The Manifest may also be digitally signed.

To generate the Manifest, use ebuild foo.ebuild manifest. When -committing, the Manifest file must be regenerated to handle any CVS keyword -expansion changes repoman will do this automatically. +committing, the Manifest file must be regenerated to handle any +changes repoman will do this automatically.

-- 2.4.10