summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-12-29 16:38:21 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2010-12-29 16:38:21 +0100
commit65679f839e6b7f1a136d1e7359fc67a029cae717 (patch)
tree8ddd059f7372ba38510a141f0c5cae531e53c7bb /src/core/procedures/base
parentd25f9a872da77c1916705ff711c2932e8a0ec0ef (diff)
refactor select_source,networking workers
* give base/automatic procedures more elegant select_source, runtime_network workers * make select_mirrors part of select_source, no need to have it a worker * "select source" extras (including runtime_network and interactive_select_mirror) are specific to the interactive procedure, so make it part of interactive's select_source worker. * interactive worker_select_source has no problems being run multiple times
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index cf37483..099beeb 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -68,19 +68,12 @@ worker_select_source ()
var_PKG_SOURCE_TYPE='cd'
var_FILE_URL="file:///src/core/pkg"
var_SYNC_URL= # optional, points to a repository string something like ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686 (eg the same format as what you find in /etc/pacman.conf)
- # if you override var_PKG_SOURCE_TYPE to 'net' (or ask user and he chooses ftp) don't forget to configure the network and to select_mirrors
-}
-
-
-worker_select_source_extras_menu ()
-{
- select_source_extras_menu
}
worker_runtime_network ()
{
- #network is assumed to be functional for now because we do it first with /arch/setup. once that falls away, we'll need to implement it here
+ #override if needed
true
}