aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Also makes sure /dev/pts is unmounted too.Marcelo Leitner2007-05-291-1/+2
| | | | | - Redirect errors to /dev/null, as usual here.
* - Umount /proc prior to tar() the chroot.Marcelo Leitner2007-05-291-0/+1
|
* unwarlying the defaultsGustavo De Nardin2007-05-222-2/+2
|
* remove the newlineGustavo De Nardin2007-05-211-0/+1
|
* get_repsys_conf() didn't really got Repsys config, just emails from theGustavo De Nardin2007-05-213-37/+14
| | | | | | static file. Changed it for get_author_email(), which uses repsys command itself to get the email. Should fix bug #30904.
* check sudo access using a simple sudo command, instead of relying in sudo -lGustavo De Nardin2007-05-121-7/+1
| | | | | output format (which is different between /etc/sudoers and LDAP)
* Restoring code lost in the SVN breakage from an old checkoutGustavo De Nardin2007-05-1211-0/+4863
|
* - Fix updates handling: updates is not a repository, it's a media. TheMarcelo Leitner2007-03-231-5/+4
| | | | | repository should be kept.
* - Implemented later and updates commands:Marcelo Leitner2007-03-231-1/+24
| | | | | | | later command moves packages to a queue that will be merged into cooker after 2007.1 updates command moves packages to 2007.1 updates tree.
* - Added helper script to be ran with emi in order to do manual approvals.Marcelo Leitner2007-03-221-0/+94
|
* oops, fix stupid mistakeOlivier Blin2007-03-181-1/+1
|
* explicitely die when the log directory can not be createdOlivier Blin2007-03-181-0/+1
|
* factorize log dirOlivier Blin2007-03-181-3/+4
|
* fix lib search path (iurt should probably pass its search path to ↵Olivier Blin2007-03-171-1/+1
| | | | iurt_root_command instead)
* use login shells when chrooting as userOlivier Blin2007-03-091-2/+2
|
* update youri modules path in emiOlivier Blin2007-03-071-1/+1
|
* add /root in unauthorized paths (import from cluster files, from ↵Olivier Blin2007-03-071-4/+4
| | | | warly/mrl/claudio ?)
* add per-package build_timeout configuration supportAnssi Hannula2007-03-011-3/+25
|
* fix duplicate lineFlorent Villard2007-02-141-21/+249
|
* Get build user environment when building packagesClaudio Matsuoka2006-12-291-1/+1
| | | | | | | User enviroment read when building packages. This fixes bug #27771 (bash profiles not executed inside iurt). Tested with sipbomber, vtk doesn't need this to build correctly.
* Created directory for version 2.06.Mandrake2006-12-221-239/+20
|
* add a use_old_chroot option to have faster test mode; improve the group modeFlorent Villard2006-12-221-33/+80
|
* use generic variableFlorent Villard2006-12-111-1/+1
|
* fix chroot shell PS1Florent Villard2006-12-111-2/+6
|
* add new -p option to specify a different packagerFlorent Villard2006-12-071-1/+4
|
* be less restrictive for copying file into /rootFlorent Villard2006-12-071-60/+63
|
* make iurt working as root in command line without a config file0.6.4Florent Villard2006-12-071-1/+1
|
* iurt is noarch0.6.3Florent Villard2006-12-061-1/+2
|
* force to have a repository either in the config file or the command lineFlorent Villard2006-12-061-8/+23
|
* add correct rights for iurt_root_commandFlorent Villard2006-12-061-3/+3
|
* update Makefile with a submit entryFlorent Villard2006-12-061-6/+11
|
* add a iurt packageFlorent Villard2006-12-062-5/+12
|
* Update soft SPEC for version 0.6.2Florent Villard2006-12-061-1/+3
|
* added spec and Makefile0.6.2Florent Villard2006-12-062-0/+93
|
* Replaced cryptic regexps for descriptive functions (misc)Claudio Matsuoka2006-12-051-8/+4
|
* Fix relative path handling (again)Claudio Matsuoka2006-12-041-1/+1
| | | | | Now iurt should handle all relative and absolute path cases correctly.
* curl is required for rpmmon to retrieve maintainershipOlivier Blin2006-12-011-6/+26
|
* make enough changes so that perl_chcker run smoothlyThierry Vignaud2006-11-301-6/+7
|
* Adjusted log levelClaudio Matsuoka2006-11-291-3/+3
|
* Fixed loglevelClaudio Matsuoka2006-11-291-16/+16
|
* (send_status_mail) since we redeclare $text, the above loop isThierry Vignaud2006-11-281-155/+152
| | | | | | useless...; kill the doble declaration since it's probably was intended (aka we'll got more logs...)
* don't destroy $_ in callersThierry Vignaud2006-11-281-0/+1
|
* blacklist enough modules so that iurt is parsable by perl_checkerThierry Vignaud2006-11-281-0/+13
|
* fix obvious bug...Thierry Vignaud2006-11-281-1/+1
|
* (check_media) don't reuse $1, $2, $3 from a previous match if theThierry Vignaud2006-11-281-37/+55
| | | | | regex failled
* Fixed pretty log in emiClaudio Matsuoka2006-11-281-13/+18
|
* Fixed log message, renamed variable, code cleanupClaudio Matsuoka2006-11-141-9/+9
|
* Ok, perhaps listing .done files makes it too verbose.Claudio Matsuoka2006-11-141-107/+171
|
* Changed error messageClaudio Matsuoka2006-11-141-2/+2
|
* Use pwd instead of ./ for packages without full pathnameClaudio Matsuoka2006-11-141-4/+12
| | | | | | Otherwise when copying the srpm to the chroot it will use ./ from a different cwd.