aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* let the check of the binary and the basesystem packages be configurable0.5.10Florent Villard2006-09-011-6/+16
|
* add more command for sudo needs, rpm --initdb and --rmFlorent Villard2006-08-281-6/+118
|
* use $sudo0.5.8Florent Villard2006-08-281-14/+29
|
* - start to use a wrapper for sudo commandsFlorent Villard2006-08-281-69/+64
| | | | | | | | | | - add suboptions to dkms to limit media and kernels - use a special cache file for dkms mode - use the new check_build_chroot functions - use urpmi->install_packages systematically - do not add macros on the initial chroot, it will be done later - move check_chroot functions to Iurt::Chroot
* also check for noarch (but it may not be necessaryFlorent Villard2006-08-281-1/+2
|
* add a new wrapper to run command which needs privilegesFlorent Villard2006-08-281-0/+71
|
* send mail to the user, add some configuration variables for mailsFlorent Villard2006-08-261-6/+27
|
* now running environment is also given to clean_all_unionfsFlorent Villard2006-08-171-177/+18
|
* call youri with the section defined; remove files when uploadedFlorent Villard2006-08-131-3/+9
|
* split some functions in separates modulesFlorent Villard2006-08-081-826/+179
|
* use basic rpm name to be able to do a linkFlorent Villard2006-08-071-2/+2
|
* call youri and redirect the output for referenceFlorent Villard2006-08-061-15/+105
|
* use config_init function to initialise config_usageFlorent Villard2006-08-061-1/+8
|
* add emi to upload packages in the queue when all the architectures are doneFlorent Villard2006-08-061-0/+62
|
* also check for /dev/pts in chroot; add a extra conf for new media; better ↵Florent Villard2006-08-021-90/+151
| | | | unionfs cleaning; fix exclusive arch checking; add new stronger method to install build requires
* 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; ↵Florent Villard2006-06-211-29/+79
| | | | add missing_provides to report
* - add a new max_command_retry to limit the number of time iurt will try to ↵Florent Villard2006-06-191-10/+27
| | | | | | | | | | perform a command (in perform_command) - try to fix the maintainer allocation in the 'needed' cache section - try to migrate old cache needed structure from tables to hashes (will need a cleaning mechanism someday) - send less mail - remove the chroot tar after one week
* fix mail formatFlorent Villard2006-06-181-8/+14
|
* - add a new status option to generate summary reportsFlorent Villard2006-06-181-43/+141
| | | | | | | - create a get_maint function to factorise some code - improve missing dependency checking code. Now detect intermediate package which needs to be recompiled (do not recompile them, though, iurt would need to use rpmbuildupdate for that) - kill zombie iurt process when starting
* - save status file more oftenFlorent Villard2006-06-171-131/+163
| | | | | | | | - dump cache when a failure happen - fix check needed random rebuild - use a hash for needed instead of a table - use the general retry mechanism for srpm deps reinstallation