aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* use default Sys::Hostname module from perlMichael Scherer2011-04-151-1/+2
|
* - adapt to mageiaMichael Scherer2011-04-151-2/+3
|
* - factorize the path of directoryMichael Scherer2011-04-151-4/+5
|
* Use a different variable to check if a build is finished and if it has been ↵Pascal Terjan2011-04-141-2/+3
| | | | started
* Also skip unneeded clean_rpmsratePascal Terjan2011-04-131-1/+2
|
* Do not create .done before arch is finishedPascal Terjan2011-04-131-2/+4
|
* Reduce the number of calls to genhdlist2Pascal Terjan2011-04-131-3/+49
|
* 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
|
* use mga-youri-submitOlivier Blin2011-04-051-1/+1
|
* Stop using mdv-youri-corePascal Terjan2011-03-241-1/+1
|
* install meta-task first for prefer.vendor.list to be usedOlivier Blin2011-03-231-12/+15
|
* remove old commentOlivier Blin2011-03-231-1/+0
|
* move rpmbuild check in build_chroot, which is a better place than ↵Olivier Blin2011-03-232-7/+8
| | | | install_packages
* always use basesystem-minimal instead of basesystemOlivier Blin2011-03-171-1/+1
|
* when building chroot, do not use --distrib but use media from base_media in ↵Olivier Blin2011-03-173-6/+17
| | | | config
* ignore gpg-pubkey packages in installed packages listNicolas Vigier2011-02-111-1/+1
|
* Upload packages in submission orderPascal Terjan2011-01-301-1/+1
|
* backport a one-liner fix from mdv: "it should say where it lacks disk space" ↵Thierry Vignaud2011-01-261-1/+1
| | | | (bogdano)
* 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
* fix URLThierry Vignaud2011-01-211-1/+1
|