"Mishra Maitrey (EXT-Wipro/Helsinki)" <[email protected]>
writes:

> I tried this and got the errors:  http://pastebin.com/WQr7eu14

The localcheckbuild plugin hasn't been updated for the last repository
renames, and for some presumably good reason the error isn't caught
properly, and repositories are not configurable by the user. Attached
patch fixes the repository URLs, though the script will still die when
trying to check out packages, and point to a nonexisting logfile for
debug information.

--- osc-localcheckbuild.py.orig 2010-12-08 15:03:10.477818547 +0200
+++ osc-localcheckbuild.py      2010-12-08 15:03:43.654343205 +0200
@@ -298,10 +298,10 @@
     
     log = "%s/buildcheck-%s.log" %(destdir,package)
 
-    repourllist = ["http://download.meego.com/testing/core/repos/ia32/packages";,
-                "http://download.meego.com/testing/netbook/repos/ia32/packages";,
-                "http://download.meego.com/testing/handset/repos/ia32/packages";,
-                "http://download.meego.com/testing/ivi/repos/ia32/packages";]
+    repourllist = ["http://download.meego.com/testing/trunk/core/repos/ia32/packages";,
+                "http://download.meego.com/testing/trunk/netbook/repos/ia32/packages";,
+                "http://download.meego.com/testing/trunk/handset/repos/ia32/packages";,
+                "http://download.meego.com/testing/trunk/ivi/repos/ia32/packages";]
 
     repositorylist = { "Trunk:Testing":"standard",
                        "Trunk:Netbook":"Testing",
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to