[Mud-builder-commits] r131 - in trunk: . lib/MUD/Fetch
jaffa at garage.maemo.org
jaffa at garage.maemo.org
Wed Feb 7 15:29:51 EET 2007
Author: jaffa
Date: 2007-02-07 15:29:51 +0200 (Wed, 07 Feb 2007)
New Revision: 131
Modified:
trunk/TODO
trunk/lib/MUD/Fetch/Debian.pm
Log:
Disable source repos at Maemo, since they rarely work
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2007-02-07 13:12:27 UTC (rev 130)
+++ trunk/TODO 2007-02-07 13:29:51 UTC (rev 131)
@@ -6,8 +6,6 @@
* Ignore build-dependencies once we think we've met them as well as possible
(reported by Graham Cobb)
- * Packages in earlier repo can block required source (reported by Kees
- Jongenburger)
* Sources.list keeps growing (reported by Kees Jongenburger)
* Force maintainer to be a MUD-owned address (mud-builder-team).
* Ensure packages are lowercase.
Modified: trunk/lib/MUD/Fetch/Debian.pm
===================================================================
--- trunk/lib/MUD/Fetch/Debian.pm 2007-02-07 13:12:27 UTC (rev 130)
+++ trunk/lib/MUD/Fetch/Debian.pm 2007-02-07 13:29:51 UTC (rev 131)
@@ -103,6 +103,7 @@
my $foundSrc = 0;
open(IN, "<$input") or croak("Unable to open sources list [$input]: $!\n");
while(<IN>) {
+ s/^\s*deb-src\s+http:\/\/repository\.maemo\.org/#$&/;
$data .= $_;
$foundBin ||= /deb\s+$store/;
$foundSrc ||= /deb-src\s+$store/;
More information about the Mud-builder-commits
mailing list