aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix indentationThierry Vignaud2014-04-201-1/+1
|
* Do not delete srpm name, it is needed for error emailPascal Terjan2014-04-191-1/+0
|
* simplify using cat*()Thierry Vignaud2014-04-192-11/+3
|
* perl_checker cleanupsThierry Vignaud2014-04-194-10/+9
|
* Fix syntax when there are dependenciesPascal Terjan2014-04-182-1/+6
|
* Fix parsing of .deps pathPascal Terjan2014-04-181-3/+2
|
* Fix syntax to be accepted by old perlPascal Terjan2014-04-181-1/+1
|
* Release 0.6.200.6.20Pascal Terjan2014-04-182-1/+2
|
* Add a way to have a build waiting for others.Pascal Terjan2014-04-182-0/+48
| | | | | | | | | | | | | | | | 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.
* Please perl by adding some parenthesisPascal Terjan2014-04-131-1/+1
|
* Allow using --config-help with no repository configuredPascal Terjan2014-03-251-11/+12
|
* Enhance readability of --config-help output: remove leading spaces.Hartmut Goebel2014-03-251-7/+4
|
* Fix some errors in usage.Hartmut Goebel2014-03-251-2/+2
|
* Fix: Stop processing after printing config-help.Hartmut Goebel2014-03-251-1/+4
| | | | Only if --config-help is given, of course.
* Fix: missing parameters for call of config_usage().Hartmut Goebel2014-03-251-2/+1
|
* Update defaults and kill obsolete mappingsPascal Terjan2014-01-192-47/+58
|
* Replace a call to sudo chroot with iurt_root_commandPascal Terjan2014-01-191-3/+1
|
* Replace a call to sudo mkdir with iurt_root_commandPascal Terjan2014-01-191-1/+1
|
* Fix some of the vulnerabilities in iurt_root_commandPascal Terjan2014-01-191-14/+5
|
* Try to improve cleanup (and not forget a build when another arch fails)Pascal Terjan2014-01-192-49/+43
|
* Record built packages to allow cleanup when only one arch failsPascal Terjan2014-01-191-1/+3
|
* Still cleanup the queues when fetching logs for a failure fail (Probably ↵Pascal Terjan2014-01-191-7/+2
| | | | never actually happens)
* Kill DKMS mode, it should be a list of packages to rebuild on kernel upload, ↵Pascal Terjan2014-01-192-380/+1
| | | | outside iurt
* Drop old commentsPascal Terjan2014-01-191-2/+0
|
* s/cooker/cauldron/Thierry Vignaud2013-11-071-6/+6
|
* Install icecream if it is enabledPascal Terjan2013-05-292-0/+5
| | | | Idea from Yuri Myasoedov in mdv bug #64699
* use urpmi --auto for mgarepo tooOlivier Blin2013-05-281-1/+1
|
* use here-document (suggested by tv) with quotes to simplifyOlivier Blin2013-05-281-24/+25
|
* no need to force rebuild of perl-HTML-Parser, it is not in iurt chroot anymoreOlivier Blin2013-05-241-1/+0
|
* debug packages are now named with debuginfo suffixOlivier Blin2013-05-241-2/+2
|
* fix src.rpm glob, @*- should be @*:Olivier Blin2013-05-241-1/+1
|
* use rpmbuild directory instead of rpmOlivier Blin2013-05-241-10/+10
|
* Update NEWSPascal Terjan2013-05-191-0/+3
|
* Add an option to discard generated packagesPascal Terjan2013-05-191-1/+4
|
* Close STDINPascal Terjan2013-05-191-0/+3
|
* 0.6.190.6.19Pascal Terjan2013-01-192-1/+5
|
* Use unique tmpfile for dumping macros, if several iurt create/remove ↵Pascal Terjan2013-01-191-1/+1
| | | | /tmp/rpmmacros things will fail sometimes
* Fix emi tooPascal Terjan2013-01-111-1/+1
|
* Fix ulriPascal Terjan2013-01-111-1/+1
|
* Release 0.6.180.6.18Pascal Terjan2013-01-112-1/+4
|
* Do not mark an arch done until all files are copiedPascal Terjan2013-01-111-6/+9
|
* 0.6.170.6.17Pascal Terjan2013-01-022-1/+2
|
* Update NEWSPascal Terjan2013-01-021-0/+1
|
* Write not_on_this_arch packages to status filePascal Terjan2013-01-022-0/+3
|
* fix tooThierry Vignaud2013-01-011-1/+1
|
* fix testThierry Vignaud2013-01-011-1/+1
|
* 0.6.160.6.16Pascal Terjan2012-12-312-1/+2
|
* Add some loggingPascal Terjan2012-12-231-3/+5
|
* - fix check_chroot_need_update which was always telling to rebuild the chroot,Arnaud Patard2012-12-141-0/+1
| | | | | | due to urpmi not being able to write to $urpmi_root/tmp some temp files (thus returning an empty package list).
* Grr never rename a variable before committing without re-testingPascal Terjan2012-12-111-1/+1
|