<?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"
	>

<channel>
	<title>openSUSE Lizards &#187; Adrian Schröter</title>
	<atom:link href="http://lizards.opensuse.org/author/adriansuse/feed/" rel="self" type="application/rss+xml" />
	<link>http://lizards.opensuse.org</link>
	<description></description>
	<pubDate>Mon, 21 Jul 2008 21:08:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Build Service 1.0 Release Candidate is out</title>
		<link>http://lizards.opensuse.org/2008/06/11/build-service-10-release-candidate-is-out/</link>
		<comments>http://lizards.opensuse.org/2008/06/11/build-service-10-release-candidate-is-out/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 11:24:48 +0000</pubDate>
		<dc:creator>Adrian Schröter</dc:creator>
		
		<category><![CDATA[Build Service]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=59</guid>
		<description><![CDATA[We just released the Build Service 1.0 release candidate. The final release is expected in two weeks.
Most important about this release are the improvements in source handling. Submissions to foreign projects are possible now. That does mean that after two years of development, direct work on openSUSE distribution becomes possible, without bugzilla in between ! [...]]]></description>
			<content:encoded><![CDATA[<p>We just released the Build Service 1.0 release candidate. The final release is expected in two weeks.</p>
<p>Most important about this release are the improvements in source handling. Submissions to foreign projects are possible now. That does mean that after two years of development, direct work on openSUSE distribution becomes possible, without bugzilla in between ! You see, we need sometimes a bit longer, but we keep our promises <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The Build Service at http://build.opensuse.org is already running it, so it can be already used for submissions. You just need the current osc from openSUSE:Tools project.</p>
<p><span id="more-59"></span>When editing a package in openSUSE:Factory, you work usually on a branch of the maintainers project. In this way everybody can work close together with the official maintainers.</p>
<p>These mechanisms are usable via the osc command line client already. But the functionality is provided by the server, so I hope we can easily make the same functionality accessible in the other clients soon.</p>
<p>We have <a href="http://en.opensuse.org/Build_Service/Collaboration">a wiki page</a> describing the way how to use this.</p>
<p>There weill be still some rough edges in the functionality, but only practical usage will show them. A 1.1 release has been added to <a href="http://en.opensuse.org/Build_Service/Roadmap">the roadmap</a>, which can improve these use cases.</p>
<p>Please keep in mind that Factory is frozen atm to get 11.0 out of the door. So submissions will not get check in in the next week. But they can get already prepared <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/06/11/build-service-10-release-candidate-is-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easy OBS Web Client Development</title>
		<link>http://lizards.opensuse.org/2008/05/07/easy-obs-web-client-development/</link>
		<comments>http://lizards.opensuse.org/2008/05/07/easy-obs-web-client-development/#comments</comments>
		<pubDate>Wed, 07 May 2008 09:57:11 +0000</pubDate>
		<dc:creator>Adrian Schröter</dc:creator>
		
		<category><![CDATA[Build Service]]></category>

		<guid isPermaLink="false">http://lizards.opensuse.org/?p=6</guid>
		<description><![CDATA[The web interface of the openSUSE Build Service behind http://build.opensuse.org is written with Ruby on Rails. The good thing about this is that you can easily setup an own instance of the web interface on your workstation using the server behind http://api.opensuse.org. All what you need is to checkout the sources, install the ruby on [...]]]></description>
			<content:encoded><![CDATA[<p>The web interface of the openSUSE Build Service behind <a href="http://build.opensuse.org">http://build.opensuse.org</a> is written with Ruby on Rails. The good thing about this is that you can easily setup an own instance of the web interface on your workstation using the server behind http://api.opensuse.org. All what you need is to checkout the sources, install the ruby on rails packages and run the server.</p>
<p>Installing the Ruby framework in matching release can be done as root user via:</p>
<p># zypper sa http://download.opensuse.org/repositories/openSUSE:Tools/<strong>YOUR_DISTRO</strong> openSUSE:Tools<br />
# zypper install rubygem-rails-2_0</p>
<p>Getting the source code is easy just by anonymous checkout from svn:</p>
<p> # svn co https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/</p>
<p>Running the web interface is really easy now just by running</p>
<p># cd buildservice/src/webclient<br />
# ruby script/server</p>
<p>This runs a local instance where you can connect with any web browser using http://0.0.0.0:3000/ URL. So there is no need to install a full build service, no database administration, just checkout and run it <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> You can easily edit files esp. below the app/ directory and customize or improve the web interface for your needs.</p>
<p>Of course it is easy to get svn write access, if you provide a useful patch <img src='http://lizards.opensuse.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://lizards.opensuse.org/2008/05/07/easy-obs-web-client-development/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
