Thomas Capricelli archive
Tag: mercurial
February 21, 2017
Mercurial Mirror For Django 1.11 Branch
Here is our usual “production” mirror, aimed at: being a lightweight read-only repository to clone from for production servers hide the ugly git stuff behind a great mercurial interface The clone is at the usual location at bitbucket, from which you can browse, clone, update, … https://bitbucket.org/orzel/django-1.11-production/
June 22, 2016
Mercurial Mirror For Django 1.10 branch
Following the recent 1.10-beta1 release, here is our usual “production” mirror, aimed at: being a lightweight read-only repository to clone from for production servers hide the ugly git stuff behind a great mercurial interface The clone is at the usual location at bitbucket, from which you can browse, clone, update, … https://bitbucket.org/orzel/django-1.10-production/
February 28, 2016
Mercurial Mirror For Django 1.9 branch
I forgot to mention it, but I’ve created the 1.9 “production” mirror at the usual location: As a reminder, those mirrors have two purposes: be a lightweight read-only repository to clone from for production servers hide the ugly git stuff behind a great mercurial interface The clone is at the usual location at bitbucket, from which […]
January 17, 2015
Mercurial Mirror For Django 1.8 branch
Another year, another alpha release for Django and … another “production” mirror for me and anybody else interested. Django has just released the first alpha for Django-1.8. As usual, I create the mirror as soon as the corresponding branch is opened (stable/1.8.x), but this is still alpha stuff for you to test, not anything stable you […]
November 27, 2014
Hgactivity 2.2 is released
It’s been a long time since the last maintenance release, and there are several fixes worth releasing. There are also few enhancements, including patches from an external contributor. Thanks Rudy 🙂 Most people are using a clone and just need to update, but for the others, I’ve released tarballs as well. Homepage Announcement Download
January 23, 2014
Mercurial Mirror For Django 1.7 Branch
Today the Django project released the first alpha for Django 1.7. As such, the branch for 1.7 has been created in the git repository, and we can start mirroring it. Of course, this is still an alpha and the clone shouldn’t be used yet for prodution. The purpose is to test 1.7 early and to […]
June 29, 2013
Mercurial Mirror For Django 1.6 branch
Django has another branch, and we have another mirror. Today Django 1.6 beta 1 was released, and that seemed a good day to start the 1.6 mirror. So here it is, next to the other mirrors on my bitbucket account: https://bitbucket.org/orzel/django-1.6-production/
October 26, 2012
Mercurial Mirror For Django 1.5 branch
Django has just released the first alpha for the next big release, 1.5. As such they created the 1.5.x branch that will lead to the 1.5.0 release and then will become the stable branch. I do not intend to use the 1.5 branch before the final release, but I’ve already setup the mirror nonetheless. The mirror […]
September 11, 2012
Bugfix release for hgactivity : 2.1 is out
Several small modifications and bug fixes have landed on the hgactivity repository. For those not using a clone of the repository, I’ve released 2.1. Homepage Announcement Download
June 21, 2012
New Django mercurial mirrors aimed at production servers
When Django was still using subversion, I used to mirror stable branches (1.2 when I started, 1.4 recently). This worked well and I could clone those repositories on production servers, and then it was just a matter of ‘hg pull -u’ to bring updates/fixes. Now.. Django has moved to git. I won’t comment on how […]