1
0
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:
Ludwig Nussel 2010-06-28 10:55:03 +02:00
parent 6eea5f188b
commit 5270e13baf

View File

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