masterlist
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 39 articles for 0.000 sec
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Joey Hess
Date: Aug 9, 2006 20:00

Jo Shields wrote: Okay then. Attached is the new, improved Masterlister program. It should just compile with "mcs Masterlister.cs", using the MCS compiler from Mono. Usage is "Masterlister.exe path/to/source/masterlist" - a diff is produced on STDOUT (with program info on STDERR, a bit like OggEnc). I guess the really nice thing...
Show full article (0.82Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Jo Shields
Date: Aug 9, 2006 17:40

...; using System.Text.RegularExpressions; namespace Masterlister { class MainClass { public static void Main....FullName + " " + Path.Combine( tempFolder, "Mirrors.masterlist" ); diffProcess.Start( ); diffProcess.WaitForExit( ); Directory....File.CreateText( Path.Combine( tempFolder, "Mirrors.masterlist" ) ); currentLine = SourceReader.ReadLine(); string CurrentHost =...
Show full article (18.59Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Joey Hess
Date: Aug 9, 2006 13:40

Jo Shields wrote: Would it be useful to refine the rather rushed tools used to create the diff, removing any manual steps from Mirrors.masterlist to .diff? Yes. -- see shy jo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE2kfKd8HHehbQuO8RAn7iAJwOY8MLEKq9H4DIvKvzGfkeWMD6TgCg5OAi yECK1PsVveU6I/vxJJCD+xY= =85ku -----END PGP SIGNATURE-----
Show full article (0.38Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Jo Shields
Date: Aug 9, 2006 13:20

... although please send unified diffs in the future. I knew I forgot a flag of some kind. -u was it. Would it be useful to refine the rather rushed tools used to create the diff, removing any manual steps from Mirrors.masterlist to .diff? -- To UNSUBSCRIBE, email to debian-amd64-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Show full article (0.71Kb) · Show article thread
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Joey Hess
Date: Aug 9, 2006 10:00

... no amd64" issue and just list amd64 for mirrors that have it in etch/sid? Or should there be two entries for every mirror, one for sarge/!amd64 and one for etch/sid with all archs? Mirrors.masterlist does not provide a way to limit a mirror to a given release. It's only used by d-i for etch anyway, and for the web site. On the same note, should the sarge/amd64 mirrors get ...
Show full article (0.78Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Goswin von Brederlow
Date: Aug 9, 2006 08:10

Joey Hess <joeyh@debian.org> writes: A quick look at what Mirrors.masterlist says about mirrors carrying amd64 finds a lot of probably wrong information: * 154 mirrors listed as mirroring !amd64, but having all other arches. This is probably wrong for most of them ... it's definitly wrong for the couple I spot-checked. That will only be true for sarge in nearly all cases...
Show full article (1.25Kb) · Show article thread
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Jo Shields
Date: Aug 9, 2006 02:50

... need manual checking, I'm afraid. A patch that updates Mirrors.masterlist with the arch info for the mirrors you could reach would be helpful. Done. ...) )[2].Split( '\t' ) ); } SR.Close(); SR = File.OpenText( "/tmp/Mirrors.masterlist" ); SR2 = File.CreateText( "/tmp/NewMirrorsList" ); S = SR.ReadLine(); string CurrentHost = ""; ...
Show full article (27.24Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Brian Elliott Finley
Date: Aug 8, 2006 12:20

...joeyh@debian.org): A quick look at what Mirrors.masterlist says about mirrors carrying amd64 finds a lot of probably...like to go through and fix all this in Mirrors.masterlist? Bonus points if you fix the archive lists to ...> (In case you're not familier with Mirrors.masterlist, it is here: http://cvs.debian.org/webwml/english/mirror/Mirrors.masterlist?rev=1.636&root=webwml&view=log And it...
Show full article (1.96Kb) · Show article thread
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Joey Hess
Date: Aug 8, 2006 10:00

... hosts I couldn't contact - but this should save someone some time. **BADMIRROR** lines need manual checking, I'm afraid. A patch that updates Mirrors.masterlist with the arch info for the mirrors you could reach would be helpful. -- see shy jo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE2MAUd8HHehbQuO8RArkOAKCANzh4PBa5mlA4O2liVgsoC70vMACgyBnj...
Show full article (0.69Kb)
Re: amd64 situation in Mirrors.masterlist     

Group: linux.debian.ports.x86-64 · Group Profile · Search for masterlist in linux.debian.ports.x86-64
Author: Jo Shields
Date: Aug 8, 2006 04:40

... A quick look at what Mirrors.masterlist says about mirrors carrying amd64 finds...and fix all this in Mirrors.masterlist? Bonus points if you fix the...you're not familier with Mirrors.masterlist, it is here: http://cvs.debian.org/webwml/english/mirror/Mirrors.masterlist?rev=1.636&root=webwml&... SR = File.OpenText( "/tmp/Mirrors.masterlist" ); S = SR.ReadLine(); while( S ...
Show full article (24.82Kb)
1 · 2 · 3 · 4 · next