mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 22:56:15 +01:00
Merge pull request #1530 from adrianschroeter/git_hint
Give a hint where a scmsync git is hosted
This commit is contained in:
commit
a2b527b343
@ -5781,6 +5781,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
prj = Project(arg, progress_obj=self.download_progress)
|
prj = Project(arg, progress_obj=self.download_progress)
|
||||||
if prj.scm_url:
|
if prj.scm_url:
|
||||||
print("Please use git to update project", prj.name)
|
print("Please use git to update project", prj.name)
|
||||||
|
print("This git repository is hosted at", prj.scm_url)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if conf.config['do_package_tracking']:
|
if conf.config['do_package_tracking']:
|
||||||
@ -5845,6 +5846,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
# sys.exit(1)
|
# sys.exit(1)
|
||||||
if p.scm_url:
|
if p.scm_url:
|
||||||
print("Please use git to update package", p.name)
|
print("Please use git to update package", p.name)
|
||||||
|
print("This git repository is hosted at", p.scm_url)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if not rev:
|
if not rev:
|
||||||
|
Loading…
Reference in New Issue
Block a user