On 26/09/2011 4:36 AM, Graham Percival wrote:
Please use
   https://github.com/gperciva/git-cl
instead of the current git-cl.  To configure, add a file called
   google.login
to your lilypond srcdir, in the format
username
password

This updated git-cl will:
- create an issue with Patch-new to code.google.com, including a
   link to your rietveld issue of course
or
- update an existing issue with your Patch-new link if you include
   "fix xyz" or "issue xyz" in your patch description

There will still be rough edges, but the projecthosting_upload.py
part of the new git-cl is pretty small and should be easy to
patch.  Problem reports and patches are most welcome.

Once this script is fully tested and working, it will relieve a
lot of our current frustrations.  Please switch to it -- even if
there's a problem with the new parts of the script, the original
behavior of the rietveld upload is completely unchanged, so you
lose nothing!

Cheers,
- Graham

I tried this. Rietveld issue was created, but google page issue gave me an error. Attaching

--
Julien
Traceback (most recent call last):
  File "../git-cl/git-cl", line 875, in <module>
    sys.exit(main(sys.argv))
  File "../git-cl/git-cl", line 869, in main
    return func(argv[2:])
  File "../git-cl/git-cl", line 599, in CmdUpload
    projecthosting_upload.upload(issue, patchset, subject, desc)
  File "/home/jrioux/git/git-cl/projecthosting_upload.py", line 108, in upload
    status = patchy.upload(issue, patchset, subject, description)
  File "/home/jrioux/git/git-cl/projecthosting_upload.py", line 99, in upload
    self.update_issue(issue_id, description)
  File "/home/jrioux/git/git-cl/projecthosting_upload.py", line 71, in 
update_issue
    labels = ["Patch-new"])
  File "/home/jrioux/git/git-cl/gdata/projecthosting/client.py", line 133, in 
update_issue
    **kwargs)
  File "/home/jrioux/git/git-cl/gdata/client.py", line 685, in post
    desired_class=desired_class, **kwargs)
  File "/home/jrioux/git/git-cl/gdata/client.py", line 320, in request
    RequestError)
gdata.client.RequestError: Server responded with: 403, No permission to edit 
issue

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to