Monthly Archives: June 2008

Git git git

Why is Git for some only the one perfect DVCS and no discussion is possible? From Git is the only DVCS caring about performance incl outdated benchmarks, to the ‘all DVCS’ systems are hard’ and lastly ‘switching VCS systems is … Continue reading

Posted in General | 8 Comments

Bzr vs SVN

I wanted to rewrite Mango in Python for a while now, but couldn’t determine which framework to use. Mostly as these frameworks either do way too much or just not enough. Shaunm (and some others in #gnome-hackers) was so nice … Continue reading

Posted in General | 5 Comments

Subversion 1.5

SUbversion 1.5.0 has been released. I plan to upgrade svn.gnome.org when 1.5.1 is released. See the announcement for full 1.5 details. Things I like are: Merge tracking There are still a few known issues with this. This is why I … Continue reading

Posted in General | 6 Comments

My post

I really love all those HTML tags.

Posted in General | 9 Comments

Pre-commit hooks

Regarding: This was more annoying, since there is some script there in s.g.o’s guts that rejects any commit if the repo has an executable. This is a simplification. Executable files are allowed. There is a pre-commit hook to disallow executable … Continue reading

Posted in General | Comments Off

Getting stuff into GNOME

Just wanted to respond via the planet on one thing: It is getting increasingly hard to get new stuff into Gnome, and when someone approaches with something that is slightly controversial huge flamewars erupt. Consider Tracker and Empathy on the … Continue reading

Posted in General | 3 Comments

SVN.gnome.org back up

Note that the distribution upgrade of svn.gnome.org has been completed. AFAICS everything is working. If you have issues, please ping me (bkor) or another person with ops in #sysadmin (irc.gnome.org). PS: I do expect loads of commits now

Posted in General | 1 Comment

Using moderated messages to train the bayes classifier

This week I took a look at the moderation queue of a GNOME mailing list. There were loads of messages in it. There is a moderation team who looks at these queues and cleans it up, by discarding the spam … Continue reading

Posted in General | 4 Comments

New mailman version

I’ve upgraded the Mailman version on mail.gnome.org to 2.1.10. In this version I redid the post-only patch. Basically, if the default action for new subscribers is to moderate them (done on e.g. metacity-devel-list), then members subscribed to post-only won’t be … Continue reading

Posted in General | Comments Off

SSH public keys

A while ago I added some basic SSH public key checking to Mango. This for two reasons: Avoid email back and forth in case of copy/paste error To ensure the key is long enough The key length checking was mostly … Continue reading

Posted in General | Comments Off