lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with uploading patch


From: Thomas Morley
Subject: Re: Problem with uploading patch
Date: Fri, 13 Jul 2012 22:14:07 +0200

2012/7/13 Janek Warchoł <address@hidden>:
> On Fri, Jul 13, 2012 at 8:32 PM, Phil Holmes <address@hidden> wrote:
>>
>>> 2012/7/13 Trevor Daniels <address@hidden>:
>>>>
>>>> Phil Holmes wrote Friday, July 13, 2012 5:56 PM
>>>>> Run the command
>>>>>
>>>>> git cl issue 6352049
>>>
>>> Dosn't work. :(
>>
>> It really should do.
>
> Wasn't 6352049 the number Harm *didn't* want to use?
>
> i guess it would be easiest to solve this with
> git cl issue 0
> as David suggested.
>
> hth,
> JaneK

I tried
git cl issue 0
the terminal returns:
address@hidden ~/lilypond-git (dev/local_working)$ git cl issue 0
Command "git config --unset branch.dev/local_working.rietveldissue" failed

So I started from scratch:
- Amend previous commit
- Abort changes - Reset to origin
- LilyDev reboot
- made changes in files/added a new regtest
- New local commit
- Make patch set

Seems all ok so far (patch attached)

- git cl config
- git pull -r
- git cl upload origin/master

Now the terminal displays :

address@hidden ~$ cd lilypond-git/
address@hidden ~/lilypond-git (dev/local_working)$ git add
input/regression/parenthesizeStencil-bracketifyStencil.ly
address@hidden ~/lilypond-git (dev/local_working)$ git cl config
Rietveld server (host[:port]) [git cl upload origin/master]:
CC list ("x" to clear) address@hidden:
Tree status URL:
ViewVC URL:
address@hidden ~/lilypond-git (dev/local_working)$ git pull -r

Current branch dev/local_working is up to date.
address@hidden ~/lilypond-git (dev/local_working)$
address@hidden ~/lilypond-git (dev/local_working)$ git cl upload origin/master
 Documentation/ly-examples/aucun-snippet.ly         |    2 +-
 .../parenthesizeStencil-bracketifyStencil.ly       |   45 +++++++++++++++
 ly/music-functions-init.ly                         |   60 ++++++++++++++++++++
 scm/define-markup-commands.scm                     |    6 +-
 scm/stencil.scm                                    |   31 +++++-----
 5 files changed, 125 insertions(+), 19 deletions(-)
Upload server: git cl upload origin/master (change with -s/--server)
Loaded authentication cookies from /home/harm/.codereview_upload_cookies
Traceback (most recent call last):
  File "/home/harm/bin/git-cl", line 888, in <module>
    sys.exit(main(sys.argv))
  File "/home/harm/bin/git-cl", line 882, in main
    return func(argv[2:])
  File "/home/harm/bin/git-cl", line 607, in CmdUpload
    issue, patchset = upload.RealMain(['upload'] + upload_args + args)
  File "/home/harm/src/git-cl/upload.py", line 1467, in RealMain
    response_body = rpc_server.Send("/upload", body, content_type=ctype)
  File "/home/harm/src/git-cl/upload.py", line 342, in Send
    f = self.opener.open(req)
  File "/usr/lib/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 1161, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib/python2.6/urllib2.py", line 1136, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>


Now I'm totally puzzled and confused.

-Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]