Thomas Capricelli archive
Category: Admin

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

December 2, 2011

Celery init scripts for Gentoo

by orzel
Categories: Admin, Django, Gentoo
Tags: No Tags
Comments: 6 Comments

I’m using django-celery on a project. The only difficult part was that gentoo ebuilds would not provide init scripts. It might be that some ebuilds in some obscure overlay provides those, but this was far too far away from the mainstream portage tree for me. Yes, the documentation about celery has some scripts using supervisord, […]

November 14, 2011

New lightweight admin-oriented linux kernel mercurial mirror

by orzel
Categories: Admin, Gentoo, Linux kernel
Tags: , ,
Comments: 3 Comments

On most servers I’m responsible for, I use to compile my own kernels. Instead of downloading/applying patches, which is cumbersome, I was using the (now broken) mercurial mirror http://www.kernel.org/hg/linux-2.6 It was great as i just had to do something like “hg pull -u; hg up -r v2.6.xx” to update my tree. Though, this has several […]

November 9, 2011

EmergeActivity gets a graphical interface: releasing 2.0

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

I’m still using this small utility that displays the activity of ’emerges’ on the misc gentoo boxes I’m admin for. I’ve wanted to add a graphical interface for very long, but did not have the time… until recently. So here it is. It is available for download from the homepage and as a mercurial clone.

September 18, 2011

A small step forward for the mercurial activity plugin, releasing version 2.0

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

As time goes, my mercurial ‘activity’ plugin has got more and more options. Useful and requested options of course, but still it kinda clobber the –help output and it is more and more cumbersome to play with. This is why I have introduced a new frontend, based on Qt, to play/decide about those options. First, […]

April 7, 2011

Mercurial mirror for Django stable branch 1.3

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

Django recently released the 1.3 version, and as such a new ‘stable’ branch was created in subversion. As I did for the 1.2 branch, there’s now a mercurial mirror, following the 1.3 branch. It is updated every (european) night. The 1.2 mirror is not removed, it is still running and maintained. The url for this […]

September 9, 2010

New mercurial mirror for Django stable branch 1.2

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

I have tried for the last few years to use one of the mercurial mirrors on bitbucket.org to follow Django. Since far before Django 1.0 was released, I was following trunk, but I have switched to the stable branch around Django 1.1. I’ve always had problems with the mirrors on bitbucket, they seem mostly unmaintained. […]

April 3, 2010

Announcing colibri 1.0 alpha1, a mailing list manager with a django based web interface

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

It has been more than one year now that I’m running my own mailing list software here at freehackers, and I think it is now time to release a first preview of it. Let me introduce Colibri 1.0 alpha1 Colibri is a free software (GPL), based on python and Django. It’s not feature complete, but […]

July 27, 2009

Installing an avr cross compiler in gentoo

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

One could think that this is as easy as crossdev avr but it is not, so i write here how I did it for future reference, and hopefully this will also be useful to other people. The first problem is that it does not check compatibility between toolchain members (binutils, gcc, …). Understandably, this is […]

June 15, 2009

tags displayed in hg activity extension

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

Today i have added a feature to my hg activity extension. I have wanted to have this for long : the tags are now displayed on the graph. Here are two examples, one of the project itself, and another one on the mercurial repository, but only  for the last months. The first one was generated […]