mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
New URL for the data
This commit is contained in:
parent
784efd7053
commit
df04e14503
@ -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
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user