<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iurt/ulri, branch 0.6.21</title>
<subtitle>Chroot-based Build System</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/'/>
<entry>
<title>Set path properly when there is a lock file but no src.rpm left</title>
<updated>2014-04-30T12:36:10+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-04-30T12:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=d938ab80960ece31f3c01921c4a8611db15dacc1'/>
<id>d938ab80960ece31f3c01921c4a8611db15dacc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indentation</title>
<updated>2014-04-20T12:35:58+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-04-20T12:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=f1617959b102c2ca13ffc87ab9bef835ff04011a'/>
<id>f1617959b102c2ca13ffc87ab9bef835ff04011a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify using cat*()</title>
<updated>2014-04-19T10:59:04+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-04-19T10:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=a231645f12e640171070a9f7fbcc737fd58afe29'/>
<id>a231645f12e640171070a9f7fbcc737fd58afe29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>perl_checker cleanups</title>
<updated>2014-04-19T10:52:52+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2014-04-19T09:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=4edab9788a284886731f41a1bb522ba5d814a142'/>
<id>4edab9788a284886731f41a1bb522ba5d814a142</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix syntax when there are dependencies</title>
<updated>2014-04-18T16:29:54+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-04-18T16:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=434931c792ecc5cbf29aa605289c4d7cf43c511b'/>
<id>434931c792ecc5cbf29aa605289c4d7cf43c511b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parsing of .deps path</title>
<updated>2014-04-18T15:58:22+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-04-18T15:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=f6ed57f67f07a19e62a0b07050510e832cc9ca1a'/>
<id>f6ed57f67f07a19e62a0b07050510e832cc9ca1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a way to have a build waiting for others.</title>
<updated>2014-04-18T13:04:05+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@gmail.com</email>
</author>
<published>2014-04-13T22:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=d44f5f322cdec614765763a28d7c475c06f9ba31'/>
<id>d44f5f322cdec614765763a28d7c475c06f9ba31</id>
<content type='text'>
This is a list of prefix, so if one of the builds fails
dependent ones will be rejected.

It would be nicer for a user perspective to specify that we want
to wait for the src.rpm of foo &gt;= XX.YY to be available, with some
time limit, as it would get built if the original build fails but
get submitted again, but that would be much more complicated to
implement.

This simple solution allows a Youri::Submit action to submit build
of dependant packages while the upload is not finished yet. For
example this will allow to automatically rebuild kmod-* and
drakx-installer-images after a new kernel is uploaded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a list of prefix, so if one of the builds fails
dependent ones will be rejected.

It would be nicer for a user perspective to specify that we want
to wait for the src.rpm of foo &gt;= XX.YY to be available, with some
time limit, as it would get built if the original build fails but
get submitted again, but that would be much more complicated to
implement.

This simple solution allows a Youri::Submit action to submit build
of dependant packages while the upload is not finished yet. For
example this will allow to automatically rebuild kmod-* and
drakx-installer-images after a new kernel is uploaded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update defaults and kill obsolete mappings</title>
<updated>2014-01-19T05:13:33+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@google.com</email>
</author>
<published>2014-01-19T04:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=052012580a20824dd097cc46882e57bb2d9211d3'/>
<id>052012580a20824dd097cc46882e57bb2d9211d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to improve cleanup (and not forget a build when another arch fails)</title>
<updated>2014-01-19T05:13:33+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@google.com</email>
</author>
<published>2014-01-19T01:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=1a3aea490feaaae4c7f63418c8b460c2408056a8'/>
<id>1a3aea490feaaae4c7f63418c8b460c2408056a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Record built packages to allow cleanup when only one arch fails</title>
<updated>2014-01-19T05:13:33+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@google.com</email>
</author>
<published>2014-01-18T17:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=21b8a3556aff1c9ac1b0f8defe8e9abb8a9d1b23'/>
<id>21b8a3556aff1c9ac1b0f8defe8e9abb8a9d1b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
