-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Morten Kjeldgaard schrieb:
> It _should_ be possible to write a simple CLI tool that would submit  
> an email merge request to [EMAIL PROTECTED] given a package name  
> and -version. The script could fill in the necessary fields, assign  
> the bug to the submitter, gpg-sign the message, etc.

Also should it be possible to make use of python-launchpad-bugs (for
those who don't have a local mail server set up) - small snippet from
/usr/bin/requestsync:

    Bug = launchpadbugs.connector.ConnectBug()
    Bug.authentication = cookiefile
    bug = Bug.New(product = product, summary = bugtitle, description =
bugtext)
    bug.importance = 'Wishlist'
    bug.status = status
    bug.subscriptions.add(subscribe)
    bug.commit()

Have a nice day,
 Daniel

- --
My 5 today: #229670 (libgtk2-ex-podviewer-perl), #229574 (netdude),
#229377 (grass), #229895 (libdbi-perl), #229720 (kazehakase)
Do 5 a day - every day! https://wiki.ubuntu.com/5-A-Day
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIKoVxRjrlnQWd1esRAutpAJ4qDz8rz3OFeVFp/Ks0XdMHe/pApwCfdmWD
IwqnCXFFKrBGmNzorZBWuds=
=zE92
-----END PGP SIGNATURE-----

-- 
Ubuntu-motu mailing list
Ubuntu-motu@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to