aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Chroot.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (clean_chroot,new,urpmi_command) sortThierry Vignaud2012-04-171-1/+1
|
* (clean_chroot,urpmi_command) factorize/simplify a testThierry Vignaud2012-04-171-1/+1
| | | | ("needed" for next commit)
* (check_chroot_need_update) drop unused 'config' parameterThierry Vignaud2012-04-041-2/+2
| | | | (spot by perl_checker)
* Drop check_build_chroot, its only goal is to force rebuilding tarball even ↵Pascal Terjan2012-04-031-15/+0
| | | | | | if no package has changed over 7 days Also, do not recreate chroot from Urpmi.pm
* If we fail to add local user, checking if we can rebuild chroot tarball ↵Pascal Terjan2012-04-031-3/+2
| | | | makes no sense
* Drop check_chrootPascal Terjan2012-04-031-9/+1
|
* Take tar out of build_chrootPascal Terjan2012-04-031-4/+5
|
* Add a commentPascal Terjan2012-04-031-0/+1
|
* Slighty simplify and do not call clean_urpmi_processPascal Terjan2012-04-031-10/+8
| | | | If this is needed this should be done before all rm -r $chroot of this function, not just the last one
* Do not untar chroot before checking if tarball is up to datePascal Terjan2012-04-031-3/+0
|
* Removed unused option from clean_chrootPascal Terjan2012-04-031-10/+2
|
* Split code checking if tarball is up to datePascal Terjan2012-04-031-27/+26
|
* do not import unused clean() functionThierry Vignaud2012-03-241-1/+1
|
* (create_temp_chroot) kill unused argThierry Vignaud2012-03-241-1/+1
|
* (update_chroot) kill unused functionThierry Vignaud2012-03-241-23/+0
|
* (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-241-39/+39
|
* (clean) drop unused argThierry 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
|
* perl_checker cleanupsThierry Vignaud2012-03-241-7/+3
|
* Kill unionfs supportPascal Terjan2012-03-171-142/+7
|
* Get rid of ERR log levelPascal Terjan2012-03-121-2/+2
|
* Allow giving additional macros to iurtPascal Terjan2011-05-181-1/+3
|
* 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
|
* 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-231-0/+7
| | | | install_packages
* when building chroot, do not use --distrib but use media from base_media in ↵Olivier Blin2011-03-171-1/+1
| | | | config
* ignore gpg-pubkey packages in installed packages listNicolas Vigier2011-02-111-1/+1
|
* add missing parentheses in open callsOlivier Blin2011-01-131-1/+1
|
* 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
|
* fix indentationOlivier Blin2010-11-251-30/+30
|
* factorize chroot rebuild codeOlivier Blin2010-11-251-19/+10
|
* fix caseOlivier Blin2010-11-251-1/+1
|
* linking back the chroot tarball is only needed when not rebuilding the chrootOlivier Blin2010-11-251-1/+1
|
* simplifyOlivier Blin2010-11-251-4/+2
|
* create tmp_chroot in one place onlyOlivier Blin2010-11-251-2/+2
|
* add a message when the chroot is already up-to-dateOlivier Blin2010-11-251-1/+3
|
* use urpmq --list to find available basesystem package versions,Olivier Blin2010-11-251-10/+9
| | | | | instead of checking a path, since it likely requies to have an additional NFS available
* do not add rpm extension when building packages listOlivier Blin2010-11-251-1/+1
|
* Fix typoDexter Morgan2010-11-041-1/+1
|
* move uid check in iurt_root_command (and fix checking return code)Olivier Blin2010-11-021-1/+1
|
* use iurt_root_command to mount in chrootOlivier Blin2010-11-021-5/+5
|
* create rpm dirs in /etc/skel (actually needed to copy the src.rpm before ↵Olivier Blin2010-11-021-8/+3
| | | | rpmbuild runs)
* don't copy /home/builder for new users, just create the user with ↵Olivier Blin2010-11-021-12/+2
| | | | iurt_root_command and dump again the rpmmacros file