New URL for the data

This commit is contained in:
Stefano Rivera 2011-12-08 00:01:56 +02:00
parent 784efd7053
commit df04e14503
2 changed files with 2 additions and 3 deletions

View File

@ -41,7 +41,7 @@ builds.
\fB\-u\fR \fIURL\fR, \fB\-\-data\-url\fR=\fIURL\fR
URL for index of seeded packages.
Default: UbuntuWire's service at
\fBhttp://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/seeded.json.gz\fR.
\fBhttp://qa.ubuntuwire.org/ubuntu-seeded-packages/seeded.json.gz\fR.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display a help message and exit

View File

@ -26,8 +26,7 @@ from devscripts.logger import Logger
from ubuntutools.lp.lpapicache import Distribution, PackageNotFoundException
DATA_URL = ('http://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/'
'seeded.json.gz')
DATA_URL = 'http://qa.ubuntuwire.org/ubuntu-seeded-packages/seeded.json.gz'
def load_index(url):