<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Crazy world ... &#187; Debian</title>
	<atom:link href="http://blog.dogguy.org/index.php/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dogguy.org</link>
	<description>Crazy world, crazy thoughts ... crazy blog !</description>
	<lastBuildDate>Wed, 16 Jun 2010 18:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Buildd status pages</title>
		<link>http://blog.dogguy.org/index.php/2010/06/16/buildd-status-pages/</link>
		<comments>http://blog.dogguy.org/index.php/2010/06/16/buildd-status-pages/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 18:44:05 +0000</pubDate>
		<dc:creator>Mehdi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.dogguy.org/?p=127</guid>
		<description><![CDATA[Recently, I started to write some web tool to track the status of ongoing transitions in unstable. I thought I could use some code from the Buildd status project (to see how it fetches the status for each package). Unfortunately, this caused some nightmares for some WB admin   (because they used to rely [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I started to write some web tool to track the status of ongoing transitions in unstable. I thought I could use some code from the <a href="https://buildd.debian.org/git/status.git/">Buildd status project</a> (to see how it fetches the status for each package). Unfortunately, this caused some nightmares for some WB admin <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (because they used to rely on the generated <a href="http://en.wikipedia.org/wiki/Berkeley_DB">BDB</a> files and not the <a href="http://en.wikipedia.org/wiki/Pgsql">PGSql</a> database, where the former is a snapshot of the latter stored in a funny format). Those BDB files were considered deprecated and status pages were looking for some love. Besides, the BDB files were kept in sync by regenerating them regularly (every 15 minutes, AFAIK). So, the information stored there was up-to-date only for a couple of seconds and then outdated, waiting for the next run to be updated.</p>
<p>Last weekend, I rewrote the status pages from scratch to make them use the PGSql database. I kept the same user interface (and pages&#8217; arguments) to make it a drop-in replacement for the old one. Today, thanks to the WB admins, <a href="https://buildd.debian.org/status/package.php?p=ocaml&amp;suite=unstable">the new status pages</a> replaced the old ones! There are no new visible features for now (except the backend and some links) but I have a list of new features that I intend to implement. These new features will be implemented in <a href="https://buildd.debian.org/~mehdi/pgstatus/">my local copy</a> first and then integrated if WB admins want them. And, as some of you already noticed, the new status pages are aware of <a href="https://buildd.debian.org/status/package.php?p=camlpdf&amp;suite=unstable">non-free packages</a> (because it happens that the data is present in the PGSql database <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  … thank WB admins for that!).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dogguy.org/index.php/2010/06/16/buildd-status-pages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>UbuntuDiff updates</title>
		<link>http://blog.dogguy.org/index.php/2010/06/04/ubuntudiff-updates/</link>
		<comments>http://blog.dogguy.org/index.php/2010/06/04/ubuntudiff-updates/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 23:13:27 +0000</pubDate>
		<dc:creator>Mehdi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.dogguy.org/?p=120</guid>
		<description><![CDATA[Since the recent announce of http://ubuntudiff.debian.net, some people started using it and asked for a few features. Lately, I&#8217;ve been working on it and tried to implement the following:

Use a single page (instead of a small HTML page with a lot of JS)… well, that was easy  
Show the debdiff between the Ubuntu package [...]]]></description>
			<content:encoded><![CDATA[<p>Since the recent announce of <a href="http://ubuntudiff.debian.net">http://ubuntudiff.debian.net</a>, some people started using it and asked for a few features. Lately, I&#8217;ve been working on it and tried to implement the following:</p>
<ul>
<li>Use a single page (instead of a small HTML page with a lot of JS)… well, that was easy <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Show the debdiff between the Ubuntu package and the Debian one: that was simpler than I first thought. Right now, it&#8217;s implemented and deployed [1]. When I first generated all patches, I realized how people can be <em>crazy</em> <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I had diffs larger than 60MB. So, I had to reduce that by keeping only diffs less than 200 lines per file. At the end, I had a little more than 2GB of patches (and html files) generated for ~2000 source packages (which is somehow reasonable). So now, below the changelog, there is a list of modified files and you can:
<ul>
<li>download a patch for each file, extracted from the debdiff,</li>
<li>or click on the file&#8217;s name to see the diff (if not too large, i.e. less than 200 lines)</li>
</ul>
<p>Note that red colored filenames denote files with too large diffs.</li>
</ul>
<p>I&#8217;ll still have some details to fix like putting the &#8220;download patch&#8221; link on the left, fix the show/hide thing which is also activated when you click on &#8220;download patch&#8221;. Then, I&#8217;ll consider it feature-complete (almost) and won&#8217;t touch it again. My next game will be to write some tools to analyse or detect new transitions… if you want to play, let me know <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As always, please test this new beta version of <em>UbuntuDiff</em> (and enjoy it :p)… and maybe, you may also report errors/bugs, if any <img src='http://blog.dogguy.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[1] <a href="http://ubuntudiff.debian.net/beta/">http://ubuntudiff.debian.net/beta/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dogguy.org/index.php/2010/06/04/ubuntudiff-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to Debconf10!</title>
		<link>http://blog.dogguy.org/index.php/2010/05/07/going-to-debconf10/</link>
		<comments>http://blog.dogguy.org/index.php/2010/05/07/going-to-debconf10/#comments</comments>
		<pubDate>Fri, 07 May 2010 12:02:18 +0000</pubDate>
		<dc:creator>Mehdi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://blog.dogguy.org/?p=117</guid>
		<description><![CDATA[I got my air ticket. So, I’m able to say that I will go to DebConf10!

]]></description>
			<content:encoded><![CDATA[<p>I got my air ticket. So, I’m able to say that I will go to DebConf10!</p>
<p><a href="http://blog.dogguy.org/wp-content/uploads/im_going_to_debconf10.png"><img class="aligncenter size-full wp-image-118" title="im_going_to_debconf10" src="http://blog.dogguy.org/wp-content/uploads/im_going_to_debconf10.png" alt="" width="200" height="101" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dogguy.org/index.php/2010/05/07/going-to-debconf10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
