aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Update NEWSPascal Terjan2013-05-191-0/+3
|
* 0.6.190.6.19Pascal Terjan2013-01-191-0/+4
|
* Release 0.6.180.6.18Pascal Terjan2013-01-111-0/+3
|
* 0.6.170.6.17Pascal Terjan2013-01-021-0/+1
|
* Update NEWSPascal Terjan2013-01-021-0/+1
|
* Write not_on_this_arch packages to status filePascal Terjan2013-01-021-0/+2
|
* 0.6.160.6.16Pascal Terjan2012-12-311-0/+1
|
* Update srpm name, rebuild_one may change itPascal Terjan2012-12-111-0/+1
|
* Fix chroot cleaningPascal Terjan2012-12-111-0/+2
|
* Update NEWS0.6.15Pascal Terjan2012-12-101-0/+5
|
* Release 0.6.140.6.14Pascal Terjan2012-12-101-0/+1
|
* Update NEWSPascal Terjan2012-12-101-0/+1
|
* ulri: allow setting per distro archNicolas Vigier2012-12-071-0/+1
| | | | | | | | | ulri currently takes the list of bots defined in $config->{bot} to find the list of architecture for which it should build packages. With this change, it is now possible to define in $config->{$arch} the list of architectures for each distro. If it is not defined for a distro, $config->{$arch}->{default} is used.
* emi: allow setting per distro mandatory_archNicolas Vigier2012-12-071-0/+1
| | | | | | | | | emi is using $config->{mandatory_arch} to find the list of mandatory architectures with successful build required to upload a package. With this change it is now also possible to set per distro mandatory_arch in $config->{mandatory_arch}->{$distro}. If no mandatory architecture is defined for a distro, then $config->{mandatory_arch}->{default} is used.
* Allow setting some env variables to define and default to setting ↵Pascal Terjan2012-12-041-0/+3
| | | | PERL_EXTUTILS_AUTOINSTALL and PERL_AUTOINSTALL to --skipdeps
* Write status file after succesful builds tooPascal Terjan2012-12-021-0/+1
|
* Kill build if nothing is printed for 5 minutes and system is idlePascal Terjan2012-12-021-0/+3
|
* Update NEWS for a release0.6.12Pascal Terjan2012-10-311-1/+2
|
* use rpmbuild/ rather than rpm/ like modern guidelinesThierry Vignaud2012-09-251-0/+2
| | | | (need invalidating chroots)
* - Update NEWS and releasePascal Terjan2012-09-221-1/+5
|
* post release bumpThierry Vignaud2012-09-121-0/+2
|
* release0.6.11Thierry Vignaud2012-09-121-1/+1
|
* mount /dev/shm as --bind like other mount points (mga#7329)Thierry Vignaud2012-09-121-0/+1
| | | | else it can result in sudo asking password
* post release bumpThierry Vignaud2012-09-101-0/+2
|
* 0.6.100.6.10Thierry Vignaud2012-09-101-1/+1
|
* only rely on exit code to assess success or faillure of urpmThierry Vignaud2012-09-101-0/+2
| | | | (greping for errors leaded to false positives)
* list last rtp commitThierry Vignaud2012-09-101-0/+1
|
* fix false positive when looking for errorsThierry Vignaud2012-09-061-0/+1
| | | | (spot by boklm)