| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove more trailing slashes | Olivier Blin | 2010-11-25 | 1 | -3/+3 |
* | remove trailing slashes | Olivier Blin | 2010-11-25 | 1 | -3/+3 |
* | log path is unused | Olivier Blin | 2010-11-25 | 1 | -1/+0 |
* | create rejected directory if needed | Olivier Blin | 2010-11-25 | 1 | -0/+1 |
* | fix indentation | Olivier Blin | 2010-11-25 | 1 | -4/+4 |
* | x86_64 hosts can now build i586 packages, impressive! | Olivier Blin | 2010-11-25 | 1 | -0/+5 |
* | iurt log path is now passed by ulri when running the iurt command through ssh | Olivier Blin | 2010-11-25 | 1 | -2/+1 |
* | use urpmi-root when listing media | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
* | remove sudo calls, iurt_root_command is supposed to be run as root already | Olivier Blin | 2010-11-24 | 1 | -5/+4 |
* | 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 |
* | do not hardcode home | Olivier Blin | 2010-11-23 | 2 | -2/+2 |
* | use upload.conf from /etc/iurt if not in home (could be factorized together a... | Olivier Blin | 2010-11-23 | 2 | -14/+21 |
* | take iurt config files from /etc/iurt/build, /etc/iurt will contain upload.conf | Olivier Blin | 2010-11-23 | 1 | -1/+1 |
* | Customize a little for mageia | Dexter Morgan | 2010-11-18 | 2 | -4/+4 |
* | apply patch from blino to use config file from /etc/iurt | Nicolas Vigier | 2010-11-10 | 1 | -8/+10 |
* | - clean the code ( cache is unused, and get_date too, I checked check_upload_... | Michael Scherer | 2010-11-07 | 1 | -5/+1 |
* | Test commit | Dexter Morgan | 2010-11-05 | 1 | -2/+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 | 2 | -1/+8 |
* | Fix typo | Dexter Morgan | 2010-11-04 | 1 | -1/+1 |
* | use iurt_root_command to rebuild package | Olivier Blin | 2010-11-04 | 1 | -1/+2 |
* | use rpm --root instead of chrooting | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | use iurt_root_command to run chrooted rpm -i and rpmbuild | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
* | do not run rpm rebuilddb anymore, it is hopefully fixed in latest rpm releases | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | add chroot support in iurt_root_command | Olivier Blin | 2010-11-04 | 1 | -0/+12 |
* | remove extra space | Olivier Blin | 2010-11-04 | 1 | -1/+1 |
* | handle commands with unhandled options in a more generic way | Olivier Blin | 2010-11-04 | 1 | -4/+8 |
* | extract check_urpmi_chroot_options | Olivier Blin | 2010-11-04 | 1 | -5/+10 |
* | add --urpmi support | Olivier Blin | 2010-11-04 | 1 | -2/+54 |
* | use iurt_root_command for urpmi commands | Olivier Blin | 2010-11-04 | 1 | -3/+8 |
* | add support for iurt_root_command in perform_command | Olivier Blin | 2010-11-04 | 1 | -0/+5 |
* | use a sudo variable, like in other modules | Olivier Blin | 2010-11-04 | 1 | -2/+4 |
* | fix typos | Olivier Blin | 2010-11-03 | 1 | -6/+6 |
* | move uid check in iurt_root_command (and fix checking return code) | Olivier Blin | 2010-11-02 | 2 | -2/+3 |
* | use iurt_root_command to mount in chroot | Olivier Blin | 2010-11-02 | 1 | -5/+5 |
* | add iurt_root_command --bindmount, defaulting to read-only in most cases | Olivier Blin | 2010-11-02 | 1 | -0/+14 |
* | create rpm dirs in /etc/skel (actually needed to copy the src.rpm before rpmb... | Olivier Blin | 2010-11-02 | 1 | -8/+3 |
* | don't copy /home/builder for new users, just create the user with iurt_root_c... | Olivier Blin | 2010-11-02 | 1 | -12/+2 |
* | use iurt_root_command to umount in clean_chroot | Olivier Blin | 2010-11-02 | 1 | -4/+4 |
* | use iurt_root_command --cp to write rpmmacros file | Olivier Blin | 2010-11-02 | 1 | -3/+13 |
* | use iurt_root_command to add user | Olivier Blin | 2010-11-01 | 2 | -1/+11 |
* | check authorization for canonicalized path | Olivier Blin | 2010-11-01 | 1 | -1/+5 |
* | use iurt_root_command to untar | Olivier Blin | 2010-11-01 | 1 | -2/+2 |
* | use rpm --root instead of chroot rpm | Olivier Blin | 2010-11-01 | 1 | -1/+4 |
* | use iurt_root_command to umount | Olivier Blin | 2010-11-01 | 1 | -4/+4 |
* | check dir authorization for umount | Olivier Blin | 2010-11-01 | 1 | -0/+1 |
* | simplify as check_path_authorized | Olivier Blin | 2010-11-01 | 1 | -6/+6 |