[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#120004: marked as done (/devel/website/using_cvs does not list everything needed to edit a language)



Your message dated Sun, 18 Nov 2001 00:54:01 -0500
with message-id <[🔎] 20011118005401.D9261@debian.org>
and subject line Bug#120004: /devel/website/using_cvs does not list everything needed to edit a  language
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Nov 2001 20:42:10 +0000
>From doogie@debian.org Sat Nov 17 14:42:10 2001
Return-path: <doogie@debian.org>
Received: from c1494421-a.alntn1.tx.home.com (yakko.doogie.org) [24.4.56.213] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 165CHy-0006uP-00; Sat, 17 Nov 2001 14:42:10 -0600
Received: from localhost [127.0.0.1] (adam)
	by yakko.doogie.org with esmtp (Exim 3.32 1 (Debian))
	id 165CHj-0004Si-00; Sat, 17 Nov 2001 14:41:55 -0600
Date: Sat, 17 Nov 2001 14:41:54 -0600 (CST)
From: Adam Heath <doogie@debian.org>
X-X-Sender:  <adam@yakko.doogie.org>
To:  <submit@bugs.debian.org>
Subject: /devel/website/using_cvs does not list everything needed to edit a
 language
Message-ID: <[🔎] Pine.LNX.4.33.0111171439590.10079-100000@yakko.doogie.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org

Package: www.debian.org
Tags: patch

The following patch fixes $subject.

Index: english/devel/website/using_cvs.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/devel/website/using_cvs.wml,v
retrieving revision 1.4
diff -u -r1.4 using_cvs.wml
--- english/devel/website/using_cvs.wml	2001/11/17 18:57:08	1.4
+++ english/devel/website/using_cvs.wml	2001/11/17 20:41:52
@@ -35,7 +35,7 @@
 <P>To check out a copy of the wml files on your local machine, you need to use

 <pre>
-   cvs -d :pserver:anonymous@cvs.debian.org:/cvs/webwml checkout webwml/&lt;lang&gt;
+   cvs -d :pserver:anonymous@cvs.debian.org:/cvs/webwml checkout webwml/&lt;lang&gt; webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl
 </pre>

 <p>where <code>&lt;lang&gt;</code> is the language you want. You will
@@ -44,13 +44,13 @@
 those needed, e.g.

 <pre>
-   cvs -d :pserver:anonymous@cvs.debian.org:/cvs/webwml checkout webwml/english/doc
+   cvs -d :pserver:anonymous@cvs.debian.org:/cvs/webwml checkout webwml/english/doc webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl
 </pre>

 <p>If you have been given a username/password, insert it instead of anonymous

 <pre>
-   cvs -d :pserver:username@cvs.debian.org:/cvs/webwml checkout webwml/english/doc
+   cvs -d :pserver:username@cvs.debian.org:/cvs/webwml checkout webwml/english/doc webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl
 </pre>

 <P>From then on, you will not need to use the <code>'-d :pserver:...'</code>
@@ -114,7 +114,7 @@
 checkout the repository using the following:

 <pre>
-   cvs -d :ext:<var>account_name</var>@cvs.debian.org:/cvs/webwml checkout webwml/english/
+   cvs -d :ext:<var>account_name</var>@cvs.debian.org:/cvs/webwml checkout webwml/english/ webwml/Makefile.common webwml/.wmlrc webwml/touch_translations.pl webwml/Perl
 </pre>

 <p>Once you have checked out the repository everything else works as in the


---------------------------------------
Received: (at 120004-done) by bugs.debian.org; 18 Nov 2001 05:54:02 +0000
>From treacy@debian.org Sat Nov 17 23:54:02 2001
Return-path: <treacy@debian.org>
Received: from 173-138.speede.golden.net (horta) [216.75.173.138] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 165Ku2-0000OZ-00; Sat, 17 Nov 2001 23:54:02 -0600
Received: from treacy by horta with local (Exim 3.32 #1 (Debian))
	id 165Ku1-0002il-00; Sun, 18 Nov 2001 00:54:01 -0500
Date: Sun, 18 Nov 2001 00:54:01 -0500
To: Adam Heath <doogie@debian.org>, 120004@bugs.debian.org
Cc: 120004-done@bugs.debian.org
Subject: Re: Bug#120004: /devel/website/using_cvs does not list everything needed to edit a  language
Message-ID: <[🔎] 20011118005401.D9261@debian.org>
References: <[🔎] Pine.LNX.4.33.0111171439590.10079-100000@yakko.doogie.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[🔎] Pine.LNX.4.33.0111171439590.10079-100000@yakko.doogie.org>
User-Agent: Mutt/1.3.23i
From: "James A. Treacy" <treacy@debian.org>
Delivered-To: 120004-done@bugs.debian.org

On Sat, Nov 17, 2001 at 02:41:54PM -0600, Adam Heath wrote:
> Package: www.debian.org
> Tags: patch
> 
Modified version of patch applied so closing the bug.

-- 
James (Jay) Treacy
treacy@debian.org



Reply to: