aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Append domain when sending emails to userPascal Terjan2012-01-027-13/+36
|
* Do not set the domain, avoids spamPascal Terjan2012-01-011-1/+1
|
* Add a "name" in the email address, else youri fails to replace it with the ↵Pascal Terjan2012-01-011-1/+1
| | | | forced from
* Generate email addresses from usernamePascal Terjan2012-01-011-4/+1
|
* Do not use mandriva maintainer database anymoreDexter Morgan2011-12-261-3/+4
|
* better logs: log what is runThierry Vignaud2011-12-211-1/+2
|
* 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
|
* Define version in MakefilePascal Terjan2011-08-251-3/+1
|
* fix bug#1839 - iurt shouldn't install suggested packages when installing ↵Jerome Quelin2011-08-221-1/+1
| | | | build dependencies
* Drop line which should never have been commitedPascal Terjan2011-05-222-1/+4
|
* Drop a function listed twicePascal Terjan2011-05-181-1/+1
|
* Allow giving additional macros to iurtPascal Terjan2011-05-182-1/+8
|
* Fix emiPascal Terjan2011-05-091-3/+3
|
* minor perl_checker cleanupsThierry Vignaud2011-05-092-4/+4
|
* blacklist more modulesThierry Vignaud2011-05-091-0/+5
|
* We use one more function of MDK::CommonPascal Terjan2011-05-091-1/+1
|
* Fix few bugs in previous big commitPascal Terjan2011-05-091-4/+4
|
* We use one more function of MDK::CommonPascal Terjan2011-05-091-1/+1
|
* add missing function ( and no titi, perl_checker didn't notice this one, but ↵Michael Scherer2011-05-091-0/+1
| | | | pterjan checker did )
* Handle building for multiple sections in emiPascal Terjan2011-05-091-97/+79
|
* fix breakage due to MDK::Common removalMichael Scherer2011-05-091-0/+2
|
* Fix checking build resultsPascal Terjan2011-05-081-1/+1
|
* Reindent after previous patch added top level loopsPascal Terjan2011-05-082-390/+392
|
* Make ulri support having the same prefix to build for several targetsPascal Terjan2011-05-081-17/+24
|
* - Add one more missing element in arch_comp for armArnaud Patard2011-05-021-0/+1
|
* - add missing arch compat cases for armArnaud Patard2011-04-301-0/+2
|
* Improve error cases and fix previous commit (thanks blino)Pascal Terjan2011-04-281-10/+11
|
* Fail in create_temp_chroot of clean_chroot returned an errorPascal Terjan2011-04-271-1/+1
|
* Give up chroot creation when untar failsPascal Terjan2011-04-271-0/+3
|
* - do not modify PERL5LIB, as we use regular rpm nowMichael Scherer2011-04-151-2/+0
|
* - add missing modulesMichael Scherer2011-04-151-0/+1
|
* - do not harcode module name, use a better regexp and shorter line to check ↵Michael Scherer2011-04-151-6/+3
| | | | if the module is already loaded
* - use grep instead of any, as this is builtinMichael Scherer2011-04-151-2/+1
|
* - remove dead code ( done by rpm/urpmi )Michael Scherer2011-04-151-13/+0
|
* clean and reindent the array that contains all optionsMichael Scherer2011-04-151-11/+21
|
* - use File::Path and List::MoreUtils, and only import if_ from MDK::Common Michael Scherer2011-04-151-3/+5
|
* - remove unused files, see ml Michael Scherer2011-04-152-1529/+0
|
* 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
|
* remove option install_chroot_binary, not used anywhere in the codeMichael Scherer2011-04-151-4/+0
|
* - again, use standard module to reduce code we need to take care ofMichael Scherer2011-04-151-1/+1
|
* remove unused option, cache_home is just used in 1 case, for init_cache and ↵Michael Scherer2011-04-151-4/+0
| | | | | | | emi do not call this function at all
* - use a more standard module, to reduce code we have to maintainMichael Scherer2011-04-151-2/+2
|