<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Distributed distributions</title>
	<atom:link href="http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/</link>
	<description>they got a skin and they put me in</description>
	<pubDate>Thu, 08 Jan 2009 11:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: genstef</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14225</link>
		<dc:creator>genstef</dc:creator>
		<pubDate>Thu, 14 Jun 2007 10:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14225</guid>
		<description>For overlays.gentoo.org the usage you describe is already possible, see:

http://www.kernel.org/pub/software/scm/git/docs/git-svn.html

Unfortunately the official portage tree still uses cvs (and I see no real efforts of getting that fixed)  :(</description>
		<content:encoded><![CDATA[<p>For overlays.gentoo.org the usage you describe is already possible, see:</p>
<p><a href="http://www.kernel.org/pub/software/scm/git/docs/git-svn.html" rel="nofollow">http://www.kernel.org/pub/software/scm/git/docs/git-svn.html</a></p>
<p>Unfortunately the official portage tree still uses cvs (and I see no real efforts of getting that fixed)  :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aldrik</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14221</link>
		<dc:creator>Aldrik</dc:creator>
		<pubDate>Thu, 14 Jun 2007 07:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14221</guid>
		<description>DSCM in general work on a workflow like :
you clone locally
you hack
you make your local repository available or send the difference with main repository via mail</description>
		<content:encoded><![CDATA[<p>DSCM in general work on a workflow like :<br />
you clone locally<br />
you hack<br />
you make your local repository available or send the difference with main repository via mail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Faulhammer</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14220</link>
		<dc:creator>Christian Faulhammer</dc:creator>
		<pubDate>Thu, 14 Jun 2007 07:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14220</guid>
		<description>SourceMage uses Git.</description>
		<content:encoded><![CDATA[<p>SourceMage uses Git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donnie Berkholz</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14219</link>
		<dc:creator>Donnie Berkholz</dc:creator>
		<pubDate>Thu, 14 Jun 2007 04:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14219</guid>
		<description>Look into rPath. Their Conary system includes around the ability to branch and such.</description>
		<content:encoded><![CDATA[<p>Look into rPath. Their Conary system includes around the ability to branch and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey Burger</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14218</link>
		<dc:creator>Corey Burger</dc:creator>
		<pubDate>Thu, 14 Jun 2007 04:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14218</guid>
		<description>Debian and Ubuntu both maintain various packages in a decentralized way, both with git and bzr. For Ubuntu the kernel is in git and on kernel.org and the bzr maintained stuff can be found at https://wiki.ubuntu.com/BzrMaintainedPackages</description>
		<content:encoded><![CDATA[<p>Debian and Ubuntu both maintain various packages in a decentralized way, both with git and bzr. For Ubuntu the kernel is in git and on kernel.org and the bzr maintained stuff can be found at <a href="https://wiki.ubuntu.com/BzrMaintainedPackages" rel="nofollow">https://wiki.ubuntu.com/BzrMaintainedPackages</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Dehan</title>
		<link>http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/comment-page-1/#comment-14217</link>
		<dc:creator>Jonathan Dehan</dc:creator>
		<pubDate>Thu, 14 Jun 2007 03:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.reactivated.net/weblog/archives/2007/06/distributed-distributions/#comment-14217</guid>
		<description>I don't know any distros that do it, but how hard would it be for a decent scripter to hack together something that would set up the portage tree like this and give the correct permissions to the correct people? - Find out who is responsible for what ebuild, create the correct logins and random passwords, and see what happens? It would be real easy to add sync support in paludis ( check /usr/libexec/paludis/syncers/ for examples ). You could even make a hook on --sync to upload any individual's local overlay to the correct team responsible. I don't know how distributed scms work but maybe new ebuild could be skipped on a user's sync until they mark it official. This would keep the heirachy but also make it easy (and ecourage) people to maintain a few ebuilds and give back to the community/tree. If someone consistantly pumps out quality ebuilds, they can get permission to sync to the main tree...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know any distros that do it, but how hard would it be for a decent scripter to hack together something that would set up the portage tree like this and give the correct permissions to the correct people? - Find out who is responsible for what ebuild, create the correct logins and random passwords, and see what happens? It would be real easy to add sync support in paludis ( check /usr/libexec/paludis/syncers/ for examples ). You could even make a hook on &#8211;sync to upload any individual&#8217;s local overlay to the correct team responsible. I don&#8217;t know how distributed scms work but maybe new ebuild could be skipped on a user&#8217;s sync until they mark it official. This would keep the heirachy but also make it easy (and ecourage) people to maintain a few ebuilds and give back to the community/tree. If someone consistantly pumps out quality ebuilds, they can get permission to sync to the main tree&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
