aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* don't resolve hostname in http repository address, using IP addressOlivier Blin2010-11-241-9/+9
| | | | | would break vhosts, and we copy resolv.conf in the chroot anyway
* 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 ↵Olivier Blin2010-11-232-14/+21
| | | | and with iurt config file code)
* 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 ↵Michael Scherer2010-11-071-5/+1
| | | | check_upload_tree )
* 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 ↵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
* 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
|
* check dir authorization for umountOlivier Blin2010-11-011-0/+1
|
* simplify as check_path_authorizedOlivier Blin2010-11-011-6/+6
|
* check args in tar as wellOlivier Blin2010-11-011-0/+4
|
* add umount (to be protected)Olivier Blin2010-11-011-0/+8
|
* untar /var/log/qa with iurt_root_commandOlivier Blin2010-11-011-1/+1
|
* no need to pre-create rpm dirs, rpm is doing it by itself nowadaysOlivier Blin2010-11-011-6/+0
|
* check sudo access for iurt_root_command onlyOlivier Blin2010-11-011-3/+3
|
* use iurt_root_command --tarOlivier Blin2010-11-011-1/+1
|
* add --tar and --untar support to iurt_root_commandOlivier Blin2010-11-011-0/+61
|
* remove old code creating /etc/mtab and /dev/null, everything is created fine ↵Olivier Blin2010-11-011-8/+0
| | | | by basesystem now
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2010-11-011-3/+3
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r17 | blino | 2010-11-01 22:06:35 +0000 (Mon, 01 Nov 2010) | 1 line import initial iurt fork ------------------------------------------------------------------------
* fix escape sequence in PS1 (from kenobi's copy)Olivier Blin2010-10-311-1/+1
|