mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
.dsc syncs only work with --no-lp
This commit is contained in:
parent
fdfef34b37
commit
91bad45ec1
@ -437,6 +437,9 @@ def main():
|
||||
options.uploader_email = ubu_email(export=False)[1]
|
||||
|
||||
if options.lp:
|
||||
if args[0].endswith('.dsc'):
|
||||
parser.error('.dsc files can only be synced using --no-lp.')
|
||||
|
||||
# We need devel for now.
|
||||
api_version = 'devel'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user