Code review comment for lp:~mvo/launchpad/support-timeframe-information

Revision history for this message
Michael Nelson (michael.nelson) wrote :

I meant to mention, although it's unrelated to your branch, when running the maintenance check for karmic the following happens on dogfood:
https://pastebin.canonical.com/30562/

To find out why, I added the following:
{{{
=== modified file 'cronscripts/publishing/maintenance-check.py'
--- cronscripts/publishing/maintenance-check.py 2010-01-22 13:57:45 +0000
+++ cronscripts/publishing/maintenance-check.py 2010-04-14 10:10:45 +0000
@@ -68,6 +68,8 @@
     get structure file for named distro and distro version
     (e.g. kubuntu, lucid)
     """
+ url = "%s/%s.%s/structure" % (BASE_URL, name, version)
+ print url
     f = urllib2.urlopen("%s/%s.%s/structure" % (BASE_URL, name, version))
     structure = f.readlines()
     f.close()
}}}

and the result is:
{{{
http://people.canonical.com/~ubuntu-archive/germinate-output//ubuntu.karmic/structure
http://people.canonical.com/~ubuntu-archive/germinate-output//kubuntu.karmic/structure
http://people.canonical.com/~ubuntu-archive/germinate-output//edubuntu.karmic/structure
http://people.canonical.com/~ubuntu-archive/germinate-output//netbook.karmic/structure
}}}

« Back to merge proposal