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

Re: Fw: Re: BROKEN LINK from https://www.debian.org/releases/stable/i386/apbs04.html.en#preseed-partman



Hi,

Holger Wansing <linux@wansing-online.de> wrote:
> I just noticed that this was posted to debian-www only.
> 
> Sending also to debian-boot, since it references to the d-i manual

I have prepared a patch to fix this, attached.




> 
> Date: Wed, 23 Nov 2016 19:15:42 +0100
> From: Holger Wansing <linux@wansing-online.de>
> To: debian-www@lists.debian.org
> Cc: Richard Owlett <rowlett@cloud85.net>
> Subject: Re: BROKEN LINK from https://www.debian.org/releases/stable/i386/apbs04.html.en#preseed-partman
> 
> 
> Hi,
> 
> Richard Owlett <rowlett@cloud85.net> wrote:
> > In the third paragraph under the heading "B.4.7. Partitioning" 
> > there is a broken link.
> > 
> > "debian-installer source repository" points to 
> > http://anonscm.debian.org/gitweb/?p=d-i/debian-installer.git;a=tree;f=doc/devel 
> > .
> > 
> > That gives a 404 error page which states "No such project".
> 
> That's seems to be
> https://anonscm.debian.org/cgit/d-i/debian-installer.git/tree/doc/devel
> these days.
> 
> > 
> > Also that section does not give information on obtaining " 
> > partman-auto-recipe.txt" if one does not have Debian already 
> > installed.
> 
> I don't understand this: the manual you quoted is available with webbrowser,
> and with the above link the files are also available via webbrowser.
> ???
> 
> 
> I will commit the above shortly, if noone objects.
> 
> Holger
> 
> -- 
> ============================================================
> Created with Sylpheed 3.5.0 under
> 	D E B I A N   L I N U X   8 . 0   " J E S S I E " .
> 
> Registered Linux User #311290 - https://linuxcounter.net/
> ============================================================
> 
> 
> 
> -- 
> ============================================================
> Created with Sylpheed 3.5.0 under
> 	D E B I A N   L I N U X   8 . 0   " J E S S I E " .
> 
> Registered Linux User #311290 - https://linuxcounter.net/
> ============================================================
> 


-- 
============================================================
Created with Sylpheed 3.5.0 under
	D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/
============================================================
Index: build/entities/urls.ent
===================================================================
--- build/entities/urls.ent	(Revision 70355)
+++ build/entities/urls.ent	(Arbeitskopie)
@@ -59,8 +59,8 @@
 <!-- debian-installer WebSVN  -->
 <!ENTITY url-d-i-websvn "http://anonscm.debian.org/viewvc/d-i/";>
 
-<!-- The doc/devel/ subdirectory of debian-installer in gitweb.  -->
-<!ENTITY url-d-i-gitweb-doc-devel "http://anonscm.debian.org/gitweb/?p=d-i/debian-installer.git;a=tree;f=doc/devel";>
+<!-- The doc/devel/ subdirectory of debian-installer in cgit.  -->
+<!ENTITY url-d-i-gitweb-doc-devel "https://anonscm.debian.org/cgit/d-i/debian-installer.git/tree/doc/devel";>
 
 <!-- debian-installer README -->
 <!ENTITY url-d-i-readme "http://anonscm.debian.org/viewvc/d-i/README?view=co";>
Index: debian/changelog
===================================================================
--- debian/changelog	(Revision 70355)
+++ debian/changelog	(Arbeitskopie)
@@ -2,6 +2,8 @@
 
   * Fix arch-title in French and Italian. Thanks Holger Wansing for the
     notice.
+  * Fix URL for debian-installer git repository. Thanks to Richard Owlett
+    for the hint.
 
  -- Samuel Thibault <sthibault@debian.org>  Tue, 22 Nov 2016 23:20:02 +0100
 

Reply to: