mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Allow for just building the source package without a test build or
upload (LP: #691896)
This commit is contained in:
parent
735ac962c3
commit
cbe6726eb3
@ -105,8 +105,8 @@ def parse(args):
|
|||||||
opts, args = p.parse_args(args)
|
opts, args = p.parse_args(args)
|
||||||
if len(args) != 1:
|
if len(args) != 1:
|
||||||
p.error('You must specify a single source package or a .dsc URL/path')
|
p.error('You must specify a single source package or a .dsc URL/path')
|
||||||
if not opts.upload and not opts.build:
|
if not opts.upload and not opts.workdir:
|
||||||
p.error('Nothing to do')
|
p.error('Please specify either a working dir or an upload target')
|
||||||
|
|
||||||
return opts, args
|
return opts, args
|
||||||
|
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -19,6 +19,8 @@ ubuntu-dev-tools (0.108) UNRELEASED; urgency=low
|
|||||||
[ Evan Broder ]
|
[ Evan Broder ]
|
||||||
* backportpackage: new script for testing backport requests in a PPA.
|
* backportpackage: new script for testing backport requests in a PPA.
|
||||||
- Include -y option to skip prompts (LP: #691895)
|
- Include -y option to skip prompts (LP: #691895)
|
||||||
|
- Allow for just building the source package without a test build or
|
||||||
|
upload (LP: #691896)
|
||||||
* sponsor-patch: Add --update option to make sure build environment is
|
* sponsor-patch: Add --update option to make sure build environment is
|
||||||
up to date (LP: #689605)
|
up to date (LP: #689605)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user