aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt
Commit message (Collapse)AuthorAgeFilesLines
* (urpmi_command) kill unused argThierry Vignaud2012-03-242-3/+2
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-242-3/+2
|
* (update_chroot) kill unused functionThierry Vignaud2012-03-241-23/+0
|
* (check_upload_tree) tag 'post' parameter as optionalThierry Vignaud2012-03-241-3/+3
| | | | (better perl_checker SNR)
* (clean_process) kill unused argThierry Vignaud2012-03-242-4/+4
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (clean_mnt) kill unused functionThierry Vignaud2012-03-241-5/+0
|
* (sudo) kill unused argThierry Vignaud2012-03-244-45/+45
|
* (clean) drop unused argThierry Vignaud2012-03-243-4/+4
|
* (check_upload_tree) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (get_build_requires) recreate_srpm() is actually a method callThierry Vignaud2012-03-241-1/+1
|
* (update_chroot) kill unused & unpassed args; note that it never didThierry Vignaud2012-03-241-1/+3
| | | | | anything (code commented out since introduced by mrl in r224008 on Jun 27 2007)
* unexport update_chroot() (unused elsewhere)Thierry Vignaud2012-03-241-1/+0
|
* add a FIXME noteThierry Vignaud2012-03-241-0/+1
|
* perl_checker cleanupsThierry Vignaud2012-03-243-10/+6
|
* Kill unionfs supportPascal Terjan2012-03-173-149/+13
|
* Never manually write to log filePascal Terjan2012-03-122-7/+7
|
* Lock the log file when writingPascal Terjan2012-03-121-1/+7
| | | | This allows using a shared logfile
* Get rid of ERR log levelPascal Terjan2012-03-126-17/+15
|
* Do not use --buildrequires for non src rpmsPascal Terjan2012-03-111-1/+4
|
* (install_packages) explicitely use --buildrequires (kill a warning in BS logs)Thierry Vignaud2012-02-251-1/+1
|
* (install_packages) make it really work with multiple packages...Thierry Vignaud2012-02-251-1/+1
|
* Append domain when sending emails to userPascal Terjan2012-01-024-10/+29
|
* 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
|
* Allow giving additional macros to iurtPascal Terjan2011-05-181-1/+3
|
* - 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
|
* - again, use standard module to reduce code we need to take care ofMichael Scherer2011-04-151-1/+1
|
* use default Sys::Hostname module from perlMichael Scherer2011-04-151-1/+2
|
* 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
* when building chroot, do not use --distrib but use media from base_media in ↵Olivier Blin2011-03-172-6/+13
| | | | config
* ignore gpg-pubkey packages in installed packages listNicolas Vigier2011-02-111-1/+1
|
* backport a one-liner fix from mdv: "it should say where it lacks disk space" ↵Thierry Vignaud2011-01-261-1/+1
| | | | (bogdano)
* Fix first part of message not being displayedPascal Terjan2011-01-181-1/+1
|
* check for rpmbuild binary, not just rpmOlivier Blin2011-01-141-1/+1
|
* fix log variable declarationOlivier Blin2011-01-131-1/+1
|
* add missing parentheses in open callsOlivier Blin2011-01-134-5/+5
|
* fail early if chroot creation fails (if some suggests have unsatisfiedOlivier Blin2011-01-131-6/+3
| | | | | | | | deps, chroot creation will appear as failed in status log and make ulri fail, but the chroot was still usable to build package, and the whole build was marked as failed only after finishing the package rebuild) this also removes duplicate check for /bin/rpm
* close the rpmmacros file when doneOlivier Blin2011-01-101-0/+1
|
* remove basesystem_media_root, basesystem_media, and use_system_distrib ↵Olivier Blin2010-11-251-3/+1
| | | | config options, they have no use now that we don't need a repository tree to check if chroot is up-to-date
* fix indentationOlivier Blin2010-11-251-30/+30
|
* factorize chroot rebuild codeOlivier Blin2010-11-251-19/+10
|