summaryrefslogtreecommitdiffstats
path: root/lib/OpenSLX/Utils.pm
Commit message (Expand)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-021-701/+0Star
* add trim to utilsSebastian2010-01-121-1/+12
* * fixed pretty stupid bug that involved mixed use of bufferd/non-buffered IOOliver Tappe2009-06-091-1/+1
* Sorry, wrong r2434 - fixing problem in reply to the list ...Dirk von Suchodoletz2008-12-181-1/+2
* ..Dirk von Suchodoletz2008-12-171-14/+0Star
* * fix (hopefully)Sebastian Schmelzer2008-12-171-5/+3Star
* Trying to simplify stuff in plugins (checks if a certain packageDirk von Suchodoletz2008-12-171-0/+14
* More general location of helper functions (to check if a certainDirk von Suchodoletz2008-12-171-0/+30
* * drop trailing slashed from lock names as the respective file can't beOliver Tappe2008-09-131-0/+3
* * implemented support for recursive file-based locksOliver Tappe2008-09-131-12/+83
* * moved code from MakeInitRamFS::Engine that determines the list of availableOliver Tappe2008-05-311-0/+26
* * added PODs to all Perl-modules in lib, documenting those functions that are...Oliver Tappe2008-04-061-5/+236
* * added TODO about missing documentationOliver Tappe2008-03-311-0/+2
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-201-214/+214
* * made hostIs64Bit() available as util functionOliver Tappe2008-03-111-0/+7
* * fixed problem with respect to prefixing paths to absolute linksOliver Tappe2008-02-141-2/+2
* * slurpFile now supports returning the file as an array of linesOliver Tappe2008-02-011-5/+13
* * added support to spitFile() for setting the mode of theOliver Tappe2008-01-221-3/+7
* * use mkpath() instead of system()Oliver Tappe2008-01-161-3/+4
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-1/+1
* * fixed encoding problem of PXE-config file outputOliver Tappe2008-01-111-4/+20
* * small cleanupOliver Tappe2007-09-231-2/+2
* * added readPassword() to Utils.pm, a function which fetches a passwordOliver Tappe2007-09-231-0/+13
* * switched from perl-based distro-configuration files to "real" configurationOliver Tappe2007-08-151-0/+46
* * finished installation support for Debian-etch, Debian-sarge and UbuntuOliver Tappe2007-07-281-7/+20
* * changed several class interfaces as a result of trying to integrate supportOliver Tappe2007-07-281-4/+4
* * reworked OpenSLX::OSSetup::Distro structure to incorporateOliver Tappe2007-07-251-2/+71
* * replaces most occurrences of confess() with croak(), as that is less noisy.Oliver Tappe2007-07-181-1/+0Star
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-0/+2
* * moved checkFlags() from Utils to Basics and used it there (in Oliver Tappe2007-07-021-14/+0Star
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-29/+87
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-1/+1
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-1/+18
* * moved instantiateClass() from OpenSLX::Utils to OpenSLX::BasicsOliver Tappe2007-05-071-23/+1Star
* * added support to copyFile for passing in the name of the target file (toOliver Tappe2007-04-261-11/+9Star
* * cleanup with respect to how modules/classes are loadedOliver Tappe2007-04-141-2/+26
* * inserted correct copyright headerOliver Tappe2007-03-231-3/+10
* * linkFile() now ignores any existing link-targetOliver Tappe2007-03-171-1/+1
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-151-0/+1
* * fixed non-local $/ in slurpFile()Oliver Tappe2007-03-141-1/+1
* * added an option to slurpFile() which causes it to not fail in case the requ...Oliver Tappe2007-03-131-2/+5
* * added Utils.pm that contains helpful functions used throughout OpenSLXOliver Tappe2007-03-121-0/+78