| Commit message (Expand) | Author | Age | Files | Lines |
* | sort exported funcs | Thierry Vignaud | 2012-08-27 | 1 | -3/+3 |
* | (clean_chroot) log not cleaning chroots due mount points still being there | Thierry Vignaud | 2012-08-27 | 1 | -0/+1 |
* | mount /dev/shm in chroots too (needed for eg: python) | Thierry Vignaud | 2012-08-27 | 1 | -1/+8 |
* | Check return codes when creating btrfs subvolumes or snapshots | Pascal Terjan | 2012-08-08 | 1 | -5/+6 |
* | Add a comment | Pascal Terjan | 2012-08-08 | 1 | -0/+2 |
* | Initial btrfs support | Pascal Terjan | 2012-08-08 | 1 | -40/+56 |
* | Do not rm -rf + untar newly created chroot | Pascal Terjan | 2012-08-07 | 1 | -0/+1 |
* | Merge create_chroot into create_build_chroot | Pascal Terjan | 2012-08-07 | 1 | -14/+8 |
* | - Fix broken test in clean_chroot, leading to chroot not being cleaned. | Arnaud Patard | 2012-07-03 | 1 | -1/+1 |
* | (_setup_additional_media) split it out of clean_chroot() | Thierry Vignaud | 2012-04-17 | 1 | -12/+19 |
* | (_clean_mounts) factorize cleaning | Thierry Vignaud | 2012-04-17 | 1 | -12/+13 |
* | (clean_chroot) simplify using urpm::file_from_local_url() | Thierry Vignaud | 2012-04-17 | 1 | -2/+1 |
* | (clean_chroot,new,urpmi_command) simplify using urpm::is_local_url() | Thierry Vignaud | 2012-04-17 | 1 | -1/+2 |
* | (clean_chroot,new,urpmi_command) https is a supported protocol too | Thierry Vignaud | 2012-04-17 | 1 | -1/+1 |
* | (clean_chroot) rsync is a remote protocol w/o any local mount point too | Thierry Vignaud | 2012-04-17 | 1 | -1/+1 |
* | (clean_chroot,new,urpmi_command) sort | Thierry Vignaud | 2012-04-17 | 1 | -1/+1 |
* | (clean_chroot,urpmi_command) factorize/simplify a test | Thierry Vignaud | 2012-04-17 | 1 | -1/+1 |
* | (check_chroot_need_update) drop unused 'config' parameter | Thierry Vignaud | 2012-04-04 | 1 | -2/+2 |
* | Drop check_build_chroot, its only goal is to force rebuilding tarball even if... | Pascal Terjan | 2012-04-03 | 1 | -15/+0 |
* | If we fail to add local user, checking if we can rebuild chroot tarball makes... | Pascal Terjan | 2012-04-03 | 1 | -3/+2 |
* | Drop check_chroot | Pascal Terjan | 2012-04-03 | 1 | -9/+1 |
* | Take tar out of build_chroot | Pascal Terjan | 2012-04-03 | 1 | -4/+5 |
* | Add a comment | Pascal Terjan | 2012-04-03 | 1 | -0/+1 |
* | Slighty simplify and do not call clean_urpmi_process | Pascal Terjan | 2012-04-03 | 1 | -10/+8 |
* | Do not untar chroot before checking if tarball is up to date | Pascal Terjan | 2012-04-03 | 1 | -3/+0 |
* | Removed unused option from clean_chroot | Pascal Terjan | 2012-04-03 | 1 | -10/+2 |
* | Split code checking if tarball is up to date | Pascal Terjan | 2012-04-03 | 1 | -27/+26 |
* | do not import unused clean() function | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
* | (update_chroot) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -23/+0 |
* | (create_temp_chroot) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
* | (clean_mnt) kill unused function | Thierry Vignaud | 2012-03-24 | 1 | -5/+0 |
* | (sudo) kill unused arg | Thierry Vignaud | 2012-03-24 | 1 | -39/+39 |
* | (clean) drop unused arg | Thierry Vignaud | 2012-03-24 | 1 | -1/+1 |
* | (update_chroot) kill unused & unpassed args; note that it never did | Thierry Vignaud | 2012-03-24 | 1 | -1/+3 |
* | unexport update_chroot() (unused elsewhere) | Thierry Vignaud | 2012-03-24 | 1 | -1/+0 |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 1 | -7/+3 |
* | Kill unionfs support | Pascal Terjan | 2012-03-17 | 1 | -142/+7 |
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 1 | -2/+2 |
* | Allow giving additional macros to iurt | Pascal Terjan | 2011-05-18 | 1 | -1/+3 |
* | Improve error cases and fix previous commit (thanks blino) | Pascal Terjan | 2011-04-28 | 1 | -10/+11 |
* | Fail in create_temp_chroot of clean_chroot returned an error | Pascal Terjan | 2011-04-27 | 1 | -1/+1 |
* | Give up chroot creation when untar fails | Pascal Terjan | 2011-04-27 | 1 | -0/+3 |
* | install meta-task first for prefer.vendor.list to be used | Olivier Blin | 2011-03-23 | 1 | -12/+15 |
* | remove old comment | Olivier Blin | 2011-03-23 | 1 | -1/+0 |
* | move rpmbuild check in build_chroot, which is a better place than install_pac... | Olivier Blin | 2011-03-23 | 1 | -0/+7 |
* | when building chroot, do not use --distrib but use media from base_media in c... | Olivier Blin | 2011-03-17 | 1 | -1/+1 |
* | ignore gpg-pubkey packages in installed packages list | Nicolas Vigier | 2011-02-11 | 1 | -1/+1 |
* | add missing parentheses in open calls | Olivier Blin | 2011-01-13 | 1 | -1/+1 |
* | fail early if chroot creation fails (if some suggests have unsatisfied | Olivier Blin | 2011-01-13 | 1 | -6/+3 |