From: Stefan R. <Ste...@gm...> - 2017-02-21 16:02:23
|
For some days, commits to hg repository haven't been uploaded to our github mirror at https://github.com/jythontools/jython. Is that process broken? Best Stefan |
From: Oti <oh...@gm...> - 2017-02-22 20:35:42
|
Hi Stefan, I regularly merge my fork, and the commits stopped coming in. I would guess that Darjus had set up the mirroring. Best wishes Oti. Stefan Richthofer <Ste...@gm...> schrieb am Di. 21. Feb. 2017 um 17:03: > For some days, commits to hg repository haven't been uploaded to our > github mirror at https://github.com/jythontools/jython. Is that process > broken? > > Best > > Stefan > > > ------------------------------------------------------------------------------ > 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... > https://lists.sourceforge.net/lists/listinfo/jython-dev > -- http://ohumbel.me |
From: Darjus L. <da...@gm...> - 2017-02-26 21:00:35
|
Hey Guys, The GCE instance that does the periodic sync was down for some reason. This should be fixed now. We should seriously consider just moving to github with CPython in the process already. Darjus On Thu, Feb 23, 2017 at 7:36 AM Oti <oh...@gm...> wrote: > Hi Stefan, > > I regularly merge my fork, and the commits stopped coming in. > I would guess that Darjus had set up the mirroring. > > Best wishes > Oti. > > > Stefan Richthofer <Ste...@gm...> schrieb am Di. 21. Feb. 2017 > um 17:03: > > For some days, commits to hg repository haven't been uploaded to our > github mirror at https://github.com/jythontools/jython. Is that process > broken? > > Best > > Stefan > > > ------------------------------------------------------------------------------ > 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... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > -- > http://ohumbel.me > > ------------------------------------------------------------------------------ > 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... > https://lists.sourceforge.net/lists/listinfo/jython-dev > |
From: Oti <oh...@gm...> - 2017-02-26 22:25:21
|
Hi all, CPython is already on github. I would also strongly suggest to move. Best wishes Oti Darjus Loktevic <da...@gm...> schrieb am So. 26. Feb. 2017 um 22:00: > Hey Guys, > > The GCE instance that does the periodic sync was down for some reason. > This should be fixed now. We should seriously consider just moving to > github with CPython in the process already. > > Darjus > > On Thu, Feb 23, 2017 at 7:36 AM Oti <oh...@gm...> wrote: > > Hi Stefan, > > I regularly merge my fork, and the commits stopped coming in. > I would guess that Darjus had set up the mirroring. > > Best wishes > Oti. > > > Stefan Richthofer <Ste...@gm...> schrieb am Di. 21. Feb. 2017 > um 17:03: > > For some days, commits to hg repository haven't been uploaded to our > github mirror at https://github.com/jythontools/jython. Is that process > broken? > > Best > > Stefan > > > ------------------------------------------------------------------------------ > 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... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > -- > http://ohumbel.me > > ------------------------------------------------------------------------------ > 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... > https://lists.sourceforge.net/lists/listinfo/jython-dev > > -- http://ohumbel.me |
From: Jim B. <jim...@py...> - 2017-02-26 22:34:53
|
Darjus, On Sun, Feb 26, 2017 at 2:00 PM, Darjus Loktevic <da...@gm...> wrote: > Hey Guys, > > The GCE instance that does the periodic sync was down for some reason. > This should be fixed now. > Darjus, thanks for doing the resync. Everything looks good now on https://github.com/jythontools/jython/ > We should seriously consider just moving to github with CPython in the > process already. > Agreed about moving to GitHub as primary and specifically using the org we have for this (https://github.com/jython). CPython's recent support of GH with core-workflow should be mature enough for us to jump on this workflow as well. We should get 2.7.1 out (maybe recent Windows improvements from Stefan are sufficient? we do have a missing file in the latest trunk, so will need some confirmation). At this point, maybe the best thing to do is use a temporary repo while we move from Ant to a Gradle + Ant custom task build; then switch to fully being on https://github.com/jython/jython as the reference location. I believe the args for having stripped out all of the jars from source are compelling reasons to do this; 2.7.2 and Jython 3 will have enough breathing room for us to make this transition. - Jim |
From: Darjus L. <da...@gm...> - 2017-05-16 20:59:13
|
Yeah, I'd love us to get rid of binaries. I have a basic Gradle build mostly working. Ideally we'd get rid of the binaries before we load into Github properly, but that raises concerns (like pulling an older version, history rewriting, etc.). Thoughts? On Sun, Feb 26, 2017 at 2:34 PM Jim Baker <jim...@py...> wrote: > Darjus, > > > On Sun, Feb 26, 2017 at 2:00 PM, Darjus Loktevic <da...@gm...> wrote: > >> Hey Guys, >> >> The GCE instance that does the periodic sync was down for some reason. >> This should be fixed now. >> > > Darjus, thanks for doing the resync. Everything looks good now on > https://github.com/jythontools/jython/ > > >> We should seriously consider just moving to github with CPython in the >> process already. >> > > Agreed about moving to GitHub as primary and specifically using the org we > have for this (https://github.com/jython). CPython's recent support of GH > with core-workflow should be mature enough for us to jump on this workflow > as well. > > We should get 2.7.1 out (maybe recent Windows improvements from Stefan are > sufficient? we do have a missing file in the latest trunk, so will need > some confirmation). At this point, maybe the best thing to do is use a > temporary repo while we move from Ant to a Gradle + Ant custom task build; > then switch to fully being on https://github.com/jython/jython as the > reference location. I believe the args for having stripped out all of the > jars from source are compelling reasons to do this; 2.7.2 and Jython 3 will > have enough breathing room for us to make this transition. > > - Jim > |