1
0
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:
Stephan Kulow
2010-03-05 12:54:12 +01:00
parent eb9f016338
commit d6968933ee
2 changed files with 3 additions and 3 deletions

View File

@@ -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:

View File

@@ -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