Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove old comment | Olivier Blin | 2008-04-02 | 1 | -2/+0 | |
| | ||||||
* | do not uses hacks if the dkms module is built for the wrong kernel, a ↵ | Olivier Blin | 2008-04-02 | 1 | -23/+5 | |
| | | | | warning mail is sent to maintainers instead | |||||
* | handle rpms being installed in /var/lib/dkms (dkms-2.0.19) | Olivier Blin | 2008-04-02 | 1 | -1/+1 | |
| | ||||||
* | factorize (for next commit) | Olivier Blin | 2008-04-02 | 1 | -2/+14 | |
| | ||||||
* | send mail to admins when a DKMS module wrongly build for current kernel | Olivier Blin | 2008-04-02 | 1 | -0/+8 | |
| | ||||||
* | do not try to move modules built for current kernel if it was the target | Olivier Blin | 2008-04-02 | 1 | -1/+1 | |
| | ||||||
* | make sure dkms commands are not run in rpm post scripts | Olivier Blin | 2008-04-02 | 1 | -0/+6 | |
| | ||||||
* | fix removing /lib/modules/`uname -r` symlink hack | Olivier Blin | 2008-04-02 | 1 | -1/+1 | |
| | ||||||
* | skip kernel packages with no modules dir (like the "kernel" meta-package) | Olivier Blin | 2008-04-02 | 1 | -2/+6 | |
| | ||||||
* | use "real" name and version when appropriate (fix build with gspca) | Olivier Blin | 2008-02-29 | 1 | -10/+10 | |
| | ||||||
* | compute "real" name from scripts and pass it | Olivier Blin | 2008-02-29 | 1 | -5/+7 | |
| | ||||||
* | fallback on package version | Olivier Blin | 2008-02-29 | 1 | -0/+1 | |
| | ||||||
* | be less strict when matching version in script | Olivier Blin | 2008-02-29 | 1 | -1/+1 | |
| | ||||||
* | remove leftover from commit 231320 cleanup | Olivier Blin | 2008-02-29 | 1 | -1/+1 | |
| | ||||||
* | oops, reverting r237127... | Gustavo De Nardin | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | make -v 0 work instead of being equal to -v 9999 | Gustavo De Nardin | 2008-02-20 | 1 | -2/+2 | |
| | ||||||
* | - Block two too dangerous pkill commands. | Marcelo Leitner | 2008-02-20 | 2 | -5/+10 | |
| | | | | | - Enhance logging for another pkill command. | |||||
* | perl_checker cleanups | Thierry Vignaud | 2008-02-15 | 1 | -18/+16 | |
| | ||||||
* | (create_temp_chroot) tag srpm parameter as optional since | Thierry Vignaud | 2008-02-15 | 1 | -2/+2 | |
| | | | | | Urpmi::get_build_requires() doesn't provide it | |||||
* | perl_checker cleanup | Thierry Vignaud | 2008-02-15 | 1 | -1/+1 | |
| | ||||||
* | allow to specify kernel for which DKMS packages should be rebuilt | Olivier Blin | 2008-02-12 | 1 | -1/+3 | |
| | ||||||
* | - 'rpm -b' has been deprrecated for 'rpmbuild' (for a long time?) | Gustavo De Nardin | 2008-01-23 | 1 | -1/+1 | |
| | ||||||
* | revert _excludedocs, it breaks some doc build (#37067) | Olivier Blin | 2008-01-22 | 1 | -1/+0 | |
| | ||||||
* | perl_checker cleanups | Thierry Vignaud | 2008-01-16 | 1 | -3/+3 | |
| | ||||||
* | fix indentation | Olivier Blin | 2008-01-12 | 1 | -1/+1 | |
| | ||||||
* | (build_chroot) sort output of rpm -qa | Thierry Vignaud | 2008-01-12 | 1 | -1/+1 | |
| | ||||||
* | (dump_rpmmacros) set %_excludedocs so that we speed up iurt on creating chroots | Thierry Vignaud | 2008-01-12 | 1 | -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 rpm | Pascal Rigaux | 2008-01-09 | 1 | -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 only | Olivier Blin | 2008-01-07 | 1 | -1/+3 | |
| | ||||||
* | creation of chroot can timeout cuz 10 minutes is not enough. 1 hour should ↵ | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 | |
| | | | | be better | |||||
* | allow to specify upload media for DKMS packages | Olivier Blin | 2007-11-22 | 1 | -0/+2 | |
| | ||||||
* | use --urpmi_root instead of --use-distrib when the repository is http|ftp | Pascal Rigaux | 2007-11-22 | 2 | -2/+11 | |
| | ||||||
* | prepare for --urpmi-root: | Pascal Rigaux | 2007-11-22 | 1 | -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) | |||||
* | prepare for --urpmi-root: | Pascal Rigaux | 2007-11-22 | 1 | -0/+6 | |
| | | | | | | - remove files used by --urpmi-root (created by urpmi.addmedia --urpmi--root) | |||||
* | using ->set_command, and make it clear it redirects to | Pascal Rigaux | 2007-11-22 | 1 | -6/+4 | |
| | | | | | | | set_command__use_distrib (preparing to allow switching to set_command__urpmi_root) | |||||
* | enhance previous commit: | Pascal Rigaux | 2007-11-22 | 1 | -2/+2 | |
| | | | | | rename set_command__chroot into set_command__chrooted | |||||
* | create ->set_command__chroot | Pascal Rigaux | 2007-11-22 | 1 | -1/+5 | |
| | ||||||
* | fix typo in previous commit :-/ | Pascal Rigaux | 2007-11-22 | 1 | -0/+1 | |
| | ||||||
* | create {distrib_url} out of {urpmi_media_options}, and inline ↵ | Pascal Rigaux | 2007-11-22 | 1 | -3/+2 | |
| | | | | {urpmi_media_options} | |||||
* | factorize code setting {urpmi_command} | Pascal Rigaux | 2007-11-22 | 1 | -2/+5 | |
| | ||||||
* | - Revert the nsswitch.conf change, as ypbind is not used anymore and should be | Marcelo Leitner | 2007-11-20 | 1 | -3/+0 | |
| | | | | | down on all nodes, also fixing this problem. | |||||
* | - Use the same /etc/nsswitch.conf, because as pixel reported, without that make | Marcelo Leitner | 2007-11-19 | 1 | -0/+3 | |
| | | | | | test on perl fails due to glibc print outs screaming about YPBINDPROC_DOMAIN. | |||||
* | - Put some more debugging into command execution process. | Marcelo Leitner | 2007-11-12 | 3 | -3/+13 | |
| | | | | | | - Lowered free disk space tolerance from 100% to 99%, as 100% could be too late. | |||||
* | - Fix typo in function exports. (was create_buid_chroot) | Marcelo Leitner | 2007-11-12 | 1 | -1/+1 | |
| | ||||||
* | - Force mounting iurt_medias as read-only | Marcelo Leitner | 2007-11-06 | 1 | -1/+1 | |
| | ||||||
* | - Replace a chdir call with tar -C option and avoid further errors due to the | Marcelo Leitner | 2007-11-06 | 1 | -5/+14 | |
| | | | | | | path change. - Better syntax putting in evidence a duplicated code. | |||||
* | - Remove tricky rpm --rebuilddb when builddeps are broken. | Marcelo Leitner | 2007-11-06 | 1 | -10/+0 | |
| | ||||||
* | - Remove trailing references from previous commit to $suf. | Marcelo Leitner | 2007-11-06 | 1 | -2/+2 | |
| | ||||||
* | - Stripped out very hacks at buildreqs/initial packages installation. | Marcelo Leitner | 2007-11-06 | 1 | -244/+94 | |
| | | | | | | URPMI is stable enough nowadays and these hacks seems to be introducing more danger than helping. | |||||
* | (check_upload_tree) make obvious to perl_checker this is an optional argument | Thierry Vignaud | 2007-10-08 | 1 | -3/+3 | |
| |