I would commit my mercurial repo stuff too (HG_REPO).?
On 11.10.16 09:03, Dagobert Michelsen <[email protected]> wrote: > > > > > > > Hi Carsten, > > > > > > > > Am 10.10.2016 um 11:05 schrieb [email protected]: > > > > > > Hi, > > > > related to > > https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package > > > > > > > Hahaha, what a thread! :-) Sure, please go ahead. > > > > Best regards > > — Dago > > > > > > I guess we should use for PYPI_MIRROR pypi.io(http://pypi.io): > > > > --- gar.conf.mk (revision 25941) > > +++ gar.conf.mk (working copy) > > @@ -935,7 +935,7 @@ > > # Python Package Index > > PYPI_PROJECT ?= $(NAME) > > PYPI_SUBDIR = $(shell echo $(PYPI_PROJECT) | cut -c 1) > > -PYPI_MIRROR = > > http://pypi.python.org/packages/source/$(PYPI_SUBDIR)/$(PYPI_PROJECT)/ > > +PYPI_MIRROR = > > http://pypi.io/packages/source/$(PYPI_SUBDIR)/$(PYPI_PROJECT)/ > > > > # Package dir > > GARPACKAGE = $(shell basename $(CURDIR)) > > > > > > > > > > > > > > -- > "You don't become great by trying to be great, you become great by wanting to > do something, > and then doing it so hard that you become great in the process." - xkcd #896 > > > > > >
