aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
Commit message (Expand)AuthorAgeFilesLines
...
* - DISABLED icecream. It's really borking x86_64 builds and I can't figure out...Marcelo Leitner2007-07-311-1/+0
* - make it clear when admin gets undue emailGustavo De Nardin2007-06-261-1/+1
* - --additional-media option on --chrooted-urpmi one, as they are almost clones.Marcelo Leitner2007-06-151-6/+33
* - Add support for icecream via option --icecream <procs>Marcelo Leitner2007-06-081-1/+25
* check sudo access using a simple sudo command, instead of relying in sudo -lGustavo De Nardin2007-05-121-7/+1
* 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
* use login shells when chrooting as userOlivier Blin2007-03-091-2/+2
* add per-package build_timeout configuration supportAnssi Hannula2007-03-011-3/+25
* Get build user environment when building packagesClaudio Matsuoka2006-12-291-1/+1
* add a use_old_chroot option to have faster test mode; improve the group modeFlorent Villard2006-12-221-33/+80
* fix chroot shell PS1Florent Villard2006-12-111-2/+6
* add new -p option to specify a different packagerFlorent Villard2006-12-071-1/+4
* force to have a repository either in the config file or the command lineFlorent Villard2006-12-061-8/+23
* Replaced cryptic regexps for descriptive functions (misc)Claudio Matsuoka2006-12-051-8/+4
* Fix relative path handling (again)Claudio Matsuoka2006-12-041-1/+1
* 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
* (send_status_mail) since we redeclare $text, the above loop isThierry Vignaud2006-11-281-155/+152
* don't destroy $_ in callersThierry Vignaud2006-11-281-0/+1
* 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
* Changed error messageClaudio Matsuoka2006-11-141-2/+2
* Use pwd instead of ./ for packages without full pathnameClaudio Matsuoka2006-11-141-4/+12
* Add reminder to notify user in case of srpm recreation errorClaudio Matsuoka2006-11-121-7/+23
* Redone some plog and indent changesClaudio Matsuoka2006-11-101-4/+15
* Cosmetic fixes: indentantion and 80-column wrapClaudio Matsuoka2006-11-101-8/+14
* Cosmetic fixes: indentation and 80-column wrapClaudio Matsuoka2006-11-101-17/+52
* added adhoc media handlingFlorent Villard2006-11-091-70/+44
* mkpath_p no longer exists, using mkpath instead.Claudio Matsuoka2006-11-091-1/+3
* Reindented configuration parameters, fixed plog error.Claudio Matsuoka2006-11-091-53/+153
* Using plog for log message.Claudio Matsuoka2006-11-071-2/+17
* Cosmetics: minor indentation changesClaudio Matsuoka2006-11-061-8/+20
* do not create a log dir for the first srpm; use a more explicit shell in chro...Florent Villard2006-11-061-23/+15
* Code cleanup: add subroutine to print messages to logClaudio Matsuoka2006-11-031-27/+39
* Changing $0 to display readable information in ps outputClaudio Matsuoka2006-11-021-0/+5
* add media in the chroot by defaultFlorent Villard2006-10-241-1/+2
* replace old srpm and use the new one; add a missing_dep status; stop if files...Florent Villard2006-10-231-28/+22
* move recreate_srpm to Urpmi; scp the resulting packages instead of copy; clea...Florent Villard2006-10-111-85/+17
* let the check of the binary and the basesystem packages be configurable0.5.10Florent Villard2006-09-011-6/+16
* use $sudo0.5.8Florent Villard2006-08-281-14/+29
* - start to use a wrapper for sudo commandsFlorent Villard2006-08-281-69/+64
* now running environment is also given to clean_all_unionfsFlorent Villard2006-08-171-177/+18
* split some functions in separates modulesFlorent Villard2006-08-081-826/+179
* also check for /dev/pts in chroot; add a extra conf for new media; better uni...Florent Villard2006-08-021-90/+151
* fix the --shell mode to correclty update the sudoers fileFlorent Villard2006-06-211-3/+3
* switch to perl-RPM4; try to guess missing buildrequires; add find_provides; a...Florent Villard2006-06-211-29/+79
* - add a new max_command_retry to limit the number of time iurt will try to pe...Florent Villard2006-06-191-10/+27