summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* * fixed wrong name of folderOliver Tappe2007-04-2911-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@957 95ad53e4-c205-0410-b2fa-d234c58c8868
* * use Carp::Heavy explicitly in order to avoid problemsOliver Tappe2007-04-261-1/+6
| | | | | | | | with dynamic loading later, in case of being chrooted. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@932 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed problem in slxsystem that would cause unexpected exits if anyOliver Tappe2007-04-261-2/+3
| | | | | | | | command returned -1 * removed superfluous and confusing message for every unknown message key git-svn-id: http://svn.openslx.org/svn/openslx/trunk@929 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added support to copyFile for passing in the name of the target file (toOliver Tappe2007-04-261-11/+9Star
| | | | | | | rename during copy) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@928 95ad53e4-c205-0410-b2fa-d234c58c8868
* * switch default database type from 'CSV' to 'SQLite', as we noOliver Tappe2007-04-231-1/+1
| | | | | | | longer need the editing capabilities of CSV. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@921 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added our implementation of warn() to increase the visibility of warnings.Oliver Tappe2007-04-151-1/+15
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@893 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanup with respect to how modules/classes are loadedOliver Tappe2007-04-141-2/+26
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@890 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed die() to provide exit-value 5 if no error is indicated by $!, such ↵Oliver Tappe2007-04-011-0/+1
| | | | | | | | | that it is always possible to determine the success/failure of a script from external callers git-svn-id: http://svn.openslx.org/svn/openslx/trunk@846 95ad53e4-c205-0410-b2fa-d234c58c8868
* * inserted correct copyright headerOliver Tappe2007-03-234-15/+43
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@813 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added executeInSubprocess() which encapsulates the starting andOliver Tappe2007-03-171-5/+44
| | | | | | | | | reliable killing of a subprocess * added slxsystem() which handles any killed child processes more properly (by exiting the parent, too). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@781 95ad53e4-c205-0410-b2fa-d234c58c8868
* * linkFile() now ignores any existing link-targetOliver Tappe2007-03-171-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@780 95ad53e4-c205-0410-b2fa-d234c58c8868
* * largish overhaul, changed ConfigDB to be object-oriented (could be ↵Oliver Tappe2007-03-152-1/+19
| | | | | | | | | | | improved, though!) * slxos-setup, slxos-export, slxconfig and slxconfig-demuxer can now be run one after the other in order to get a complete setup * still problems when trying to boot that system here, need to investigate... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@774 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed non-local $/ in slurpFile()Oliver Tappe2007-03-141-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@770 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added simple example file for export-filter.localOliver Tappe2007-03-131-0/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@766 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved default filters from files into the perl-modules (so no admin can ↵Oliver Tappe2007-03-134-191/+0Star
| | | | | | | | | follow the urge to edit them) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@765 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added an option to slurpFile() which causes it to not fail in case the ↵Oliver Tappe2007-03-131-2/+5
| | | | | | | | | required file doesn't exist. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@762 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added Utils.pm that contains helpful functions used throughout OpenSLXOliver Tappe2007-03-121-0/+78
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@758 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed clone-filter to export-filter as it is now applied during export, ↵Oliver Tappe2007-03-123-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-034-0/+191
| | | | | | | that are already supported by slxos-setup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@744 95ad53e4-c205-0410-b2fa-d234c58c8868
* * vlog now only adds linefeed if neededOliver Tappe2007-03-031-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@743 95ad53e4-c205-0410-b2fa-d234c58c8868
* * renamed settings.local files to settings.local.example in order to not ↵Oliver Tappe2007-02-214-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
* * slxos-setup und die Metadaten der Systeme aktualisiertOliver Tappe2007-02-2127-0/+596
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@704 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed versionOliver Tappe2007-02-131-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@700 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed 'settings'-file from distro-info subfolders, as the user should neverOliver Tappe2007-02-134-226/+8Star
| | | | | | | | 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-1217-1/+473
| | | | | | | | | not done, but nearly there git-svn-id: http://svn.openslx.org/svn/openslx/trunk@698 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added stage1-path as config-optionOliver Tappe2007-02-051-1/+5
| | | | | | | * minor cleanup git-svn-id: http://svn.openslx.org/svn/openslx/trunk@685 95ad53e4-c205-0410-b2fa-d234c58c8868
* * updatedOliver Tappe2007-02-052-14/+64
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@684 95ad53e4-c205-0410-b2fa-d234c58c8868
* * updatedOliver Tappe2007-02-032-7/+153
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@676 95ad53e4-c205-0410-b2fa-d234c58c8868
* * first try at restoring mysteriously missing files... oops!Oliver Tappe2007-01-143-0/+787
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@626 95ad53e4-c205-0410-b2fa-d234c58c8868