Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Really 0.6.220.6.22 | Pascal Terjan | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | 0.6.22 | Pascal Terjan | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | Fix again previously fixed bug, broken again | Pascal Terjan | 2014-06-02 | 1 | -1/+2 |
| | |||||
* | kill svn remanents | Thierry Vignaud | 2014-05-13 | 1 | -21/+0 |
| | |||||
* | Revert accidental commit | Pascal Terjan | 2014-05-05 | 1 | -4/+0 |
| | |||||
* | Only register a package as building after we managed to contact the build node | Pascal Terjan | 2014-05-05 | 2 | -7/+7 |
| | |||||
* | Mention README file in NEWS | Pascal Terjan | 2014-05-04 | 2 | -0/+5 |
| | |||||
* | Add a README | Pascal Terjan | 2014-05-04 | 1 | -0/+36 |
| | |||||
* | Don't close stdin if --stop is used (mga#13318) | Pascal Terjan | 2014-05-04 | 2 | -2/+6 |
| | |||||
* | (sub install_packages_old) kill it (unused) | Thierry Vignaud | 2014-04-30 | 1 | -27/+0 |
| | |||||
* | mkpath is not used in this module | Thierry Vignaud | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | supplement blacklist | Thierry Vignaud | 2014-04-30 | 1 | -0/+2 |
| | | | | else iurt cannot be checked by perl_checker due to urpm.pm | ||||
* | sort | Thierry Vignaud | 2014-04-30 | 1 | -4/+4 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | 0.6.210.6.21 | Pascal Terjan | 2014-04-30 | 2 | -1/+4 |
| | |||||
* | Add missing use statement | Pascal Terjan | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Set path properly when there is a lock file but no src.rpm left | Pascal Terjan | 2014-04-30 | 1 | -0/+3 |
| | |||||
* | fix indentation | Thierry Vignaud | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Do not delete srpm name, it is needed for error email | Pascal Terjan | 2014-04-19 | 1 | -1/+0 |
| | |||||
* | simplify using cat*() | Thierry Vignaud | 2014-04-19 | 2 | -11/+3 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2014-04-19 | 4 | -10/+9 |
| | |||||
* | Fix syntax when there are dependencies | Pascal Terjan | 2014-04-18 | 2 | -1/+6 |
| | |||||
* | Fix parsing of .deps path | Pascal Terjan | 2014-04-18 | 1 | -3/+2 |
| | |||||
* | Fix syntax to be accepted by old perl | Pascal Terjan | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Release 0.6.200.6.20 | Pascal Terjan | 2014-04-18 | 2 | -1/+2 |
| | |||||
* | Add a way to have a build waiting for others. | Pascal Terjan | 2014-04-18 | 2 | -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 parenthesis | Pascal Terjan | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Allow using --config-help with no repository configured | Pascal Terjan | 2014-03-25 | 1 | -11/+12 |
| | |||||
* | Enhance readability of --config-help output: remove leading spaces. | Hartmut Goebel | 2014-03-25 | 1 | -7/+4 |
| | |||||
* | Fix some errors in usage. | Hartmut Goebel | 2014-03-25 | 1 | -2/+2 |
| | |||||
* | Fix: Stop processing after printing config-help. | Hartmut Goebel | 2014-03-25 | 1 | -1/+4 |
| | | | | Only if --config-help is given, of course. | ||||
* | Fix: missing parameters for call of config_usage(). | Hartmut Goebel | 2014-03-25 | 1 | -2/+1 |
| | |||||
* | Update defaults and kill obsolete mappings | Pascal Terjan | 2014-01-19 | 2 | -47/+58 |
| | |||||
* | Replace a call to sudo chroot with iurt_root_command | Pascal Terjan | 2014-01-19 | 1 | -3/+1 |
| | |||||
* | Replace a call to sudo mkdir with iurt_root_command | Pascal Terjan | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Fix some of the vulnerabilities in iurt_root_command | Pascal Terjan | 2014-01-19 | 1 | -14/+5 |
| | |||||
* | Try to improve cleanup (and not forget a build when another arch fails) | Pascal Terjan | 2014-01-19 | 2 | -49/+43 |
| | |||||
* | Record built packages to allow cleanup when only one arch fails | Pascal Terjan | 2014-01-19 | 1 | -1/+3 |
| | |||||
* | Still cleanup the queues when fetching logs for a failure fail (Probably ↵ | Pascal Terjan | 2014-01-19 | 1 | -7/+2 |
| | | | | never actually happens) | ||||
* | Kill DKMS mode, it should be a list of packages to rebuild on kernel upload, ↵ | Pascal Terjan | 2014-01-19 | 2 | -380/+1 |
| | | | | outside iurt | ||||
* | Drop old comments | Pascal Terjan | 2014-01-19 | 1 | -2/+0 |
| | |||||
* | s/cooker/cauldron/ | Thierry Vignaud | 2013-11-07 | 1 | -6/+6 |
| | |||||
* | Install icecream if it is enabled | Pascal Terjan | 2013-05-29 | 2 | -0/+5 |
| | | | | Idea from Yuri Myasoedov in mdv bug #64699 | ||||
* | use urpmi --auto for mgarepo too | Olivier Blin | 2013-05-28 | 1 | -1/+1 |
| | |||||
* | use here-document (suggested by tv) with quotes to simplify | Olivier Blin | 2013-05-28 | 1 | -24/+25 |
| | |||||
* | no need to force rebuild of perl-HTML-Parser, it is not in iurt chroot anymore | Olivier Blin | 2013-05-24 | 1 | -1/+0 |
| | |||||
* | debug packages are now named with debuginfo suffix | Olivier Blin | 2013-05-24 | 1 | -2/+2 |
| | |||||
* | fix src.rpm glob, @*- should be @*: | Olivier Blin | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | use rpmbuild directory instead of rpm | Olivier Blin | 2013-05-24 | 1 | -10/+10 |
| | |||||
* | Update NEWS | Pascal Terjan | 2013-05-19 | 1 | -0/+3 |
| |