mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 19:52:12 +01:00
implicitly trust the project we are building for
This commit is contained in:
parent
6eea5f188b
commit
5270e13baf
@ -643,7 +643,8 @@ def main(opts, argv):
|
||||
enable_cpio = opts.cpio_bulk_download,
|
||||
cookiejar=cookiejar)
|
||||
|
||||
check_trusted_projects(apiurl, bi.projects.keys())
|
||||
# implicitly trust the project we are building for
|
||||
check_trusted_projects(apiurl, [ i for i in bi.projects.keys() if not i == prj ])
|
||||
|
||||
# now update the package cache
|
||||
fetcher.run(bi)
|
||||
|
Loading…
x
Reference in New Issue
Block a user