| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perl_checker cleanups | Thierry Vignaud | 2012-03-24 | 3 | -10/+6 |
* | Kill unionfs support | Pascal Terjan | 2012-03-17 | 3 | -149/+13 |
* | Never manually write to log file | Pascal Terjan | 2012-03-12 | 2 | -7/+7 |
* | Lock the log file when writing | Pascal Terjan | 2012-03-12 | 1 | -1/+7 |
* | Get rid of ERR log level | Pascal Terjan | 2012-03-12 | 6 | -17/+15 |
* | Do not use --buildrequires for non src rpms | Pascal Terjan | 2012-03-11 | 1 | -1/+4 |
* | (install_packages) explicitely use --buildrequires (kill a warning in BS logs) | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
* | (install_packages) make it really work with multiple packages... | Thierry Vignaud | 2012-02-25 | 1 | -1/+1 |
* | Append domain when sending emails to user | Pascal Terjan | 2012-01-02 | 4 | -10/+29 |
* | Do not set the domain, avoids spam | Pascal Terjan | 2012-01-01 | 1 | -1/+1 |
* | Add a "name" in the email address, else youri fails to replace it with the fo... | Pascal Terjan | 2012-01-01 | 1 | -1/+1 |
* | Generate email addresses from username | Pascal Terjan | 2012-01-01 | 1 | -4/+1 |
* | Do not use mandriva maintainer database anymore | Dexter Morgan | 2011-12-26 | 1 | -3/+4 |
* | Allow giving additional macros to iurt | Pascal Terjan | 2011-05-18 | 1 | -1/+3 |
* | - Add one more missing element in arch_comp for arm | Arnaud Patard | 2011-05-02 | 1 | -0/+1 |
* | - add missing arch compat cases for arm | Arnaud Patard | 2011-04-30 | 1 | -0/+2 |
* | 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 |
* | - again, use standard module to reduce code we need to take care of | Michael Scherer | 2011-04-15 | 1 | -1/+1 |
* | use default Sys::Hostname module from perl | Michael Scherer | 2011-04-15 | 1 | -1/+2 |
* | 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 | 2 | -7/+8 |
* | when building chroot, do not use --distrib but use media from base_media in c... | Olivier Blin | 2011-03-17 | 2 | -6/+13 |
* | ignore gpg-pubkey packages in installed packages list | Nicolas Vigier | 2011-02-11 | 1 | -1/+1 |
* | backport a one-liner fix from mdv: "it should say where it lacks disk space" ... | Thierry Vignaud | 2011-01-26 | 1 | -1/+1 |
* | Fix first part of message not being displayed | Pascal Terjan | 2011-01-18 | 1 | -1/+1 |
* | check for rpmbuild binary, not just rpm | Olivier Blin | 2011-01-14 | 1 | -1/+1 |
* | fix log variable declaration | Olivier Blin | 2011-01-13 | 1 | -1/+1 |
* | add missing parentheses in open calls | Olivier Blin | 2011-01-13 | 4 | -5/+5 |
* | fail early if chroot creation fails (if some suggests have unsatisfied | Olivier Blin | 2011-01-13 | 1 | -6/+3 |
* | close the rpmmacros file when done | Olivier Blin | 2011-01-10 | 1 | -0/+1 |
* | remove basesystem_media_root, basesystem_media, and use_system_distrib config... | Olivier Blin | 2010-11-25 | 1 | -3/+1 |
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -30/+30 |
* | factorize chroot rebuild code | Olivier Blin | 2010-11-25 | 1 | -19/+10 |
* | fix case | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | linking back the chroot tarball is only needed when not rebuilding the chroot | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | simplify | Olivier Blin | 2010-11-25 | 1 | -4/+2 |
* | create tmp_chroot in one place only | Olivier Blin | 2010-11-25 | 1 | -2/+2 |
* | add a message when the chroot is already up-to-date | Olivier Blin | 2010-11-25 | 1 | -1/+3 |
* | use urpmq --list to find available basesystem package versions, | Olivier Blin | 2010-11-25 | 1 | -10/+9 |
* | do not add rpm extension when building packages list | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
* | use urpmi-root when listing media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | remove last sudo command call | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | don't resolve hostname in http repository address, using IP address | Olivier Blin | 2010-11-24 | 1 | -9/+9 |
* | use chroot when adding additional media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | use iurt_root_command to add additional media | Olivier Blin | 2010-11-23 | 1 | -1/+2 |
* | use rpm --root instead of sudo chroot rpm | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | wrap urpmi.addmedia in iurt_root_command | Dexter Morgan | 2010-11-04 | 1 | -1/+2 |