mirror of
https://github.com/openSUSE/osc.git
synced 2026-02-23 04:05:31 +01:00
Give a hint where a scmsync git is hosted
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user