1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 02:16:12 +01:00

- print 'Trying upstream server for %s (%s), since it is not on

%s.' \
+        print 'Trying openSUSE Build Service server for %s (%s), since
it is not on %s.' \

when downloading from frontend server ("upstream" made people thinking 
the files come from the servers like source forge).
This commit is contained in:
Adrian Schröter 2009-04-27 07:32:00 +00:00
parent 8cc699fe01
commit 7481112018

View File

@ -58,7 +58,7 @@ class Fetcher:
#log(0, '%s: %s' % (errobj.url, str(errobj.exception)))
#log(0, 'Trying other mirror.')
print 'Trying upstream server for %s (%s), since it is not on %s.' \
print 'Trying openSUSE Build Service server for %s (%s), since it is not on %s.' \
% (self.curpac, self.curpac.project, errobj.url.split('/')[2])
raise errobj.exception