This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
blog_post_tests/20111003005434.blog

12 lines
2.9 KiB
Plaintext

…but GPSD will survive!
<p>Four days after I got the word that <a href="http://esr.ibiblio.org/?p=3777">Berlios is dying</a>, I have saved GPSD from being pulled under as it sinks. A couple of observations on the project migration follow.</p>
<p><span id="more-3779"></span></p>
<p>First, for all those with an interest, the GPSD website is now at <a href="http://catb.org/gpsd/">http://catb.org/gpsd/</a> (in my personal space at ibiblio); the repo and mailing lists are on <a href="https://savannah.nongnu.org/projects/gpsd/">Savannah</a>. The old page on Berlios <a href="http://gpsd.berlios.de">announces the move</a>.</p>
<p>The web stuff is on ibiblio because Savannah&#8217;s static-web support sucks big time. To update your web pages, they want you to check changes into a per-project CVS repository. Then, some time later, a cron job will check out copies and put them in your visible webspace. </p>
<p>I know why they&#8217;re doing it; they fear security breaches if users can reach the host filesystem with scp or friends. But &#8220;clumsy&#8221; massively understates the awkwardness of this method; the cron-job delay is injury, and having to tangle with the ancient brain-damage that is CVS adds insult to it. Fortunately they let you point your &#8220;Home Page&#8221; link offsite as an alternative to dealing with this crap.</p>
<p>But we must be fair. Yes, Savannah is a data jail and its internals are an architectural disaster area, but as I&#8217;ve <a href="http://esr.ibiblio.org/?p=1295">noted before</a> essentially all existing forges have those problems. Within those limitations Savannah&#8217;s UI is quite nice, as I know from years of experience with the close variant at Gna! that&#8217;s used by <cite>Battle For Wesnoth.</p>
<p>The worst part of this migration was scraping my mailing list state out of Berlios. Mailman has a decent UI and feature set, and it&#8217;s nice that you can mass-subscribe people by uploading a file of email adddresses, but &#8211; dammit &#8211; you can&#8217;t get the list back <em>out</em> as a file! I had to grab each successive HTML page in the user list display sequence and run them through a script to strip out the names.</p>
<p>Ironically, the tool I wrote two years ago to extract project state from Berlios and other forges was no use because the GPSD bugtracker is empty. Not that it would have been very useful anyway without an injector on the receiving end. That foregeplucker project stalled due to &#8212; wait for it &#8212; flakiness at the hosting site; I&#8217;m thinking I should go back there, hound the admins until they fix the problem, and pick up that project again.</p>
<p>The temptation to write a forge system myself is returning, too. They all suck so <em>badly</em>. It&#8217;s like no decent system architect has ever tackled the problem. I don&#8217;t just believe in a general way that I can do better, I know exactly how to go about it. Maybe one of these years&#8230; </p>
<p></cite></p>