# Otto-rpm-4.conf - installed by Otto # # /etc/autorpm.d/Otto-rpm-4.conf : RH rpm's from network # (just kernel, glibc, and X11) ######################################################################## ftppool ("fedora-updates") { Report_To ("root"); Recursive (Yes); Accept_Arch( "${Arch}" ); # Don't automatically update these, just get them and ask! Regex_Ignore ("-debuginfo-"); Regex_Ignore("^kernel-BOOT"); Regex_Ignore("^kernel-bigmem"); Regex_Ignore("^kernel-smp"); Regex_Ignore("^glibc-profile"); Regex_Ignore("^glibc-debug"); Regex_Accept("^kernel-"); Regex_Accept("^XFree86-"); Regex_Accept("^xorg-x11-"); Regex_Accept("^glibc-"); action (updated) { # install any updates PGP_Require (Yes); PGP_Fail_Install (No); Auto_Follow_Deps(Yes); Copy_after_Install("/home/rpm/fedora/${FedoraVersion}"); Report(Yes); Install (Interactive); } action(new) { # also copy new packages (so we can rm/ignore them) PGP_Require (Yes); PGP_Fail_Install (No); Auto_Follow_Deps(Yes); Copy_after_Install("/root/rpm/fedora/${FedoraVersion}"); Report(Yes); Install (Interactive); } } #EOF Otto-rpm-4.conf