aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
Commit message (Collapse)AuthorAgeFilesLines
* check sudo access for iurt_root_command onlyOlivier Blin2010-11-011-3/+3
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2010-11-011-3/+3
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r17 | blino | 2010-11-01 22:06:35 +0000 (Mon, 01 Nov 2010) | 1 line import initial iurt fork ------------------------------------------------------------------------
* fix escape sequence in PS1 (from kenobi's copy)Olivier Blin2010-10-311-1/+1
|
* use release sub-media by default (has been the default repository layout for ↵Olivier Blin2010-05-191-2/+2
| | | | years now)
* - Fix --log optionPascal Terjan2010-01-181-3/+4
|
* Fix missing }Pascal Terjan2010-01-051-13/+15
|
* Differentiate missing src.rpm from failure to rebuild itPascal Terjan2010-01-041-0/+8
|
* Commit the working version of build_allPascal Terjan2009-12-071-1/+1
|
* Allow rebuilding all the mediaPascal Terjan2009-12-021-4/+8
|
* perl_checker cleanupsThierry Vignaud2009-12-021-11/+12
|
* Add a --delete-on-success for the cases where we only want failure logsPascal Terjan2009-12-011-2/+10
|
* Oops they were differentPascal Terjan2009-12-011-0/+3
|
* Remove duplicate linesPascal Terjan2009-12-011-3/+0
|
* use the defined $sudo instead of whole path to sudoGustavo De Nardin2008-07-101-1/+1
|
* - Honor log level switchMarcelo Leitner2008-02-211-3/+4
|
* - Fix damn bogus regular expression.Marcelo Leitner2008-02-151-1/+1
|
* - Revert die handler.Marcelo Leitner2008-02-151-1/+1
|
* - Do not abort on uncatched exceptions anymore.Marcelo Leitner2008-02-151-1/+2
| | | | | - Fix vim syntax hilight.
* print at which time we got killedThierry Vignaud2008-02-151-2/+3
|
* install basesystem-minimal for cooker and 2008.1+Thierry Vignaud2008-02-151-1/+1
|
* small change so that perl_checker is able to parse this fileThierry Vignaud2008-02-151-1/+1
|
* log on STDERR if we got SIGTERM or if an uncatched exception happennedThierry Vignaud2008-02-151-0/+22
|
* allow to specify kernel for which DKMS packages should be rebuiltOlivier Blin2008-02-121-0/+3
|
* - more rpmbuild instead if rpm -bGustavo De Nardin2008-01-231-3/+3
|
* sort output of rpm -qaThierry Vignaud2008-01-121-1/+1
|
* add --dkms -p option to iurt to allow rebuilding specific packages onlyOlivier Blin2008-01-071-0/+3
|
* really fix comparison operator :)Olivier Blin2008-01-021-1/+1
|
* - fixed comparison operatorGustavo De Nardin2007-12-271-1/+1
|
* do not use $ENV{SUDO_USER} anymore, use user given with --build-userPascal Rigaux2007-11-221-2/+5
| | | | | | | (or default to $ENV{USER}) --build-user should become mandatory in the future
* allow to specify upload media for DKMS packagesOlivier Blin2007-11-221-0/+3
|
* add extra spaceOlivier Blin2007-11-141-1/+1
|
* allow to set additional urpmi_options in distro config fileOlivier Blin2007-11-141-1/+1
|
* - Protect iurt from being executed as root.Marcelo Leitner2007-11-141-0/+1
|
* - DISABLED icecream. It's really borking x86_64 builds and I can't figure ↵Marcelo Leitner2007-07-311-1/+0
| | | | out why.
* - 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
| | | | | | | | | - 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 -lGustavo De Nardin2007-05-121-7/+1
| | | | | output format (which is different between /etc/sudoers and LDAP)
* 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
| | | | | | | 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 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
| | | | | Now iurt should handle all relative and absolute path cases correctly.