On Monday, September 26, 2016 at 1:02:53 AM UTC, John H Palmieri wrote: > > I'm having this problem with "git trac checkout 21592", for example. > > A question: how do I identify which version of git-trac is installed? Is > the version actually recorded anywhere in the source code? >
there is a Sage package git_trac, (see build/pkgs/git_trac/package-version.txt) and upstream: https://github.com/sagemath/git-trac-command I'd try upstream... > John > > > On Sunday, September 25, 2016 at 5:54:54 PM UTC-7, Dima Pasechnik wrote: >> >> >> >> On Monday, September 26, 2016 at 12:40:23 AM UTC, Jonathan Bober wrote: >>> >>> Is git still down, or do is the problem just that I don't know what I am >>> doing? >>> >>> jb12407@lmfdb5:/data/local/sage/sage-7.3$ git trac checkout 21596 >>> >> >> Make sure you have the latest `git trac` installed. >> >> There is no branch on #21596, thus nothing to checkout. >> In this case `git trac` attempts to create a new branch on a server in >> some way, which fails >> for some reason. >> >> In plain git, you would want to push your local branch to the trac >> server; this works for me. >> >> >> >> >> >> >>> Loading ticket #21596... >>> Newly created local branch: >>> t/21596/matrix_charpoly_algorithm__flint___destroys_the_polynomial_ring_generator >>> Traceback (most recent call last): >>> File "/home/jb12407/bin/git-trac", line 18, in <module> >>> cmdline.launch() >>> File "/data/home/jb12407/git-trac-command/git_trac/cmdline.py", line >>> 215, in launch >>> app.checkout(args.ticket_or_branch, args.branch_name) >>> File "/data/home/jb12407/git-trac-command/git_trac/app.py", line 116, >>> in checkout >>> self._checkout_ticket(int(ticket_or_branch), branch_name) >>> File "/data/home/jb12407/git-trac-command/git_trac/app.py", line 134, >>> in _checkout_ticket >>> self.repo.create(local) >>> File "/data/home/jb12407/git-trac-command/git_trac/git_repository.py", >>> line 145, in create >>> self.git.fetch('trac', starting_branch) >>> File "/data/home/jb12407/git-trac-command/git_trac/git_interface.py", >>> line 341, in meth >>> return self.execute(git_cmd, *args, **kwds) >>> File "/data/home/jb12407/git-trac-command/git_trac/git_interface.py", >>> line 328, in execute >>> popen_stderr=subprocess.PIPE) >>> File "/data/home/jb12407/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 develop" >>> STDERR: trac.sagemath.org[0: 104.197.143.230]: errno=Connection >>> refused >>> STDERR: fatal: unable to connect a socket (Connection refused) >>> >>> >>> On Sun, Sep 25, 2016 at 5:03 PM, Volker Braun <vbrau...@gmail.com> >>> wrote: >>> >>>> The buildbot is offline, too... http://build.sagedev.org >>>> >>>> There shouldn't be a connection but its certainly an odd coincidence >>>> >>>> >>>> >>>> >>>> On Sunday, September 25, 2016 at 5:22:19 PM UTC+2, William wrote: >>>>> >>>>> On Sun, Sep 25, 2016 at 8:13 AM, Dima Pasechnik <dim...@gmail.com> >>>>> wrote: >>>>> > >>>>> > I almost cannot use either web interface, or git server. >>>>> > (however I can ssh to the host, although it is slow...) >>>>> > I see a lot of apache activity... >>>>> > >>>>> > Does anyone do anything heavy? >>>>> >>>>> >>>>> I doubt this is good: >>>>> >>>>> wstein@trac:~$ ps ax|grep git-upload-pack|wc -l71 >>>>> >>>>> and >>>>> >>>>> wstein@trac:~$ ps ax |grep "git clone" |wc -l33 >>>>> >>>>> It's yet again the situation where so many git operations are being >>>>> performed that none of them finish, things time out, and it tries them >>>>> all again at once, or something. This work needs to be rewritten to >>>>> use a lock or queue or something... or just make the entire machine >>>>> way more powerful (spend more money). >>>>> >>>>> I'm now going to try to do a lot of aggressive killing of git >>>>> processes, restarting of apache, etc. >>>>> >>>>> William >>>>> >>>>> > >>>>> > >>>>> > -- >>>>> > >>>>> > --- >>>>> > You received this message because you are subscribed to the Google >>>>> Groups "sagemath-admins" group. >>>>> > To unsubscribe from this group and stop receiving emails from it, >>>>> send an email to sagemath-admi...@googlegroups.com. >>>>> > For more options, visit https://groups.google.com/d/optout. >>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> William (http://wstein.org) >>>>> >>>> -- >>>> 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+...@googlegroups.com. >>>> To post to this group, send email to sage-...@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.