From 1f7344ef619ced3764e1ec2f88dabfc342da8daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 8 Apr 2024 10:21:37 +0200 Subject: [PATCH] Give a hint where a scmsync git is hosted --- osc/commandline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osc/commandline.py b/osc/commandline.py index d1b8e0d9..92b79296 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5778,6 +5778,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. prj = Project(arg, progress_obj=self.download_progress) if prj.scm_url: print("Please use git to update project", prj.name) + print("This git repository is hosted at", prj.scm_url) continue if conf.config['do_package_tracking']: @@ -5842,6 +5843,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. # sys.exit(1) if p.scm_url: print("Please use git to update package", p.name) + print("This git repository is hosted at", p.scm_url) continue if not rev: