When a user submits a module and they don't put the correct SCM URL format, the following error is returned The submitted scmurl git://dist-git.example.com/modules/perl-App-cpanminus is not valid. We should tell the user what the format should look like and that the git identifier is missing.
The submitted scmurl git://dist-git.example.com/modules/perl-App-cpanminus is not valid
Additionally, if the modulemd file is not named correctly in the repo, MBS will just return an error that says The SCM repository doesn't contain a modulemd file. We should mention what modulemd file name MBS is expecting and couldn't find.
The SCM repository doesn't contain a modulemd file
PR #1724: https://pagure.io/fm-orchestrator/pull-request/1724
Commit d115c86e fixes this issue
Commit 06d31786 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/mbs/issues/1098
Please continue any further discussion there.