From 9ce46d3493f447eba7a8e35e82be853deb894d99 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 17:35:55 +0100 Subject: fixes/cleanups for runtime packages and repositories. Not much use in making yauort a module, its integrated now --- examples/deployconfig-dieter | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/examples/deployconfig-dieter b/examples/deployconfig-dieter index 9e80dc4..3b98993 100644 --- a/examples/deployconfig-dieter +++ b/examples/deployconfig-dieter @@ -5,7 +5,6 @@ # TODO * dieter/automatic: wait for yaourt --config fix ( http://forums.archlinux.fr/post23171.html#23171 ) # TODO:* dieter/automatic: put config files from svn in place first, so that if a package has an update, it can do it's thing. -depend_module yaourt var_RUNTIME_REPOSITORIES=(archlinuxfr "Server = http://repo.archlinux.fr/$var_ARCH") var_RUNTIME_PACKAGES="svn" @@ -28,19 +27,6 @@ worker_fetch_configs () } -worker_runtime_packages () -{ - for pkg in $var_RUNTIME_PACKAGES - do - $PACMAN -Sy --noconfirm --needed $pkg - done - - # We'll install packages on the target system, for that we need yaourt - _runtime_yaourt - _yaourt_replace_pacman -} - - worker_package_list () { $SVN export $SVN_BASE/ddm-configs/$DEPLOY_CLASS/trunk/package-list $var_PKG_FILE || die_error "Could not export package list!" -- cgit v1.2.3-54-g00ecf