Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Honor log level switch | Marcelo Leitner | 2008-02-21 | 1 | -3/+4 |
| | |||||
* | - Fix damn bogus regular expression. | Marcelo Leitner | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | - Revert die handler. | Marcelo Leitner | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | - Do not abort on uncatched exceptions anymore. | Marcelo Leitner | 2008-02-15 | 1 | -1/+2 |
| | | | | | - Fix vim syntax hilight. | ||||
* | print at which time we got killed | Thierry Vignaud | 2008-02-15 | 1 | -2/+3 |
| | |||||
* | install basesystem-minimal for cooker and 2008.1+ | Thierry Vignaud | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | small change so that perl_checker is able to parse this file | Thierry Vignaud | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | log on STDERR if we got SIGTERM or if an uncatched exception happenned | Thierry Vignaud | 2008-02-15 | 1 | -0/+22 |
| | |||||
* | allow to specify kernel for which DKMS packages should be rebuilt | Olivier Blin | 2008-02-12 | 1 | -0/+3 |
| | |||||
* | - more rpmbuild instead if rpm -b | Gustavo De Nardin | 2008-01-23 | 1 | -3/+3 |
| | |||||
* | sort output of rpm -qa | Thierry Vignaud | 2008-01-12 | 1 | -1/+1 |
| | |||||
* | add --dkms -p option to iurt to allow rebuilding specific packages only | Olivier Blin | 2008-01-07 | 1 | -0/+3 |
| | |||||
* | really fix comparison operator :) | Olivier Blin | 2008-01-02 | 1 | -1/+1 |
| | |||||
* | - fixed comparison operator | Gustavo De Nardin | 2007-12-27 | 1 | -1/+1 |
| | |||||
* | do not use $ENV{SUDO_USER} anymore, use user given with --build-user | Pascal Rigaux | 2007-11-22 | 1 | -2/+5 |
| | | | | | | | (or default to $ENV{USER}) --build-user should become mandatory in the future | ||||
* | allow to specify upload media for DKMS packages | Olivier Blin | 2007-11-22 | 1 | -0/+3 |
| | |||||
* | add extra space | Olivier Blin | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | allow to set additional urpmi_options in distro config file | Olivier Blin | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | - Protect iurt from being executed as root. | Marcelo Leitner | 2007-11-14 | 1 | -0/+1 |
| | |||||
* | - DISABLED icecream. It's really borking x86_64 builds and I can't figure ↵ | Marcelo Leitner | 2007-07-31 | 1 | -1/+0 |
| | | | | out why. | ||||
* | - make it clear when admin gets undue email | Gustavo De Nardin | 2007-06-26 | 1 | -1/+1 |
| | |||||
* | - --additional-media option on --chrooted-urpmi one, as they are almost clones. | Marcelo Leitner | 2007-06-15 | 1 | -6/+33 |
| | |||||
* | - Add support for icecream via option --icecream <procs> | Marcelo Leitner | 2007-06-08 | 1 | -1/+25 |
| | | | | | | | | | - Add support for external and intentional medias via --additional_media option - Fix local_spool hdlist detection while in group mode: hdlist.cz will never be a directory. - Fix TMP environment location at package building command. It must be inside sudo, otherelse sudo will strip it. | ||||
* | check sudo access using a simple sudo command, instead of relying in sudo -l | Gustavo De Nardin | 2007-05-12 | 1 | -7/+1 |
| | | | | | output format (which is different between /etc/sudoers and LDAP) | ||||
* | oops, fix stupid mistake | Olivier Blin | 2007-03-18 | 1 | -1/+1 |
| | |||||
* | explicitely die when the log directory can not be created | Olivier Blin | 2007-03-18 | 1 | -0/+1 |
| | |||||
* | factorize log dir | Olivier Blin | 2007-03-18 | 1 | -3/+4 |
| | |||||
* | use login shells when chrooting as user | Olivier Blin | 2007-03-09 | 1 | -2/+2 |
| | |||||
* | add per-package build_timeout configuration support | Anssi Hannula | 2007-03-01 | 1 | -3/+25 |
| | |||||
* | Get build user environment when building packages | Claudio Matsuoka | 2006-12-29 | 1 | -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. | ||||
* | add a use_old_chroot option to have faster test mode; improve the group mode | Florent Villard | 2006-12-22 | 1 | -33/+80 |
| | |||||
* | fix chroot shell PS1 | Florent Villard | 2006-12-11 | 1 | -2/+6 |
| | |||||
* | add new -p option to specify a different packager | Florent Villard | 2006-12-07 | 1 | -1/+4 |
| | |||||
* | force to have a repository either in the config file or the command line | Florent Villard | 2006-12-06 | 1 | -8/+23 |
| | |||||
* | Replaced cryptic regexps for descriptive functions (misc) | Claudio Matsuoka | 2006-12-05 | 1 | -8/+4 |
| | |||||
* | Fix relative path handling (again) | Claudio Matsuoka | 2006-12-04 | 1 | -1/+1 |
| | | | | | Now iurt should handle all relative and absolute path cases correctly. | ||||
* | curl is required for rpmmon to retrieve maintainership | Olivier Blin | 2006-12-01 | 1 | -6/+26 |
| | |||||
* | make enough changes so that perl_chcker run smoothly | Thierry Vignaud | 2006-11-30 | 1 | -6/+7 |
| | |||||
* | Adjusted log level | Claudio Matsuoka | 2006-11-29 | 1 | -3/+3 |
| | |||||
* | (send_status_mail) since we redeclare $text, the above loop is | Thierry Vignaud | 2006-11-28 | 1 | -155/+152 |
| | | | | | | useless...; kill the doble declaration since it's probably was intended (aka we'll got more logs...) | ||||
* | don't destroy $_ in callers | Thierry Vignaud | 2006-11-28 | 1 | -0/+1 |
| | |||||
* | fix obvious bug... | Thierry Vignaud | 2006-11-28 | 1 | -1/+1 |
| | |||||
* | (check_media) don't reuse $1, $2, $3 from a previous match if the | Thierry Vignaud | 2006-11-28 | 1 | -37/+55 |
| | | | | | regex failled | ||||
* | Changed error message | Claudio Matsuoka | 2006-11-14 | 1 | -2/+2 |
| | |||||
* | Use pwd instead of ./ for packages without full pathname | Claudio Matsuoka | 2006-11-14 | 1 | -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 error | Claudio Matsuoka | 2006-11-12 | 1 | -7/+23 |
| | |||||
* | Redone some plog and indent changes | Claudio Matsuoka | 2006-11-10 | 1 | -4/+15 |
| | |||||
* | Cosmetic fixes: indentantion and 80-column wrap | Claudio Matsuoka | 2006-11-10 | 1 | -8/+14 |
| | |||||
* | Cosmetic fixes: indentation and 80-column wrap | Claudio Matsuoka | 2006-11-10 | 1 | -17/+52 |
| | |||||
* | added adhoc media handling | Florent Villard | 2006-11-09 | 1 | -70/+44 |
| |