aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove spurious space, oopsOlivier Blin2010-11-251-1/+1
* remove trailing slashesOlivier Blin2010-11-251-5/+5
* remove more trailing slashesOlivier Blin2010-11-251-3/+3
* remove trailing slashesOlivier Blin2010-11-251-3/+3
* log path is unusedOlivier Blin2010-11-251-1/+0
* create rejected directory if neededOlivier Blin2010-11-251-0/+1
* fix indentationOlivier Blin2010-11-251-4/+4
* x86_64 hosts can now build i586 packages, impressive!Olivier Blin2010-11-251-0/+5
* iurt log path is now passed by ulri when running the iurt command through sshOlivier Blin2010-11-251-2/+1
* use urpmi-root when listing mediaOlivier Blin2010-11-241-1/+1
* remove sudo calls, iurt_root_command is supposed to be run as root alreadyOlivier Blin2010-11-241-5/+4
* remove last sudo command callOlivier Blin2010-11-241-1/+1
* don't resolve hostname in http repository address, using IP addressOlivier Blin2010-11-241-9/+9
* use chroot when adding additional mediaOlivier Blin2010-11-241-1/+1
* use iurt_root_command to add additional mediaOlivier Blin2010-11-231-1/+2
* do not hardcode homeOlivier Blin2010-11-232-2/+2
* use upload.conf from /etc/iurt if not in home (could be factorized together a...Olivier Blin2010-11-232-14/+21
* take iurt config files from /etc/iurt/build, /etc/iurt will contain upload.confOlivier Blin2010-11-231-1/+1
* Customize a little for mageiaDexter Morgan2010-11-182-4/+4
* apply patch from blino to use config file from /etc/iurtNicolas Vigier2010-11-101-8/+10
* - clean the code ( cache is unused, and get_date too, I checked check_upload_...Michael Scherer2010-11-071-5/+1
* Test commitDexter Morgan2010-11-051-2/+2
* use rpm --root instead of sudo chroot rpmOlivier Blin2010-11-041-1/+1
* wrap urpmi.addmedia in iurt_root_commandDexter Morgan2010-11-042-1/+8
* Fix typoDexter Morgan2010-11-041-1/+1
* use iurt_root_command to rebuild packageOlivier Blin2010-11-041-1/+2
* use rpm --root instead of chrootingOlivier Blin2010-11-041-1/+1
* use iurt_root_command to run chrooted rpm -i and rpmbuildOlivier Blin2010-11-041-2/+4
* do not run rpm rebuilddb anymore, it is hopefully fixed in latest rpm releasesOlivier Blin2010-11-041-1/+1
* add chroot support in iurt_root_commandOlivier Blin2010-11-041-0/+12
* remove extra spaceOlivier Blin2010-11-041-1/+1
* handle commands with unhandled options in a more generic wayOlivier Blin2010-11-041-4/+8
* extract check_urpmi_chroot_optionsOlivier Blin2010-11-041-5/+10
* add --urpmi supportOlivier Blin2010-11-041-2/+54
* use iurt_root_command for urpmi commandsOlivier Blin2010-11-041-3/+8
* add support for iurt_root_command in perform_commandOlivier Blin2010-11-041-0/+5
* use a sudo variable, like in other modulesOlivier Blin2010-11-041-2/+4
* fix typosOlivier Blin2010-11-031-6/+6
* move uid check in iurt_root_command (and fix checking return code)Olivier Blin2010-11-022-2/+3
* use iurt_root_command to mount in chrootOlivier Blin2010-11-021-5/+5
* add iurt_root_command --bindmount, defaulting to read-only in most casesOlivier Blin2010-11-021-0/+14
* create rpm dirs in /etc/skel (actually needed to copy the src.rpm before rpmb...Olivier Blin2010-11-021-8/+3
* don't copy /home/builder for new users, just create the user with iurt_root_c...Olivier Blin2010-11-021-12/+2
* use iurt_root_command to umount in clean_chrootOlivier Blin2010-11-021-4/+4
* use iurt_root_command --cp to write rpmmacros fileOlivier Blin2010-11-021-3/+13
* use iurt_root_command to add userOlivier Blin2010-11-012-1/+11
* check authorization for canonicalized pathOlivier Blin2010-11-011-1/+5
* use iurt_root_command to untarOlivier Blin2010-11-011-2/+2
* use rpm --root instead of chroot rpmOlivier Blin2010-11-011-1/+4
* use iurt_root_command to umountOlivier Blin2010-11-011-4/+4