<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zack Medico - Latest comments on New @live-rebuild and @module-rebuild package sets</title>
		<link>http://blogs.gentoo.org/zmedico?disp=comments</link>
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Sat, 02 Aug 2008 02:08:15 +0000</pubDate>
			<dc:creator>Zac MEDICO [Member]</dc:creator>
			<guid isPermaLink="false">c19938@http://blogs.gentoo.org/</guid>
			<description>&lt;blockquote&gt;Should note that @live-rebuild may catch packages that inherit those eclasses, but aren't really &quot;live&quot; packages&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
It might be good to add support for &lt;strong&gt;RESTRICT=live&lt;/strong&gt; (with the reverse meaning of what was originally suggested in &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=233589&quot; rel=&quot;nofollow&quot;&gt;bug 233589&lt;/a&gt;) since it will also be useful for repoman's &lt;strong&gt;LIVEVCS.stable&lt;/strong&gt; check. I've just sent an &lt;a href=&quot;http://archives.gentoo.org/gentoo-dev/msg_64b83155637bcad67478e2d2af276780.xml&quot; rel=&quot;nofollow&quot;&gt;RFC email&lt;/a&gt; to the gentoo-dev mailing list.</description>
			<content:encoded><![CDATA[<blockquote>Should note that @live-rebuild may catch packages that inherit those eclasses, but aren't really "live" packages</blockquote><br />
<br />
It might be good to add support for <strong>RESTRICT=live</strong> (with the reverse meaning of what was originally suggested in <a href="http://bugs.gentoo.org/show_bug.cgi?id=233589" rel="nofollow">bug 233589</a>) since it will also be useful for repoman's <strong>LIVEVCS.stable</strong> check. I've just sent an <a href="http://archives.gentoo.org/gentoo-dev/msg_64b83155637bcad67478e2d2af276780.xml" rel="nofollow">RFC email</a> to the gentoo-dev mailing list.]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19938</link>
		</item>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Fri, 01 Aug 2008 20:55:31 +0000</pubDate>
			<dc:creator>Zac MEDICO [Member]</dc:creator>
			<guid isPermaLink="false">c19935@http://blogs.gentoo.org/</guid>
			<description>Well, the @live-rebuild set is really only intended as an interim solution until &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=182028&quot; rel=&quot;nofollow&quot;&gt;bug 182028&lt;/a&gt; has been implemented in a future EAPI. See &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=233589&quot; rel=&quot;nofollow&quot;&gt;bug 233589&lt;/a&gt; for an alternative way that we might implement @live-rebuild using a new RESTRICT value (that doesn't require an EAPI bump).</description>
			<content:encoded><![CDATA[Well, the @live-rebuild set is really only intended as an interim solution until <a href="http://bugs.gentoo.org/show_bug.cgi?id=182028" rel="nofollow">bug 182028</a> has been implemented in a future EAPI. See <a href="http://bugs.gentoo.org/show_bug.cgi?id=233589" rel="nofollow">bug 233589</a> for an alternative way that we might implement @live-rebuild using a new RESTRICT value (that doesn't require an EAPI bump).]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19935</link>
		</item>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Fri, 01 Aug 2008 20:09:30 +0000</pubDate>
			<dc:creator>Jason [Visitor]</dc:creator>
			<guid isPermaLink="false">c19934@http://blogs.gentoo.org/</guid>
			<description>Some ebuilds are snapshot ebuilds that point to a certain fixed revision, for example:&lt;br /&gt;
&lt;br /&gt;
ESVN_REPO_URI=&quot;svn://mySvnServer/${PN}@{${PV}}&quot;&lt;br /&gt;
&lt;br /&gt;
This will never need svn updating, but it is pulled in anyway to @live-rebuild. The solution you have is so elegent, though, that it may not be worth it to fix this outside case.</description>
			<content:encoded><![CDATA[Some ebuilds are snapshot ebuilds that point to a certain fixed revision, for example:<br />
<br />
ESVN_REPO_URI="svn://mySvnServer/${PN}@{${PV}}"<br />
<br />
This will never need svn updating, but it is pulled in anyway to @live-rebuild. The solution you have is so elegent, though, that it may not be worth it to fix this outside case.]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19934</link>
		</item>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Fri, 01 Aug 2008 04:59:48 +0000</pubDate>
			<dc:creator>Zac MEDICO [Member]</dc:creator>
			<guid isPermaLink="false">c19933@http://blogs.gentoo.org/</guid>
			<description>&lt;blockquote&gt;However one things that would be nice (maybe worth a bug in bugzilla?) would be to have a @live-update (or something) that checks to see if upstream repo has been updated since last merge and in that case updates it, leaving the rest to be. That way you can run @live-rebuild if you want to rebuild all of them and @live-update if you only want the updated.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
We already have plans to implement this in a future EAPI. See &lt;a href=&quot;http://bugs.gentoo.org/show_bug.cgi?id=182028&quot; rel=&quot;nofollow&quot;&gt;bug 182028&lt;/a&gt;.</description>
			<content:encoded><![CDATA[<blockquote>However one things that would be nice (maybe worth a bug in bugzilla?) would be to have a @live-update (or something) that checks to see if upstream repo has been updated since last merge and in that case updates it, leaving the rest to be. That way you can run @live-rebuild if you want to rebuild all of them and @live-update if you only want the updated.</blockquote><br />
<br />
We already have plans to implement this in a future EAPI. See <a href="http://bugs.gentoo.org/show_bug.cgi?id=182028" rel="nofollow">bug 182028</a>.]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19933</link>
		</item>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Fri, 01 Aug 2008 04:55:35 +0000</pubDate>
			<dc:creator>Xake [Visitor]</dc:creator>
			<guid isPermaLink="false">c19932@http://blogs.gentoo.org/</guid>
			<description>This will be pretty neat features.&lt;br /&gt;
However one things that would be nice (maybe worth a bug in bugzilla?) would be to have a @live-update (or something) that checks to see if upstream repo has been updated since last merge and in that case updates it, leaving the rest to be. That way you can run @live-rebuild if you want to rebuild all of them and @live-update if you only want the updated.&lt;br /&gt;
&lt;br /&gt;
This becouse on some system (like one of mines where I have to get a big chunk of xorg from git for some upstream bughunting) there could be a lot of packages inheriting git that are not very often are updated upstream and there is no need to rebuild.&lt;br /&gt;
I know there are scripts to do this for you but it would be nice to have them all at one place.</description>
			<content:encoded><![CDATA[This will be pretty neat features.<br />
However one things that would be nice (maybe worth a bug in bugzilla?) would be to have a @live-update (or something) that checks to see if upstream repo has been updated since last merge and in that case updates it, leaving the rest to be. That way you can run @live-rebuild if you want to rebuild all of them and @live-update if you only want the updated.<br />
<br />
This becouse on some system (like one of mines where I have to get a big chunk of xorg from git for some upstream bughunting) there could be a lot of packages inheriting git that are not very often are updated upstream and there is no need to rebuild.<br />
I know there are scripts to do this for you but it would be nice to have them all at one place.]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19932</link>
		</item>
				<item>
			<title>In response to: New @live-rebuild and @module-rebuild package sets</title>
			<pubDate>Thu, 31 Jul 2008 10:05:01 +0000</pubDate>
			<dc:creator>egore911 [Visitor]</dc:creator>
			<guid isPermaLink="false">c19929@http://blogs.gentoo.org/</guid>
			<description>Wow, this is pretty neat! I'm really looking forward to test it!</description>
			<content:encoded><![CDATA[Wow, this is pretty neat! I'm really looking forward to test it!]]></content:encoded>
			<link>http://blogs.gentoo.org/zmedico/2008/07/31/live_rebuild_package_set#c19929</link>
		</item>
			</channel>
</rss>
