Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - begin to add group option to compile several srpm as a set | Florent Villard | 2006-06-14 | 1 | -210/+429 |
| | | | | | | | | | - fix unionfs dir cleaning - create a function to install srpm - retry to install packages dependencies when urpmi failed, quite often on x86_64 the rpm database get corrupted and rpm does not find correctly which packages are installed - correclty check if a dir is mounted or not - retry several time to umount directory (they can be mounted multiple times) | ||||
* | fix the unionfs dir cleaning at the end of a run; fix broken deps packages ↵ | Florent Villard | 2006-06-13 | 1 | -2/+4 |
| | | | | rebuild attempts from time to time | ||||
* | add --chrooted-urpmi option to use urpmi inside the chroot and not urpmi --root | Florent Villard | 2006-06-05 | 1 | -21/+71 |
| | |||||
* | do not send a mail when retrying to build the package without unionfs | Florent Villard | 2006-05-29 | 1 | -13/+18 |
| | |||||
* | fix --stop (no exec anymore, which I do not manage to make work, use a system) | Florent Villard | 2006-05-25 | 1 | -20/+32 |
| | |||||
* | create a subdir per user for chroot, add --clean option | Florent Villard | 2006-05-16 | 1 | -150/+239 |
| | |||||
* | do not lock when rebuilding chroot | Florent Villard | 2006-05-15 | 1 | -5/+4 |
| | |||||
* | add --shell option with sudo | Florent Villard | 2006-05-12 | 1 | -57/+145 |
| | |||||
* | flock and lockf does not work correctly, try to workarround | Florent Villard | 2006-05-09 | 1 | -30/+81 |
| | |||||
* | Also mail the official maintainer for missing buildrequires | Florent Villard | 2006-05-03 | 1 | -2/+2 |
| | |||||
* | Try to kill more agressively processes launched if the forked command is stopped | Florent Villard | 2006-05-01 | 1 | -1/+3 |
| | |||||
* | Check filesystem free space too and stop if full | Florent Villard | 2006-04-26 | 1 | -0/+13 |
| | |||||
* | sometimes killing the father is not enough to control log size, use kill group | Florent Villard | 2006-04-26 | 1 | -3/+7 |
| | |||||
* | add a global status file to log; dump the temporary cache even if the main ↵ | Florent Villard | 2006-04-20 | 1 | -31/+63 |
| | | | | lock fails | ||||
* | try to rebuild the chroot if the macro dump failed | Florent Villard | 2006-04-13 | 1 | -1/+5 |
| | |||||
* | split cache by media too | Florent Villard | 2006-03-31 | 1 | -6/+12 |
| | |||||
* | try to load an older cache when the latest is corrupted | Florent Villard | 2006-03-31 | 1 | -10/+40 |
| | |||||
* | now use a subdir for each srpm logging info | Florent Villard | 2006-03-09 | 1 | -7/+15 |
| | |||||
* | check more agressively log size; do not mail maintainer when fallbacking in ↵ | Florent Villard | 2006-03-08 | 1 | -10/+13 |
| | | | | no_unionfs mode; fix log cleaning command | ||||
* | do not stop if the upload mode is not set and if the upload dir does not exist | Florent Villard | 2006-03-05 | 1 | -1/+1 |
| | |||||
* | do not try to load unionfs module if already loaded; perform a depmod before ↵ | Florent Villard | 2006-03-05 | 1 | -2/+16 |
| | | | | loading unionfs; fix dump_macros creation bug | ||||
* | add Mooby synoptics | Florent Villard | 2006-02-23 | 1 | -3/+8 |
| | |||||
* | - add concurrent-run option to run several instance and merge cache | Florent Villard | 2006-02-23 | 1 | -73/+94 |
| | | | | | | | | | - add support of urpmi --use-distrib to compile on other version than the system one - add support of function in configuration for more complex default values - create a pidfile including other hosts too - improve dump_cache to support concurrent run (not really tested yet) - fork to monitor log file size and limit it | ||||
* | - add concurrent-run option to run several instance and merge cache | Florent Villard | 2006-02-14 | 1 | -42/+135 |
| | | | | | | | | | - add support of urpmi --use-distrib to compile on other version than the system one - add support of function in configuration for more complex default values - create a pidfile including other hosts too - improve dump_cache to support concurrent run (not really tested yet) - fork to monitor log file size and limit it | ||||
* | add --stop option to perform a different rpm -bX build command and then have ↵ | Florent Villard | 2006-02-08 | 1 | -14/+43 |
| | | | | a shell into the chroot | ||||
* | verbose level to limit output messages; fix unionfs cleaning for user ↵ | Florent Villard | 2006-01-31 | 1 | -17/+27 |
| | | | | created unionfs dir | ||||
* | add a verbose level to filter messages | Florent Villard | 2006-01-31 | 1 | -31/+37 |
| | |||||
* | iurt2 | Florent Villard | 2006-01-31 | 1 | -42/+58 |
| | |||||
* | Major revamping of the iurt code, use mkcd parsecommandline, add more ↵ | Florent Villard | 2006-01-28 | 1 | -354/+419 |
| | | | | function, make it more generic | ||||
* | - add a --config_help option to display available configuration file parameters | Florent Villard | 2006-01-25 | 1 | -60/+115 |
| | | | | | | - correctly clean chroot when switching from a non unionfs to a unionfs build - try to catch the perl problem in unionfs where /proc/self/exe is not correct | ||||
* | try harder to clean previous unionfs remaining directories | Florent Villard | 2006-01-24 | 1 | -8/+15 |
| | |||||
* | proc was not correctly mounted; add a no_mail config option, add a ↵ | Florent Villard | 2006-01-18 | 1 | -15/+30 |
| | | | | force_build option to force srpm build | ||||
* | - better chroot cleaning before start | Florent Villard | 2006-01-18 | 1 | -13/+25 |
| | | | | | | - add rpm macros and mount proc in chroot in unionfs mode before starting compilation - redump a clean chroot when a packages has been build with no_unionfs flag | ||||
* | use urpmi -nolock | Florent Villard | 2006-01-13 | 1 | -39/+94 |
| | | | | | | | | | log chroot initialisation change logging mode for external command to correctly get the exit code try to catch out of space problem with unionfs and recompile the package in mormal chrooted mode fix needed structure bad stored version require initialise chroot before chroot initialisation in nocheckroot mode | ||||
* | Better urpmi killing pattern, do not match maintainer on NOT_FOUND, check ↵ | Florent Villard | 2006-01-07 | 1 | -8/+13 |
| | | | | invalid options | ||||
* | Dump macro in nocheckchroot mode | Florent Villard | 2006-01-06 | 1 | -3/+3 |
| | |||||
* | Remove more old unionfs remaining mount | Florent Villard | 2006-01-06 | 1 | -6/+10 |
| | |||||
* | Dump cache on sigint. Re-exit if iurt is already running. Initialise unionfs ↵ | Florent Villard | 2006-01-06 | 1 | -6/+12 |
| | | | | path in nocheckchroot mode | ||||
* | Try to get rid of urpmi database locked | Florent Villard | 2006-01-06 | 1 | -19/+50 |
| | |||||
* | Try to be more robust regarding unionfs mounting/unmounting | Florent Villard | 2006-01-06 | 1 | -14/+41 |
| | |||||
* | Use the right chroot in unionfs mode | Florent Villard | 2006-01-06 | 1 | -3/+7 |
| | |||||
* | - add --unionfs option to use tmpfs+unionfs to build the packages | Florent Villard | 2006-01-06 | 1 | -68/+182 |
| | | | | | | - add --nocheckchroot to directly launch the build without initial basystem tar check - use a different cache per architecture not to have to handle cache merging | ||||
* | fix buggy debug mode, more info on command failure | Florent Villard | 2005-12-31 | 1 | -4/+14 |
| | |||||
* | Perform a basic check of the architecture before running | Florent Villard | 2005-12-29 | 1 | -0/+12 |
| | |||||
* | Create basesystem_media to install initial chroot with alternate media | Florent Villard | 2005-12-29 | 1 | -2/+3 |
| | |||||
* | Check if unwanted_packages is empty or not before trying to match | Florent Villard | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | Add a debug mode; try to guess who is responsible when a package dependency ↵ | Florent Villard | 2005-12-29 | 1 | -40/+87 |
| | | | | cannot be installed | ||||
* | Die if the config file is not correct | Florent Villard | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | remove base_dir value | Florent Villard | 2005-12-29 | 1 | -9/+9 |
| | |||||
* | stupid me mixing % and !% | Florent Villard | 2005-12-15 | 1 | -8/+16 |
| |