aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Do not use chroot urpmiPascal Terjan2017-10-031-0/+1
| | | | | Either use urpmi --root or urpmi --urpmi-root so that packages can be installed without networking inside the chroot.
* Use --urpmi-root also for urpmi.addmediaPascal Terjan2017-10-031-0/+2
| | | | This allows adding the media without networking inside the chroot
* 0.7.00.7.0Pascal Terjan2017-10-031-1/+1
|
* Use a network namespace for buildsPascal Terjan2017-10-031-0/+1
|
* Kill upload/rsync in iurtPascal Terjan2017-10-031-0/+1
|
* Update NEWSPascal Terjan2017-10-031-0/+1
|
* Allow not checking chroot freshnessPascal Terjan2017-10-021-0/+1
| | | | | This is useful to improve performance for for autobuild where we build all packages on a snapshot of the distribution.
* Use urpm to parse synthesisPascal Terjan2017-10-021-0/+1
| | | | This allows it to work with xz compressed synthesis.
* Add support for resuming rebuildPascal Terjan2017-08-311-0/+1
|
* Fix killing the build when log file is not created within 30sPascal Terjan2017-08-291-0/+1
|
* Simplify failure detection logic and fix cleanupPascal Terjan2017-02-061-0/+2
| | | | | | | | Especially: - fetch logs when dependencies can not be installed - properly cleanup logs on the build machine in all cases - really discard other architectures if a mandatory one had already failed
* 0.6.290.6.29Pascal Terjan2016-12-311-0/+1
|
* Update NEWSPascal Terjan2016-11-241-0/+1
|
* Support chroot tarballs with non gz compressionPascal Terjan2016-11-191-0/+2
| | | | Especially, with no compression when speed is more important than a few hundres MBs
* 0.6.280.6.28Pascal Terjan2016-11-081-0/+2
|
* Only mandatory arches are fatalPascal Terjan2016-10-201-0/+2
| | | | | Currently any previous failures casues to force fail anything succeeding later.
* Skip all posts when uploading a non finisherPascal Terjan2016-10-201-0/+2
| | | | | This will make uploads much faster by only running createrepo once per changed media, like genhdlist2.
* 0.6.270.6.27Pascal Terjan2016-10-171-0/+1
|
* Fix handling of failed builds causing a crashPascal Terjan2016-10-171-0/+1
| | | | This caused also to not send failure emails
* Update NEWSPascal Terjan2016-10-141-0/+1
|
* Fix reuse of {arch} part of the treePascal Terjan2016-10-111-0/+2
| | | | | | | | It is used by ulri for both builds in progress and already done, while emi expects it to be only for done ones. This causes to upload only part of mandatory arches and later reject the other.
* Fix wrongly skipped postPascal Terjan2016-10-051-0/+3
| | | | | | | When doing a secondary upload contaning a noarch it was considered finisher for all arches despite the noarch package not getting uploaded. This means we were not calling some posts (including genhdlist2) on primary arches.
* 0.6.26Pascal Terjan2016-10-031-0/+1
|
* Do not give up on a build when failing to check its statusPascal Terjan2016-10-031-0/+1
|
* Update NEWSPascal Terjan2016-06-151-0/+1
|
* Enable ServerAliveInterval by defaultPascal Terjan2016-04-151-1/+1
|
* Add a first test!Pascal Terjan2016-01-241-0/+1
|
* Update NEWSPascal Terjan2016-01-241-0/+3
|
* Reduce ssh timeoutPascal Terjan2015-12-261-0/+1
|
* when failing to send a build to a machine, exclude that machinePascal Terjan2015-12-261-0/+3
|
* 0.6.250.6.25Olivier Blin2015-11-171-0/+1
|
* Update NEWSOlivier Blin2015-11-171-2/+10
|
* Force installing all translationsPascal Terjan2015-11-161-0/+3
|
* 0.6.240.6.24Thierry Vignaud2015-10-311-0/+1
|
* log recent changesThierry Vignaud2015-10-311-0/+1
|
* Retry only once installing buildrequiresPascal Terjan2015-03-211-0/+1
|
* Add support for sharding the buildPascal Terjan2014-11-091-0/+1
|
* speed up installing packagesThierry Vignaud2014-11-021-0/+2
|
* 0.6.23Pascal Terjan2014-10-121-0/+1
|
* behave better when local_spool is out of spacePascal Terjan2014-10-121-0/+2
|
* Remove old src.rpm before recreating it (mga#14243)Pascal Terjan2014-10-121-0/+2
|
* 0.6.22Pascal Terjan2014-06-021-0/+1
|
* Only register a package as building after we managed to contact the build nodePascal Terjan2014-05-051-0/+1
|
* Mention README file in NEWSPascal Terjan2014-05-041-0/+1
|
* Don't close stdin if --stop is used (mga#13318)Pascal Terjan2014-05-041-0/+2
|
* 0.6.210.6.21Pascal Terjan2014-04-301-0/+3
|
* Fix syntax when there are dependenciesPascal Terjan2014-04-181-0/+2
|
* Release 0.6.200.6.20Pascal Terjan2014-04-181-0/+1
|
* Add a way to have a build waiting for others.Pascal Terjan2014-04-181-0/+1
| | | | | | | | | | | | | | | | 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 >= 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.
* Install icecream if it is enabledPascal Terjan2013-05-291-0/+1
| | | | Idea from Yuri Myasoedov in mdv bug #64699