File 05-trust_all_projects.patch of Package osc
diff --git a/osc/build.py b/osc/build.py
index 46bd61f..8e442cc 100644
--- a/osc/build.py
+++ b/osc/build.py
@@ -965,10 +965,9 @@ def main(apiurl, opts, argv):
modules = bi.modules,
enable_cpio = not opts.disable_cpio_bulk_download,
cookiejar=cookiejar)
-
- if not opts.trust_all_projects:
- # implicitly trust the project we are building for
- check_trusted_projects(apiurl, [ i for i in bi.projects.keys() if not i == prj ])
+# if not opts.trust_all_projects:
+# # implicitly trust the project we are building for
+# check_trusted_projects(apiurl, [ i for i in bi.projects.keys() if not i == prj ])
imagefile = ''
imagesource = ''