Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87344
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Subject | Code hosting providers (was: Google Code Shutting Down) |
| Date | 2015-03-13 12:37 +1100 |
| References | <36a41718-3eb6-445b-ba5b-caf124122542@googlegroups.com> <d674ga9cde6lmlc6e0ere56vq6dua6ql46@4ax.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.307.1426210652.21433.python-list@python.org> (permalink) |
Mario Figueiredo <marfig@gmail.com> writes: > On Thu, 12 Mar 2015 15:26:08 -0700 (PDT), Josh English > <Joshua.R.English@gmail.com> wrote: > > > What is the recommended replacement for Code Hosting that works > > reliably with PyPi and pip? > > Essentially anywhere where either Git, Bazaar, Mercurial or Subversion > are supported. Installing directly from whatever the latest revision in VCS, is not a good replacement. What's needed is a VCS hosting provider that also expects you to publish tarballs at specific versions. For that, you want to choose a provider that runs entirely free software for the service – not just the VCS, but whatever other features you use need to be freely available for someone to run another instance of the same service. Otherwise you're stuck any time you want to migrate your project, which is what led to this thread in the first place. This is called “vendor lock-in”: services like GitHub and Google Code lock you in to the one provider, because if you want to migrate you can't take your project data (not just VCS but also issues, merge requests, etc.) with you to continue somewhere else. Any service which doesn't run their service on free software is one to avoid <URL:http://mako.cc/writing/hill-free_tools.html>; free software projects need free tools to remain that way. GitLab <URL:https://about.gitlab.com/> is a good option: they provide VCS, file hosting, wiki, issue tracker, code review via merge requests, etc. and all of it can be migrated to any other instance of the same service. Also worth watching is Kallithea, a new federated code hosting service <URL:https://kallithea-scm.org/>. It supports Mercurial and Git for VCS, code review, and integrates with existing issue trackers. Because it's federated, you won't suffer from vendor lock-in. Good hunting in finding a free-software code hosting provider for your projects! -- \ “I knew things were changing when my Fraternity Brothers threw | `\ a guy out of the house for mocking me because I'm gay.” | _o__) —postsecret.com, 2010-01-19 | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Google Code Shutting Down Josh English <Joshua.R.English@gmail.com> - 2015-03-12 15:26 -0700
Re: Google Code Shutting Down Mario Figueiredo <marfig@gmail.com> - 2015-03-13 00:12 +0100
Code hosting providers (was: Google Code Shutting Down) Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 12:37 +1100
Re: Code hosting providers (was: Google Code Shutting Down) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 14:17 +1100
Re: Code hosting providers Michael Torrie <torriem@gmail.com> - 2015-03-12 21:28 -0600
Re: Code hosting providers Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 15:22 +1100
Re: Code hosting providers Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 15:27 +1100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-12 22:17 -0700
Re: Code hosting providers Chris Angelico <rosuav@gmail.com> - 2015-03-13 19:33 +1100
Re: Code hosting providers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 19:59 +1100
Re: Code hosting providers Chris Angelico <rosuav@gmail.com> - 2015-03-13 22:46 +1100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 14:13 -0700
Re: Code hosting providers Gene Heskett <gheskett@wdtv.com> - 2015-03-13 19:38 -0400
Re: Code hosting providers Mario Figueiredo <marfig@gmail.com> - 2015-03-14 01:48 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 19:30 -0700
Re: Code hosting providers Gene Heskett <gheskett@wdtv.com> - 2015-03-13 23:13 -0400
Re: Code hosting providers Mario Figueiredo <marfig@gmail.com> - 2015-03-14 04:41 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 20:45 -0700
Re: Code hosting providers Rustom Mody <rustompmody@gmail.com> - 2015-03-13 22:03 -0700
Re: Code hosting providers (was: Google Code Shutting Down) Mario Figueiredo <marfig@gmail.com> - 2015-03-13 11:02 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 14:35 -0700
Re: Google Code Shutting Down Ian Kelly <ian.g.kelly@gmail.com> - 2015-03-12 22:33 -0600
Re: Google Code Shutting Down Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 19:47 +1100
Re: Google Code Shutting Down Josh English <Joshua.R.English@gmail.com> - 2015-03-13 12:53 -0700
csiph-web