mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 09:16:14 +01:00
Enable md5 revisions in osc log
This commit is contained in:
parent
ca9dc30643
commit
cf5da11b26
@ -7048,7 +7048,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
project = args[0]
|
||||
package = args[1]
|
||||
|
||||
rev, rev_upper = parseRevisionOption(opts.revision, allow_md5=False)
|
||||
rev, rev_upper = parseRevisionOption(opts.revision)
|
||||
if rev and not checkRevision(project, package, rev, apiurl, opts.meta):
|
||||
print('Revision \'%s\' does not exist' % rev, file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user