From 7926993940c0d4f8b1bab9557cf972364d782402 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 28 May 2007 21:10:57 +0000 Subject: * added support for 'local:'-URLs, which trigger the automatic start of a busybox-httpd for each repository, through which every request will be routed (thus giving access to files outside of the chroot) * renamed executeInSubprocess() to callInSubprocess() and added a real implementation of executeInSubprocess(), too * updated all settings.local.example files to reflect the new way of accessing local files git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1102 95ad53e4-c205-0410-b2fa-d234c58c8868 --- lib/distro-info/fedora-6_x86_64/settings.local.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/distro-info/fedora-6_x86_64/settings.local.example') diff --git a/lib/distro-info/fedora-6_x86_64/settings.local.example b/lib/distro-info/fedora-6_x86_64/settings.local.example index 75115e1a..b41c94f8 100644 --- a/lib/distro-info/fedora-6_x86_64/settings.local.example +++ b/lib/distro-info/fedora-6_x86_64/settings.local.example @@ -1,7 +1,7 @@ -# Use local installation sources. -# $repository{base}->{url} = 'ftp://localhost/pub/opensuse/distribution/SL-10.1/inst-source'; -# $repository{base_update}->{url} = 'ftp://localhost/pub/suse/update/10.1'; -# +# use local installation sources +$repository{'base'}->{'url'} = "local://localhost:5080/srv/ftp/pub/opensuse/distribution/SL-10.1/inst-source"; +$repository{'base_update'}->{'url'} = "local://localhost:5082/srv/ftp/pub/suse/update/10.1"; + # Add a new selection: # $selection{'my-kde'} = "$selection{default} # foo -- cgit v1.2.3-55-g7522