mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-02 19:39:38 +02:00
Merge branch 'master' of git://gitorious.org/opensuse/osc
This commit is contained in:
@@ -134,10 +134,6 @@ def run(prg):
|
||||
print >>sys.stderr, e.msg
|
||||
return 1
|
||||
|
||||
except IOError, e:
|
||||
print >>sys.stderr, e
|
||||
return 1
|
||||
|
||||
except AttributeError, e:
|
||||
print >>sys.stderr, e
|
||||
return 1
|
||||
|
@@ -206,7 +206,7 @@ class Fetcher:
|
||||
dest = "%s/%s" % (self.cachedir, i)
|
||||
if not os.path.exists(dest):
|
||||
os.makedirs(dest, mode=0755)
|
||||
dest += '/_pubkey'
|
||||
dest += '/_pubkey'
|
||||
|
||||
if os.path.exists(dest):
|
||||
buildinfo.keys.append(dest)
|
||||
@@ -335,10 +335,9 @@ def verify_pacs(pac_list, key_list):
|
||||
except Exception, e:
|
||||
failed = True
|
||||
print pkg, ':', e
|
||||
except Exception, e:
|
||||
print str(e)
|
||||
except:
|
||||
checker.cleanup()
|
||||
sys.exit(1)
|
||||
raise
|
||||
|
||||
if failed:
|
||||
checker.cleanup()
|
||||
|
Reference in New Issue
Block a user