summaryrefslogtreecommitdiffstats
path: root/lib/distro-info/suse-10.1
Commit message (Collapse)AuthorAgeFilesLines
* * switched from perl-based distro-configuration files to "real" configurationOliver Tappe2007-08-155-9/+1066
| | | | | | | | | | | | | | | | | | | | | files (handled by Config::General) * removed most version specific distribution modules (only Debian-3.1 remains as it requires some special treatment). For all the other distributions, the specific info is now contained in the configuration files * added configuration files (settings.default) for every supported distribution (only Fedora is still missing some info) * added support for inclusion of (externally generated) mirror lists and automatic selection of the five best (fastest) mirrors from that list (20 are tried). For each repository, a mirror configuration file is created (in /etc/opt/openslx/distro-info/<distro>/mirrors/<repo>) after that info has been gathered. * added current mirror lists for each distribution repository to the distro-info hierarchy * updated settings.example to reflect new configuration syntax git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1322 95ad53e4-c205-0410-b2fa-d234c58c8868
* * adjusted example settings file to match new local-URL formatOliver Tappe2007-07-061-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1230 95ad53e4-c205-0410-b2fa-d234c58c8868
* * (hopefully) fixed problem with respect to wget repeatedly failing withOliver Tappe2007-05-291-0/+15
| | | | | | | | | | | | | | 'files exists' errors under some circumstances: we now simply remove that file and try again * renamed 'export-filter.local' to 'export-filter' and 'clone-filter.local' to 'clone-filter' * completed example files for clone-filter and export-filter for all distros * split distro-info in two parts: the static, shared part (now living in /opt/openslx/share) and the configurable part living in /etc/opt/openslx. This is the last part of settings file related changes, closing ticket#122 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1106 95ad53e4-c205-0410-b2fa-d234c58c8868
* * part two of settings file related changes (ticket#122): Oliver Tappe2007-05-281-0/+0
| | | | | | | - removed '.local' ending from several files git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1104 95ad53e4-c205-0410-b2fa-d234c58c8868
* * part one of settings file related changes (ticket#122): Oliver Tappe2007-05-281-0/+2
| | | | | | | | - 'settings.default' now lives in /opt/openslx/share - 'settings.local' has been renamed to 'settings' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1103 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support for 'local:'-URLs, which trigger the automatic start of a Oliver Tappe2007-05-281-3/+4
| | | | | | | | | | | | 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
* * moved default filters from files into the perl-modules (so no admin can ↵Oliver Tappe2007-03-131-49/+0Star
| | | | | | | | | follow the urge to edit them) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@765 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed clone-filter to export-filter as it is now applied during export, ↵Oliver Tappe2007-03-121-0/+0
| | | | | | not while cloning git-svn-id: http://svn.openslx.org/svn/openslx/trunk@757 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added copies of exclude-filter specifications for the systemsOliver Tappe2007-03-031-0/+49
| | | | | | | that are already supported by slxos-setup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@744 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed settings.local files to settings.local.example in order to not ↵Oliver Tappe2007-02-211-0/+0
| | | | | | | | | avoid mixing my local test-setup into the repository git-svn-id: http://svn.openslx.org/svn/openslx/trunk@707 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'settings'-file from distro-info subfolders, as the user should neverOliver Tappe2007-02-132-110/+3Star
| | | | | | | | edit these anyway. The default configurations are now part of the distro-specific perl-module. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@699 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added perl-ified slxos-setup script and the relevant perl-modules, still ↵Oliver Tappe2007-02-1211-0/+292
not done, but nearly there git-svn-id: http://svn.openslx.org/svn/openslx/trunk@698 95ad53e4-c205-0410-b2fa-d234c58c8868