<feed xmlns='http://www.w3.org/2005/Atom'>
<title>iurt/NEWS, branch 0.7.6</title>
<subtitle>Chroot-based Build System</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/'/>
<entry>
<title>0.7.6</title>
<updated>2018-07-28T23:28:40+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-07-28T23:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=a010fd579ca2ceb7d29ee86fd9d2f595b3359d78'/>
<id>a010fd579ca2ceb7d29ee86fd9d2f595b3359d78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEWS, that commit actually fixed a bug</title>
<updated>2018-07-28T23:19:29+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-07-28T23:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=59f09640ab096e95b03be49da50e01c92de1746c'/>
<id>59f09640ab096e95b03be49da50e01c92de1746c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow disabling build_stalled_timeout</title>
<updated>2018-07-28T12:24:20+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-07-28T12:24:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=4762dd27f8a5b91afaf2ac72edde49ffc0ecc7f1'/>
<id>4762dd27f8a5b91afaf2ac72edde49ffc0ecc7f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail build which timeout even is machine is unreachable</title>
<updated>2018-06-02T16:37:08+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-04-30T11:58:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=e7ed365e1ad9d7af242c8879ba3fc902cf8ae48e'/>
<id>e7ed365e1ad9d7af242c8879ba3fc902cf8ae48e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to 10 minutes for commands</title>
<updated>2018-01-11T23:08:07+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2018-01-11T23:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=d04a33dc14f51fa2f920617d1eeae1d504544f56'/>
<id>d04a33dc14f51fa2f920617d1eeae1d504544f56</id>
<content type='text'>
Especially for large packages 5 minutes to recreate src.rpm is not enough
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Especially for large packages 5 minutes to recreate src.rpm is not enough
</pre>
</div>
</content>
</entry>
<entry>
<title>0.7.5</title>
<updated>2017-10-15T04:17:22+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-10-15T04:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=65d1a9fe3b54aa559b2b43eeab0767473fba68ae'/>
<id>65d1a9fe3b54aa559b2b43eeab0767473fba68ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix checking if chroot needs updating</title>
<updated>2017-10-15T04:16:37+00:00</updated>
<author>
<name>Thierry Vignaud</name>
<email>thierry.vignaud@gmail.com</email>
</author>
<published>2017-10-15T04:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=8008f0d9cce4a86e9ee4a157034e7fc1dc441584'/>
<id>8008f0d9cce4a86e9ee4a157034e7fc1dc441584</id>
<content type='text'>
commit a1e34113fcb9538ad8a29eec80075dff04253068 wrongly made
check_chroot_need_update() to always return 0, thus skipping all
tests...

This makde build system using old chroots, thus breaking some package
builds
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit a1e34113fcb9538ad8a29eec80075dff04253068 wrongly made
check_chroot_need_update() to always return 0, thus skipping all
tests...

This makde build system using old chroots, thus breaking some package
builds
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix getting package name from src.rpm</title>
<updated>2017-10-13T15:22:47+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2017-10-13T15:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=650e21e67f99b1a1a779b11aa01a3f658e3a7619'/>
<id>650e21e67f99b1a1a779b11aa01a3f658e3a7619</id>
<content type='text'>
Name is prefixed by revision on the buuld system. Also, this was
already done for build_timeout so share the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Name is prefixed by revision on the buuld system. Also, this was
already done for build_timeout so share the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>0.7.3</title>
<updated>2017-10-13T14:19:12+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2017-10-13T14:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=196cd393e5ff8afee4731a486eb3b247a18fdbd4'/>
<id>196cd393e5ff8afee4731a486eb3b247a18fdbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change use_netns to allow per package setting</title>
<updated>2017-10-13T14:18:10+00:00</updated>
<author>
<name>Pascal Terjan</name>
<email>pterjan@mageia.org</email>
</author>
<published>2017-10-13T14:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/software/build-system/iurt/commit/?id=b916a14b9d07c7876bebfb70af5dddf8b4e86de7'/>
<id>b916a14b9d07c7876bebfb70af5dddf8b4e86de7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
