aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add reminder to notify user in case of srpm recreation errorClaudio Matsuoka2006-11-121-7/+23
|
* Changed permissions to executableClaudio Matsuoka2006-11-121-0/+0
|
* Using plot() functions.Claudio Matsuoka2006-11-121-28/+28
|
* unlink pidfile just after the tree check so that ulri can schedul new jobsFlorent Villard2006-11-111-1/+2
|
* 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
|
* initialize plog for submodulesFlorent Villard2006-11-071-1/+15
|
* 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 ↵Florent Villard2006-11-061-23/+15
| | | | chroot mode
* Code cleanup: add subroutine to print messages to logClaudio Matsuoka2006-11-031-27/+39
| | | | | | | | | | | | Added plog() to print to log. Parameters are the message or loglevel and message. Typical usage case is plog(1, "reprocess generated packages queue"); which does the same thing as print {$run{LOG}} "$program_name: reprocess generated packages queue\n" if $run{verbose};
* Changing $0 to display readable information in ps outputClaudio Matsuoka2006-11-021-0/+5
| | | | | | | | | | | | | | | | ps(1) output in a build cluster node is very noisy because there are many wrappers and long command lines. Setting Iurt's $0 to a short summary makes it easier to understand what's going on. Additionally, wrapper scripts can be changed to exec the wrapped utility in the same process to further remove noise from the process list. Example of ps output: 9231 ? S 0:00 sshd: mandrake@notty 9232 ? Ss 0:00 Iurt: cooker i586 @73504:perl-IO-All-0.35-3mdv2007.0 9242 ? R 0:05 tar xf /export/home/mandrake//chroot_cooker.i586.tar
* Fix rm globbing, for real this time (thanks rgs).Claudio Matsuoka2006-10-251-1/+5
|
* add media in the chroot by defaultFlorent Villard2006-10-241-1/+2
|
* Fixed glob character parsing regexp in sub rm.Claudio Matsuoka2006-10-231-1/+1
|
* replace old srpm and use the new one; add a missing_dep status; stop if ↵Florent Villard2006-10-231-28/+22
| | | | filesystem is 99% full; do not clean the chroot in debug mode
* add cp commandFlorent Villard2006-10-231-7/+104
|
* use new youri command; do not unlink youri log for debugging purpose; fix ↵Florent Villard2006-10-231-4/+9
| | | | user grabbing; check cache usage in log
* add initdb commandFlorent Villard2006-10-111-6/+4
|
* move recreate_srpm to Urpmi; scp the resulting packages instead of copy; ↵Florent Villard2006-10-111-85/+17
| | | | clean the chroot after the build
* consider excluded arch; remove srpms after succesful build for i586 and x86_64Florent Villard2006-10-111-1/+11
|
* only includes the srpm in the mail subject; noarch is enough as mandatory archFlorent Villard2006-09-011-4/+6
|