June 29, 2013

Mercurial Mirror For Django 1.6 branch

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 1 Comment

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/

February 19, 2013

AMD r600 gpu backend on Gentoo

by orzel
Categories: Gentoo
Tags: ,
Comments: Leave a Comment

The current situation is rather messy with respect to the AMD r600 GPU backend : it has been merged on llvm, but not yet released. The problem is that, on gentoo, the USE flag “r600-llvm-compiler” requires this backend. As a result, it was not possible since ~christmas to compile mesa-9999 with it. The backend is […]

February 10, 2013

Yet another KDE QA failure

by orzel
Categories: Gentoo, KDE
Tags: ,
Comments: 79 Comments

Just as lot of people here and elsewhere keep on denying KDE QA major problem, the 4.10 release is yet another proof of how bad the situation is. KDE cares so much that they already closed the bug with a oh-so-easy “not our fault”. Which is probably true, but still I consider that this shows a […]

October 26, 2012

Mercurial Mirror For Django 1.5 branch

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 1 Comment

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

by orzel
Categories: Admin, Software
Tags: , ,
Comments: Leave a Comment

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

by orzel
Categories: Admin, Django
Tags: ,
Comments: 4 Comments

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 […]

June 12, 2012

Unofficial mercurial mirror for Django that works

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 5 Comments

The documentation for Django mentions an “official” mirror for mercurial. Django got us used to a very high standard when it comes to quality. Unfortunately, this is exactly the contrary for this mirror. It’s quite often broken, or not updated, or both. The last itch is that nobody has taken care of it since the […]

March 30, 2012

Mercurial Mirror For Django 1.4 branch

by orzel
Categories: Admin, Django
Tags: , ,
Comments: 1 Comment

Another Django release, another branch, another mercurial mirror…  Cloning this one will costs you ~35Mb on your hard disk, compared to 167Mb for the official django mirror. This is updated once a day from the official svn, and it’s gonna stay for a long time : https://bitbucket.org/orzel/django-1.4-production/ For some reason, the 1.4 branch was not […]

January 11, 2012

Compiling firefox-9.0 on linux PPC

by orzel
Categories: Admin, Gentoo
Tags: ,
Comments: 2 Comments

The good point is that yes!, it is possible to compile firefox 8.0 or 9.0 on linux-ppc. General point of view The mozilla foundation has stopped supporting the PPC platform for firefox starting with version 4.0. Gentoo ebuilds, quite understandably, followed upstream by removing ppc keywords for all firefox ebuilds >=4.0. Though… I still have […]

January 8, 2012

DjangoRedmineAdmin 1.0 released

by orzel
Categories: Admin, Django, Software
Tags: ,
Comments: 1 Comment

I recently needed (again) to ‘browse’ a redmine database, and I used my DjangoRedmineAdmin application to do so. I took this opportunity to update the code and doing some more tests/fixes. As a result I decided to tag this as 1.0. The main modifications are: updated to comply with current redmine version (1.2.1 and 1.3.0) […]