mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-05 15:13:39 +02:00
changing some strings in the name of mls
This commit is contained in:
@@ -742,7 +742,7 @@ class Osc(cmdln.Cmdln):
|
||||
if p.startswith("_patchinfo:"):
|
||||
pi.append(p)
|
||||
else:
|
||||
# get _link info from server, who knows about the local state ...
|
||||
# get _link info from server, that knows about the local state ...
|
||||
u = makeurl(apiurl, ['source', project, p])
|
||||
f = http_GET(u)
|
||||
root = ET.parse(f).getroot()
|
||||
@@ -764,7 +764,7 @@ class Osc(cmdln.Cmdln):
|
||||
else:
|
||||
print " Skipping package ", p
|
||||
else:
|
||||
print "Skipping package ", p, " since it is a source link pointing inside to the project."
|
||||
print "Skipping package ", p, " since it is a source link pointing inside the project."
|
||||
|
||||
if not opts.yes:
|
||||
if pi:
|
||||
|
@@ -66,7 +66,7 @@ class Fetcher:
|
||||
#log(0, '%s: %s' % (errobj.url, str(errobj.exception)))
|
||||
#log(0, 'Trying other mirror.')
|
||||
if not self.nopac:
|
||||
print 'Trying openSUSE Build Service server for %s (%s), since it is not on %s.' \
|
||||
print 'Trying openSUSE Build Service server for %s (%s), not found at %s.' \
|
||||
% (self.curpac, self.curpac.project, errobj.url.split('/')[2])
|
||||
raise errobj.exception
|
||||
|
||||
|
Reference in New Issue
Block a user