A while ago I introduced a script lp-project-upload to automate tarball release uploads to Launchpad.
Many people asked for further features, two of which I added now: First, it automatically invokes gpg to create a tarball signature (unless one is already present), and second it invokes an editor to specify changelog and release notes (just keep the files empty if you don’t need them).
Uploaded to lucid’s ubuntu-dev-tools, enjoy!
#1 by Vadi on 2009/11/21 - 02:47
Zitieren
Do you get to choose a graphical editor or terminal-based only?
#2 by pitti on 2009/11/21 - 03:02
Zitieren
You are saying that there are other editors besides vim?
Seriously, it just invokes “sensible-editor”, and thus should respect $EDITOR. I tried
$ EDITOR=”gedit” sensible-editor /tmp/foo
and it works for me.