From: Jeff A. <ja...@fa...> - 2017-09-25 22:13:59
|
Or administered on the assumption everyone has moved Git. https://hg.python.org/?sort=lastchange I think this (fairly obviously) is the hook that sends e-mail, but why the call has changed I can't guess. I'm happy to move to GitHub. Start with the CPython dev guide as it contains a well thought-out way of working? (I keep meaning to.) Jeff On 25/09/2017 21:40, Jim Baker wrote: > I have also seen this error. I assume that a post-commit hook is being > run on the hg server, and it is failing. Not good. > > This message may be implicitly telling us we need to get off > hg.python.org <http://hg.python.org> sooner than later, since it's no > longer being as actively administered. (Perhaps not at all in fact.) > > On Mon, Sep 25, 2017 at 2:35 PM, Stefan Richthofer > <Ste...@gm... <mailto:Ste...@gm...>> wrote: > > Also observed these errors and additionally I did not receive an > email notification from jython-checkins. > Not that I cared too much for the email notification (still nice > to have), but I suspect the issues could be > related. Or did you receive email notification for recent pushes? > *Gesendet:* Montag, 25. September 2017 um 22:20 Uhr > *Von:* "Jeff Allen" <ja...@fa... <mailto:ja...@fa...>> > *An:* "Jython Developers" <jyt...@li... > <mailto:jyt...@li...>>, > inf...@py... > <mailto:inf...@py...> > *Betreff:* [Jython-dev] Errors when pushing to > hg.python.org/jython <http://hg.python.org/jython> > > Just now got these error messages, actually 4 repeats, one for > each change set: > > PS jython-int> hg push > pushing to ssh://hg...@hg.../jython > <mailto:ssh://hg...@hg.../jython> > searching for changes > remote: adding changesets > remote: adding manifests > remote: adding file changes > remote: added 4 changesets with 28 changes to 25 files > remote: Traceback (most recent call last): > remote: File "/srv/hg/repos/hooks/mail.py", line 166, in incoming > remote: return _incoming(ui, repo, **kwargs) > remote: File "/srv/hg/repos/hooks/mail.py", line 102, in _incoming > remote: diffstat = patch.diffstat(iterlines(diffchunks), > width=60, git=True) > remote: TypeError: diffstat() got an unexpected keyword argument 'git' > remote: error: incoming.notify hook raised an exception: > diffstat() got an unexpected keyword argument 'git' > remote: (run with --traceback for stack trace) > > ... and 3 more the same (from "remote: Traceback ..."). > > It seems to have worked (my change sets landed), but something's > not right at the PSF end. Any ideas? > > Jeff > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! > http://sdm.link/slashdot_______________________________________________ > <http://sdm.link/slashdot_______________________________________________> > Jython-dev mailing list Jyt...@li... > <mailto:Jyt...@li...> > https://lists.sourceforge.net/lists/listinfo/jython-dev > <https://lists.sourceforge.net/lists/listinfo/jython-dev> > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Jython-dev mailing list > Jyt...@li... > <mailto:Jyt...@li...> > https://lists.sourceforge.net/lists/listinfo/jython-dev > <https://lists.sourceforge.net/lists/listinfo/jython-dev> > > |