a blog by Marius Gedminas

Posts tagged Ubuntu

Looking for an IRC bot

I'm looking for an IRC bot, mostly to provide logs of IRC conversations. I want and extensible one that is written in Python, so that I can add extra features (e.g. announcements of subversion commits). I want one that is in mature, usable, and available in Debian. apt-cache search python irc bot gives me two answers: libsoap-lite-perl (wha..?) supybot Looks like I'll be investigating supybot. It appears to have a lot of features that I'm not interested in.

Setting umask for Subversion

If you want to set up a shared Subversion repository, accessible over SSH, you need to make the following three directories group-writeable (and setgid): /path/to/svn/repository/db /path/to/svn/repository/locks /path/to/svn/repository/dav (not sure about this, it's likely that it is not necessary if you only want SSH access) You also need to make sure that all user accounts that access the repository have the correct umask (002 instead of the default 022).