option to automatically upload after building
Bug #619651 reported by
Martin Pool
This bug report is a duplicate of:
Bug #607684: needing to dput, mark-uploaded and push is laborious.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr-builddeb |
Triaged
|
Medium
|
Unassigned |
Bug Description
It seems like it would be nice to have an option to automatically upload to a PPA (or some other archive) after successfully building. At the moment it seems one needs to retype or copy and paste the name of the changes file. Would this be a bad idea?
To post a comment you must log in.
Either an option or a separate command (I would lean towards the latter).
bzr builddeb -S && bzr dput ubuntu
or something.
Thanks,
James