Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ulri: allow setting per distro arch | Nicolas Vigier | 2012-12-07 | 1 | -1/+16 |
| | | | | | | | | | 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. | ||||
* | (warn_about_failure) split it out | Thierry Vignaud | 2012-09-25 | 1 | -30/+35 |
| | |||||
* | simplify checking whether the whole group is noarch or not | Thierry Vignaud | 2012-09-25 | 1 | -6/+1 |
| | |||||
* | simplify finding excluded package | Thierry Vignaud | 2012-09-25 | 1 | -12/+5 |
| | |||||
* | std subify | Thierry Vignaud | 2012-09-25 | 1 | -3/+2 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-25 | 1 | -23/+8 |
| | |||||
* | this is perl: no need for initializing | Thierry Vignaud | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | fix error introduced in previous commit, noticed by pterjan | Nicolas Vigier | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | allow emi and ulri to log to a file instead of stderr by setting | Nicolas Vigier | 2012-07-05 | 1 | -1/+4 |
| | | | | | | EMI_LOG_FILE or ULRI_LOG_FILE environement variables | ||||
* | beautify | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | (check_upload_tree) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Never manually write to log file | Pascal Terjan | 2012-03-12 | 1 | -1/+0 |
| | |||||
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 1 | -3/+3 |
| | |||||
* | Run emi when something finished building | Pascal Terjan | 2012-03-05 | 1 | -0/+3 |
| | |||||
* | Fork to wait for the build to finish, then immediately collect results | Pascal Terjan | 2012-03-05 | 1 | -1/+15 |
| | |||||
* | Fix logs for the second arch going to a log/ subdir | Pascal Terjan | 2012-02-01 | 1 | -1/+2 |
| | |||||
* | Add a comment about bug 4343 | Pascal Terjan | 2012-01-30 | 1 | -0/+1 |
| | |||||
* | Fetch and clean log files in case of success (Bug #668) | Pascal Terjan | 2012-01-29 | 1 | -11/+5 |
| | |||||
* | let's have a sorted consistent listing in all mails | Thierry Vignaud | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | Append domain when sending emails to user | Pascal Terjan | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Merge log files in non arch specific directory, as it used to be | Pascal Terjan | 2011-12-02 | 1 | -1/+2 |
| | |||||
* | Fix build package collection for totally noarch packages | Pascal Terjan | 2011-12-02 | 1 | -1/+2 |
| | |||||
* | Use a different directory for each arch on build machine, avoid probelems ↵ | Pascal Terjan | 2011-12-01 | 1 | -3/+3 |
| | | | | when both arch of the same package are built on the same node at the same time | ||||
* | Fix section extraction from media name | Pascal Terjan | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | Drop line which should never have been commited | Pascal Terjan | 2011-05-22 | 1 | -0/+3 |
| | |||||
* | minor perl_checker cleanups | Thierry Vignaud | 2011-05-09 | 1 | -3/+3 |
| | |||||
* | We use one more function of MDK::Common | Pascal Terjan | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Fix checking build results | Pascal Terjan | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | Reindent after previous patch added top level loops | Pascal Terjan | 2011-05-08 | 1 | -389/+389 |
| | |||||
* | Make ulri support having the same prefix to build for several targets | Pascal Terjan | 2011-05-08 | 1 | -17/+24 |
| | |||||
* | remove cache option and variables, as it seems to have been disabled 3 years ago | Michael Scherer | 2011-04-15 | 1 | -9/+2 |
| | |||||
* | - use file::slurp rather than reading the file ourself ( simpler and more ↵ | Michael Scherer | 2011-04-15 | 1 | -7/+2 |
| | | | | efficient ) | ||||
* | simplify declare and assign on the same line | Michael Scherer | 2011-04-15 | 1 | -2/+1 |
| | |||||
* | simplify the logic around email assignation. If $ent->{user} is not set, ↵ | Michael Scherer | 2011-04-15 | 1 | -6/+2 |
| | | | | | | | get_author_email will be empty and so we use $config->{packager} without needed to check intermediary function. | ||||
* | use the non legacy interface of the module ( in case upstream decide to drop ↵ | Michael Scherer | 2011-04-15 | 1 | -5/+5 |
| | | | | it in 10 years ) | ||||
* | - do not import all symbols from MDK::Common, just the one needed | Michael Scherer | 2011-04-15 | 1 | -1/+1 |
| | |||||
* | Use a different variable to check if a build is finished and if it has been ↵ | Pascal Terjan | 2011-04-14 | 1 | -2/+3 |
| | | | | started | ||||
* | Do not create .done before arch is finished | Pascal Terjan | 2011-04-13 | 1 | -2/+4 |
| | |||||
* | Do not set success to 1 if we do not have expected binary package | Pascal Terjan | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Re-enable logging noarch package | Pascal Terjan | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Only consider the build finish when there is at least one package of the ↵ | Pascal Terjan | 2011-04-11 | 1 | -2/+4 |
| | | | | target architecture | ||||
* | Prevent lock removal before the build is finished when username contains a _ | Pascal Terjan | 2011-04-08 | 1 | -1/+1 |
| | |||||
* | Have a different lock for ulri and emi, they do not need to be sync-ed more ↵ | Pascal Terjan | 2011-01-26 | 1 | -1/+1 |
| | | | | than with .done | ||||
* | Do not succeed if we only get src.rpm as result | Pascal Terjan | 2011-01-20 | 1 | -1/+1 |
| | |||||
* | Revert something accidentaly commited | Pascal Terjan | 2011-01-18 | 1 | -2/+2 |
| | |||||
* | Have only one instance of the bot running per host at a time, even if they ↵ | Pascal Terjan | 2011-01-18 | 1 | -6/+6 |
| | | | | are building for different arch | ||||
* | Remove src.rpm from done in case of failure | Pascal Terjan | 2011-01-14 | 1 | -0/+6 |
| | |||||
* | remove spurious space, oops | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
| |