<?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>Rodrigo Moya &#187; build-service</title>
	<atom:link href="http://blogs.gnome.org/rodrigo/tag/build-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/rodrigo</link>
	<description>From lost to the river</description>
	<lastBuildDate>Tue, 03 Jan 2012 15:17:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GNOME Packaging Day</title>
		<link>http://blogs.gnome.org/rodrigo/2009/01/26/gnome-packaging-day/</link>
		<comments>http://blogs.gnome.org/rodrigo/2009/01/26/gnome-packaging-day/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 12:17:48 +0000</pubDate>
		<dc:creator>rodrigo</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[build-service]]></category>
		<category><![CDATA[packaging]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/?p=393</guid>
		<description><![CDATA[In the last few openSUSE-GNOME team meetings, it was decided to do regular packaging days whenever GNOME point versions are released, with the goal of providing bleeding edge updates as quickly as possible. So, next week is that time: along with the GNOME 2.25.90 release on Feb 4th, Thursday Feb 5th we&#8217;ll be helding a [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few <a href="http://en.opensuse.org/GNOME/Meetings">openSUSE-GNOME team meetings</a>, it was decided to do regular packaging days whenever GNOME point versions are released, with the goal of providing bleeding edge updates as quickly as possible. So, next week is that time: along with the GNOME 2.25.90 release on Feb 4th, Thursday Feb 5th we&#8217;ll be helding a packaging day to get the latest unstable GNOME release packaged into our GNOME:Factory project (to be used for openSUSE 11.2 but also available for 11.1). It is a great opportunity to find out how to contribute to the packaging of GNOME for <a href="http://opensuse.org">openSUSE</a>.</p>
<p>The packaging day will last the whole day long, so just come around #opensuse-gnome IRC channel on FreeNode at any time you want and ask how to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/rodrigo/2009/01/26/gnome-packaging-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE build service collaboration</title>
		<link>http://blogs.gnome.org/rodrigo/2008/07/18/opensuse-build-service-collaboration/</link>
		<comments>http://blogs.gnome.org/rodrigo/2008/07/18/opensuse-build-service-collaboration/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 22:43:40 +0000</pubDate>
		<dc:creator>rodrigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openSUSE]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[build-service]]></category>

		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2008/07/18/opensuse-build-service-collaboration/</guid>
		<description><![CDATA[One of the shortcomings of the openSUSE build service was, until recently, that it didn&#8217;t help outsiders (non-Novell employees) in contributing to the distribution&#8217;s packages. The build service team worked hard in the last few months, and now it is very easy for external people to send patches directly to be included in the main [...]]]></description>
			<content:encoded><![CDATA[<p>One of the shortcomings of the <a href="http://build.opensuse.org">openSUSE build service</a> was, until recently, that it didn&#8217;t help outsiders (non-Novell employees) in contributing to the distribution&#8217;s packages. The build service team worked hard in the last few months, and now it is very easy for external people to send patches directly to be included in the main distribution.</p>
<p>First, you need to create a branch from the package you want to change:</p>
<p><em>osc branch GNOME:Factory gnome-utils</em></p>
<p>This creates a branch in your home project (home:$user:branches:GNOME:Factory), so just check it out:</p>
<p><em>osc co home:$user:branches:GNOME:Factory gnome-utils</em></p>
<p>Then, just work on changes, and when everything is ok and the package builds, just commit and submit a request</p>
<p><em>osc commit -m &#8220;Changed foo and bar&#8221;</em></p>
<p><em>osc submitreq create -m &#8220;Changed foo and bar&#8221;</em></p>
<p>Before submitting though, it might be wise to re-check your changes:</p>
<p><em>osc rdiff home:$user:branches:GNOME:Factory gnome-utils</em></p>
<p>which shows a diff of the changes in your branch.</p>
<p>osc commit/submitreq create will submit the changes to your branch and to the project you branched from (GNOME:Factory in this example), so that maintainers can review and accept (or reject) the submission. Maintainers just need to:</p>
<p><em><rm>$ osc submitreq list GNOME:Factory</rm></em></p>
<p><em>359   new         home:rodrigomoya:branches:GNOME:Factory/gtk2-engines  -&gt;  GNOME:Factory/gtk2-engines    &#8216;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-\nFri Jul 18 17:16:38 CEST 2008 &#8211; rodrigo@suse.de\n\n- Tag and upstream patches&#8217;</em></p>
<p><em>360   new         home:vuntz:branches:GNOME:Factory/pango  -&gt;  GNOME:Factory/pango    &#8216;Tag pango64.patch&#8217;</em></p>
<p><em>363   new         home:jproseve:branches:GNOME:Factory/glib2-branding-openSUSE  -&gt;  GNOME:Factory/glib2-branding-openSUSE    &#8216;Fix bnc#406741&#8242;</em></p>
<p><em>364   new         home:rodrigomoya:branches:GNOME:Factory/fast-user-switch-applet  -&gt;  GNOME:Factory/fast-user-switch-applet    &#8216;Tag patch correctly&#8217;</em></p>
<p><em>365   new         home:rodrigomoya:branches:GNOME:Factory/gnome-utils  -&gt;  GNOME:Factory/gnome-utils    &#8216;Tag some patches&#8217;</em></p>
<p><em>366   new         home:jproseve:branches:GNOME:Factory/scrollkeeper  -&gt;  GNOME:Factory/scrollkeeper    &#8216;Tag patches&#8217;</em></p>
<p><em>367   new         home:jproseve:branches:GNOME:Factory/icu  -&gt;  GNOME:Factory/icu    &#8216;Tag patches&#8217;</em></p>
<p><em>368   new         home:jproseve:branches:GNOME:Factory/scrollkeeper  -&gt;  GNOME:Factory/scrollkeeper    &#8216;Tag patches&#8217;</em></p>
<p>which lists all the submissions waiting in the queue, and then just needs to review it:</p>
<p><em>$ osc submitreq show -d $id</em></p>
<p>which shows the patch for the submission identified by $id. And then, just accept or reject:</p>
<p><em>osc submitreq accept $id</em></p>
<p><em>osc submitreq decline -m &#8220;Your patch is wrong, don&#8217;t send me more&#8221; $id</em></p>
<p>Neat, isn&#8217;t it? This should help us a lot in getting users&#8217; contributions quicker into the distro, as well as in a better patch reviewing system.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gnome.org/rodrigo/2008/07/18/opensuse-build-service-collaboration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/rodrigo/tag/build-service/feed/ ) in 1.19305 seconds, on Feb 11th, 2012 at 5:03 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 11th, 2012 at 6:03 am UTC -->
