mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-10-15 14:14:03 +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
|
\fB\-u\fR \fIURL\fR, \fB\-\-data\-url\fR=\fIURL\fR
|
||||||
URL for index of seeded packages.
|
URL for index of seeded packages.
|
||||||
Default: UbuntuWire's service at
|
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
|
.TP
|
||||||
\fB\-h\fR, \fB\-\-help\fR
|
\fB\-h\fR, \fB\-\-help\fR
|
||||||
Display a help message and exit
|
Display a help message and exit
|
||||||
|
@ -26,8 +26,7 @@ from devscripts.logger import Logger
|
|||||||
|
|
||||||
from ubuntutools.lp.lpapicache import Distribution, PackageNotFoundException
|
from ubuntutools.lp.lpapicache import Distribution, PackageNotFoundException
|
||||||
|
|
||||||
DATA_URL = ('http://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/'
|
DATA_URL = 'http://qa.ubuntuwire.org/ubuntu-seeded-packages/seeded.json.gz'
|
||||||
'seeded.json.gz')
|
|
||||||
|
|
||||||
|
|
||||||
def load_index(url):
|
def load_index(url):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user