On Sun, Aug 21, 2016 at 8:14 PM, Dima Pasechnik <dimp...@gmail.com> wrote:
>
>
> On Sunday, August 21, 2016 at 5:23:28 PM UTC+1, Volker Braun wrote:
>>
>> This should be fixed now
>>
> Thanks much, Volker!
> I installed usual ubuntu updates from standard debs, but as you pointed out
> to me there was a manual change
> in a config file that got overwritten... :-(
> We need to find a way to prevent these things in the future.

I haven't finished documenting all of the configuration yet, so that's my fault.

In the future it will be preferable to have a docker container that
rolls out the basic configuration, and disable Ubuntu updates, with
preference to rebuilding the container on top of updated base images.


>> On Sunday, August 21, 2016 at 12:15:05 AM UTC+2, Emmanuel Charpentier
>> wrote:
>>>
>>> I am finding myself unable to fetch the positively reviewed ticket
>>> TRAC#21135 :
>>>
>>> charpent@asus16-ec:/usr/local/sage-7$ git trac checkout 21135
>>> Loading ticket #21135...
>>> Checking out Trac #21135 remote branch public/21135 -> local branch
>>> t/21135/public/21135...
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/git-trac", line 18, in <module>
>>>     cmdline.launch()
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/cmdline.py", line
>>> 215, in launch
>>>     app.checkout(args.ticket_or_branch, args.branch_name)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 116,
>>> in checkout
>>>     self._checkout_ticket(int(ticket_or_branch), branch_name)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/app.py", line 144,
>>> in _checkout_ticket
>>>     self.repo.checkout_new_branch(ticket.branch, branch)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_repository.py",
>>> line 136, in checkout_new_branch
>>>     self.git.fetch('trac', remote)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py",
>>> line 341, in meth
>>>     return self.execute(git_cmd, *args, **kwds)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py",
>>> line 328, in execute
>>>     popen_stderr=subprocess.PIPE)
>>>   File "/home/charpent/Dev/git-trac-command/git_trac/git_interface.py",
>>> line 263, in _run
>>>     raise GitError(result)
>>> git_trac.git_error.GitError: git returned with non-zero exit code (128)
>>> when executing "git fetch trac public/21135"
>>>     STDERR: fatal: Couldn't find remote ref public/21135
>>>
>>> I do not understand this error. This never happened to me before.
>>>
>>> Ideas ?
>>>
>>> --
>>> Emmanuel Charpentier
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to