aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* do not uses hacks if the dkms module is built for the wrong kernel, a ↵Olivier Blin2008-04-021-23/+5
| | | | warning mail is sent to maintainers instead
* handle rpms being installed in /var/lib/dkms (dkms-2.0.19)Olivier Blin2008-04-021-1/+1
|
* factorize (for next commit)Olivier Blin2008-04-021-2/+14
|
* send mail to admins when a DKMS module wrongly build for current kernelOlivier Blin2008-04-021-0/+8
|
* do not try to move modules built for current kernel if it was the targetOlivier Blin2008-04-021-1/+1
|
* make sure dkms commands are not run in rpm post scriptsOlivier Blin2008-04-021-0/+6
|
* fix removing /lib/modules/`uname -r` symlink hackOlivier Blin2008-04-021-1/+1
|
* skip kernel packages with no modules dir (like the "kernel" meta-package)Olivier Blin2008-04-021-2/+6
|
* use "real" name and version when appropriate (fix build with gspca)Olivier Blin2008-02-291-10/+10
|
* compute "real" name from scripts and pass itOlivier Blin2008-02-291-5/+7
|
* fallback on package versionOlivier Blin2008-02-291-0/+1
|
* be less strict when matching version in scriptOlivier Blin2008-02-291-1/+1
|
* remove leftover from commit 231320 cleanupOlivier Blin2008-02-291-1/+1
|
* - Honor log level switchMarcelo Leitner2008-02-211-3/+4
|
* - Do not force debug log level.Marcelo Leitner2008-02-211-2/+2
|
* oops, reverting r237127...Gustavo De Nardin2008-02-201-2/+2
|
* make -v 0 work instead of being equal to -v 9999Gustavo De Nardin2008-02-201-2/+2
|
* - Block two too dangerous pkill commands.Marcelo Leitner2008-02-202-5/+10
| | | | | - Enhance logging for another pkill command.
* - 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
|
* perl_checker cleanupsThierry Vignaud2008-02-151-18/+16
|
* (create_temp_chroot) tag srpm parameter as optional sinceThierry Vignaud2008-02-151-2/+2
| | | | | Urpmi::get_build_requires() doesn't provide it
* perl_checker cleanupThierry Vignaud2008-02-151-1/+1
|
* 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
|
* blacklist more modules for perl_checkerThierry Vignaud2008-02-151-0/+7
|
* 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-122-1/+6
|
* use youri from mdv-youri-* packagesOlivier Blin2008-02-081-1/+1
|
* - Adds info message about why it considered the build as failed.Marcelo Leitner2008-02-081-0/+2
|
* - more rpmbuild replacementGustavo De Nardin2008-01-231-3/+3
|
* - more rpmbuild instead if rpm -bGustavo De Nardin2008-01-231-3/+3
|
* - 'rpm -b' has been deprrecated for 'rpmbuild' (for a long time?)Gustavo De Nardin2008-01-231-1/+1
|
* revert _excludedocs, it breaks some doc build (#37067)Olivier Blin2008-01-221-1/+0
|
* perl_checker cleanupsThierry Vignaud2008-01-161-3/+3
|
* sort output of rpm -qaThierry Vignaud2008-01-122-2/+2
|
* fix indentationOlivier Blin2008-01-121-1/+1
|
* (build_chroot) sort output of rpm -qaThierry Vignaud2008-01-121-1/+1
|
* (dump_rpmmacros) set %_excludedocs so that we speed up iurt on creating chrootsThierry Vignaud2008-01-121-0/+1
| | | | | by an order of magnitude by not installing _huge_ & useless docs
* replace "rpm --initdb" with "mkdir -p /var/lib/rpm" since --initdb in rpmPascal Rigaux2008-01-091-3/+2
| | | | | | 4.4.6+ was mostly creating the /var/lib/rpm, but is otherwise useless in all rpm versions
* add --dkms -p option to iurt to allow rebuilding specific packages onlyOlivier Blin2008-01-072-1/+6
|
* really fix comparison operator :)Olivier Blin2008-01-021-1/+1
|
* - fixed comparison operatorGustavo De Nardin2007-12-271-1/+1
|
* creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should ↵Pascal Rigaux2007-11-221-1/+1
| | | | be better
* 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-222-0/+5
|
* use --urpmi_root instead of --use-distrib when the repository is http|ftpPascal Rigaux2007-11-222-2/+11
|
* prepare for --urpmi-root:Pascal Rigaux2007-11-221-0/+21
| | | | | | | | | - create ->set_command__urpmi_root (which is an alternative to set_command__use_distrib) - create ->add_media__urpmi_root (to be used in build_chroot() when we want to use --urpmi-root instead of --use-distrib)