aboutsummaryrefslogtreecommitdiffstats
path: root/ulri
Commit message (Collapse)AuthorAgeFilesLines
* fix tooThierry Vignaud2013-01-011-1/+1
|
* simplify like emi wasThierry Vignaud2012-12-111-8/+2
|
* perl_checker cleanupThierry Vignaud2012-12-111-5/+5
|
* ulri: allow setting per distro archNicolas Vigier2012-12-071-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 outThierry Vignaud2012-09-251-30/+35
|
* simplify checking whether the whole group is noarch or notThierry Vignaud2012-09-251-6/+1
|
* simplify finding excluded packageThierry Vignaud2012-09-251-12/+5
|
* std subifyThierry Vignaud2012-09-251-3/+2
|
* simplifyThierry Vignaud2012-09-251-23/+8
|
* this is perl: no need for initializingThierry Vignaud2012-09-251-1/+1
|
* perl_checker cleanupThierry Vignaud2012-09-251-1/+1
|
* fix error introduced in previous commit, noticed by pterjanNicolas Vigier2012-07-051-1/+1
|
* allow emi and ulri to log to a file instead of stderr by settingNicolas Vigier2012-07-051-1/+4
| | | | | | EMI_LOG_FILE or ULRI_LOG_FILE environement variables
* beautifyThierry Vignaud2012-03-241-1/+1
|
* (check_upload_tree) kill unused argThierry Vignaud2012-03-241-2/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-241-1/+1
|
* Never manually write to log filePascal Terjan2012-03-121-1/+0
|
* Get rid of ERR log levelPascal Terjan2012-03-121-3/+3
|
* Run emi when something finished buildingPascal Terjan2012-03-051-0/+3
|
* Fork to wait for the build to finish, then immediately collect resultsPascal Terjan2012-03-051-1/+15
|
* Fix logs for the second arch going to a log/ subdirPascal Terjan2012-02-011-1/+2
|
* Add a comment about bug 4343Pascal Terjan2012-01-301-0/+1
|
* Fetch and clean log files in case of success (Bug #668)Pascal Terjan2012-01-291-11/+5
|
* let's have a sorted consistent listing in all mailsThierry Vignaud2012-01-031-1/+1
|
* Append domain when sending emails to userPascal Terjan2012-01-021-1/+1
|
* Merge log files in non arch specific directory, as it used to bePascal Terjan2011-12-021-1/+2
|
* Fix build package collection for totally noarch packagesPascal Terjan2011-12-021-1/+2
|
* Use a different directory for each arch on build machine, avoid probelems ↵Pascal Terjan2011-12-011-3/+3
| | | | when both arch of the same package are built on the same node at the same time
* Fix section extraction from media namePascal Terjan2011-09-191-1/+1
|
* Drop line which should never have been commitedPascal Terjan2011-05-221-0/+3
|
* minor perl_checker cleanupsThierry Vignaud2011-05-091-3/+3
|
* We use one more function of MDK::CommonPascal Terjan2011-05-091-1/+1
|
* Fix checking build resultsPascal Terjan2011-05-081-1/+1
|
* Reindent after previous patch added top level loopsPascal Terjan2011-05-081-389/+389
|
* Make ulri support having the same prefix to build for several targetsPascal Terjan2011-05-081-17/+24
|
* remove cache option and variables, as it seems to have been disabled 3 years agoMichael Scherer2011-04-151-9/+2
|
* - use file::slurp rather than reading the file ourself ( simpler and more ↵Michael Scherer2011-04-151-7/+2
| | | | efficient )
* simplify declare and assign on the same lineMichael Scherer2011-04-151-2/+1
|
* simplify the logic around email assignation. If $ent->{user} is not set, ↵Michael Scherer2011-04-151-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 Scherer2011-04-151-5/+5
| | | | it in 10 years )
* - do not import all symbols from MDK::Common, just the one neededMichael Scherer2011-04-151-1/+1
|
* Use a different variable to check if a build is finished and if it has been ↵Pascal Terjan2011-04-141-2/+3
| | | | started
* Do not create .done before arch is finishedPascal Terjan2011-04-131-2/+4
|
* Do not set success to 1 if we do not have expected binary packagePascal Terjan2011-04-111-1/+1
|
* Re-enable logging noarch packagePascal Terjan2011-04-111-1/+1
|
* Only consider the build finish when there is at least one package of the ↵Pascal Terjan2011-04-111-2/+4
| | | | target architecture
* Prevent lock removal before the build is finished when username contains a _Pascal Terjan2011-04-081-1/+1
|
* Have a different lock for ulri and emi, they do not need to be sync-ed more ↵Pascal Terjan2011-01-261-1/+1
| | | | than with .done
* Do not succeed if we only get src.rpm as resultPascal Terjan2011-01-201-1/+1
|
* Revert something accidentaly commitedPascal Terjan2011-01-181-2/+2
|