needing to dput, mark-uploaded and push is laborious
Bug #607684 reported by
Martin Pool
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
brz-debian |
Triaged
|
Medium
|
Unassigned | ||
bzr-builddeb |
Triaged
|
Medium
|
Unassigned |
Bug Description
https:/
"""Step 6: Uploading the package:
$ dput ubuntu regina-
At this point, I'd be done under the old method (and I could have stopped here
now and let the branch be created from the uploaded package, but I decided to
persevere).
$ bzr mark-uploaded
$ bzr push lp:ubuntu/regina-normal
ssh key ..."""
Perhaps we could shrink this to just one command? I'm not sure how.
Changed in bzr-builddeb: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
On Tue, 2010-07-20 at 10:46 +0000, Martin Pool wrote: /lists. ubuntu. com/archives/ ubuntu- distributed- January/ 000373. html normal_ 4.6-1.1ubuntu1_ source. changes
> Public bug reported:
>
> https:/
> devel/2010-
>
> """Step 6: Uploading the package:
>
> $ dput ubuntu regina-
>
> At this point, I'd be done under the old method (and I could have stopped here
> now and let the branch be created from the uploaded package, but I decided to
> persevere).
>
> $ bzr mark-uploaded
>
> $ bzr push lp:ubuntu/regina-normal
> ssh key ..."""
>
> Perhaps we could shrink this to just one command? I'm not sure how.
dput supports hooks that can be run. Perhaps we can configure these
commands in the default /etc/dput.cf that is shipped with ubuntu ?
e.g. post_upload_command = /usr/share/ ubuntu- dev-tools/ push_branch. py ?
Cheers,
Jelmer