summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 17:35:55 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 17:35:55 +0100
commit9ce46d3493f447eba7a8e35e82be853deb894d99 (patch)
treeccf55badeff1e4bd2f049b8664b20a8659e56079 /examples
parentcd6c7c01579bc37c458eac1a649ef74f17def3cb (diff)
fixes/cleanups for runtime packages and repositories. Not much use in making yauort a module, its integrated now
Diffstat (limited to 'examples')
-rw-r--r--examples/deployconfig-dieter14
1 files changed, 0 insertions, 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!"