]> git.e2factory.org Git - e2factory.git/log
e2factory.git
12 years agoRemove outdated lua.tar.gz documentation part
Tobias Ulmer [Thu, 6 Sep 2012 15:28:43 +0000 (17:28 +0200)]
Remove outdated lua.tar.gz documentation part

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange the way we build Lua
Tobias Ulmer [Thu, 6 Sep 2012 15:27:15 +0000 (17:27 +0200)]
Change the way we build Lua

We're now using the internal version of Lua, and set LUA_PATH correctly.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoNothing to replace e2.lua.in anymore, move to its real name
Tobias Ulmer [Thu, 6 Sep 2012 10:58:47 +0000 (12:58 +0200)]
Nothing to replace e2.lua.in anymore, move to its real name

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoDo not set package.(c)path, lua does that for us
Tobias Ulmer [Thu, 6 Sep 2012 10:57:07 +0000 (12:57 +0200)]
Do not set package.(c)path, lua does that for us

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoAllow adjustment LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT
Tobias Ulmer [Thu, 6 Sep 2012 10:50:31 +0000 (12:50 +0200)]
Allow adjustment LUA_PATH_DEFAULT and LUA_CPATH_DEFAULT

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agovanilla lua-5.1.3.tar.gz
Tobias Ulmer [Wed, 5 Sep 2012 14:06:04 +0000 (16:06 +0200)]
vanilla lua-5.1.3.tar.gz

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoLock all modules and plugins with strict.lock()
Tobias Ulmer [Tue, 4 Sep 2012 12:11:07 +0000 (14:11 +0200)]
Lock all modules and plugins with strict.lock()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUse strict module, but allow plugins
Tobias Ulmer [Tue, 4 Sep 2012 12:07:58 +0000 (14:07 +0200)]
Use strict module, but allow plugins

Plugins needs permission to create a plugin_descriptor table in the
global environment. Permit this until we have extracted the necessary
information.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUse strict module, but still allow for extending the scm interface
Tobias Ulmer [Tue, 4 Sep 2012 12:07:01 +0000 (14:07 +0200)]
Use strict module, but still allow for extending the scm interface

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUse strict module, lock global env and default packages
Tobias Ulmer [Tue, 4 Sep 2012 12:06:12 +0000 (14:06 +0200)]
Use strict module, lock global env and default packages

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoDon't try to find a "print" field in a string, make sure it's a table
Tobias Ulmer [Tue, 4 Sep 2012 12:03:28 +0000 (14:03 +0200)]
Don't try to find a "print" field in a string, make sure it's a table

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRewrite the strict module.
Tobias Ulmer [Tue, 4 Sep 2012 09:54:17 +0000 (11:54 +0200)]
Rewrite the strict module.

Provide functions to lock tables, declare members etc.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoMark global symbols 'local'
Tobias Ulmer [Fri, 31 Aug 2012 12:57:55 +0000 (14:57 +0200)]
Mark global symbols 'local'

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoSynchronize e2.conf templates
Tobias Ulmer [Thu, 30 Aug 2012 14:55:05 +0000 (16:55 +0200)]
Synchronize e2.conf templates

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agocorrect typo in global-version
Tobias Ulmer [Fri, 13 Jan 2012 17:33:40 +0000 (18:33 +0100)]
correct typo in global-version

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire e2tool
Tobias Ulmer [Thu, 30 Aug 2012 11:04:43 +0000 (13:04 +0200)]
Require e2tool

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange e2tool module to a better encapsulated type
Tobias Ulmer [Thu, 30 Aug 2012 11:01:51 +0000 (13:01 +0200)]
Change e2tool module to a better encapsulated type

Rearrange functions to allow marking as many as possible 'local'.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoe2tool: strict is loaded via e2lib, cache is not needed
Tobias Ulmer [Wed, 29 Aug 2012 13:31:38 +0000 (15:31 +0200)]
e2tool: strict is loaded via e2lib, cache is not needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire environment
Tobias Ulmer [Wed, 29 Aug 2012 11:36:05 +0000 (13:36 +0200)]
Require environment

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange environment module to a better encapsulated type
Tobias Ulmer [Wed, 29 Aug 2012 11:35:13 +0000 (13:35 +0200)]
Change environment module to a better encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoReplace direct sha1 calls with the hash module
Tobias Ulmer [Tue, 28 Aug 2012 15:00:35 +0000 (17:00 +0200)]
Replace direct sha1 calls with the hash module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoAdd copyright notice
Tobias Ulmer [Tue, 28 Aug 2012 14:33:24 +0000 (16:33 +0200)]
Add copyright notice

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation of environment module
Tobias Ulmer [Tue, 28 Aug 2012 14:32:01 +0000 (16:32 +0200)]
Fix indentation of environment module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire policy module and adapt usage
Tobias Ulmer [Tue, 28 Aug 2012 12:16:15 +0000 (14:16 +0200)]
Require policy module and adapt usage

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange policy module to a better encapsulated type
Tobias Ulmer [Tue, 28 Aug 2012 12:13:50 +0000 (14:13 +0200)]
Change policy module to a better encapsulated type

Change default_build_mode to a function call, mark helper functions as
local, remove unused functions

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation of policy module
Tobias Ulmer [Tue, 28 Aug 2012 10:05:59 +0000 (12:05 +0200)]
Fix indentation of policy module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation of e2tool
Tobias Ulmer [Tue, 28 Aug 2012 09:57:53 +0000 (11:57 +0200)]
Fix indentation of e2tool

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove unused functions
Tobias Ulmer [Tue, 28 Aug 2012 09:45:46 +0000 (11:45 +0200)]
Remove unused functions

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation of e2build.lua
Tobias Ulmer [Tue, 28 Aug 2012 09:42:34 +0000 (11:42 +0200)]
Fix indentation of e2build.lua

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire e2build, remove where not needed
Tobias Ulmer [Tue, 28 Aug 2012 09:39:34 +0000 (11:39 +0200)]
Require e2build, remove where not needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange e2build module to a better encapsulated type
Tobias Ulmer [Tue, 28 Aug 2012 09:37:32 +0000 (11:37 +0200)]
Change e2build module to a better encapsulated type

Reorder local functions to allow marking them local, comment unused
functions

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove nonsensical comments
Tobias Ulmer [Thu, 23 Aug 2012 11:00:35 +0000 (13:00 +0200)]
Remove nonsensical comments

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Thu, 23 Aug 2012 10:57:43 +0000 (12:57 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoInstall cvs, files, git and svn as plugins
Tobias Ulmer [Wed, 22 Aug 2012 14:33:42 +0000 (16:33 +0200)]
Install cvs, files, git and svn as plugins

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoDon't require() plugins, they are loaded via the plugin interface
Tobias Ulmer [Wed, 22 Aug 2012 14:32:31 +0000 (16:32 +0200)]
Don't require() plugins, they are loaded via the plugin interface

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoMake real plugins out of cvs, files, git and svn
Tobias Ulmer [Wed, 22 Aug 2012 14:31:37 +0000 (16:31 +0200)]
Make real plugins out of cvs, files, git and svn

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoMove git.git_remote_add() to generic_git module
Tobias Ulmer [Wed, 22 Aug 2012 14:27:40 +0000 (16:27 +0200)]
Move git.git_remote_add() to generic_git module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoMove generic source functions from git to scm
Tobias Ulmer [Wed, 22 Aug 2012 14:25:46 +0000 (16:25 +0200)]
Move generic source functions from git to scm

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoInitialize plugins in topological order, add dependency mechanism
Tobias Ulmer [Wed, 22 Aug 2012 14:17:27 +0000 (16:17 +0200)]
Initialize plugins in topological order, add dependency mechanism

For one plugin to depend on another plugin, add a depends table to its
plugin descriptor and fill it with the filenames of other plugins.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Mon, 20 Aug 2012 13:43:49 +0000 (15:43 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire scm
Tobias Ulmer [Mon, 20 Aug 2012 13:24:24 +0000 (15:24 +0200)]
Require scm

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange scm module to a better encapsulated type
Tobias Ulmer [Mon, 20 Aug 2012 13:24:00 +0000 (15:24 +0200)]
Change scm module to a better encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRename local tools for better identification in the source tree
Tobias Ulmer [Mon, 20 Aug 2012 12:14:23 +0000 (14:14 +0200)]
Rename local tools for better identification in the source tree

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Mon, 20 Aug 2012 11:02:39 +0000 (13:02 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Mon, 20 Aug 2012 10:45:12 +0000 (12:45 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoImprove e2option documentation
Tobias Ulmer [Mon, 20 Aug 2012 09:57:28 +0000 (11:57 +0200)]
Improve e2option documentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove unused e2option.command() support
Tobias Ulmer [Mon, 20 Aug 2012 09:41:29 +0000 (11:41 +0200)]
Remove unused e2option.command() support

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove unused variable program_name
Tobias Ulmer [Mon, 20 Aug 2012 09:39:46 +0000 (11:39 +0200)]
Remove unused variable program_name

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove opts.arguments and access arguments directly
Tobias Ulmer [Mon, 20 Aug 2012 09:37:28 +0000 (11:37 +0200)]
Remove opts.arguments and access arguments directly

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove confusing warning message
Tobias Ulmer [Mon, 20 Aug 2012 09:02:08 +0000 (11:02 +0200)]
Remove confusing warning message

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRewrite userdefaultoptions() to give it a chance of working, fixes #1015
Tobias Ulmer [Fri, 17 Aug 2012 14:07:01 +0000 (16:07 +0200)]
Rewrite userdefaultoptions() to give it a chance of working, fixes #1015

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoTighten argument parsing, fixes #1010
Tobias Ulmer [Fri, 17 Aug 2012 12:27:09 +0000 (14:27 +0200)]
Tighten argument parsing, fixes #1010

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Thu, 16 Aug 2012 16:39:00 +0000 (18:39 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUse same array index style as everywhere else
Tobias Ulmer [Wed, 15 Aug 2012 14:49:15 +0000 (16:49 +0200)]
Use same array index style as everywhere else

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUse stat() in isdir(), invert logic in isfile()
Tobias Ulmer [Wed, 15 Aug 2012 14:48:14 +0000 (16:48 +0200)]
Use stat() in isdir(), invert logic in isfile()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove buggy get_first_val(), rewrite only place it was used
Tobias Ulmer [Wed, 15 Aug 2012 14:09:52 +0000 (16:09 +0200)]
Remove buggy get_first_val(), rewrite only place it was used

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Wed, 15 Aug 2012 12:58:52 +0000 (14:58 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire e2lib
Tobias Ulmer [Wed, 15 Aug 2012 12:29:40 +0000 (14:29 +0200)]
Require e2lib

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange e2lib module to a better encapsulated type
Tobias Ulmer [Wed, 15 Aug 2012 12:07:27 +0000 (14:07 +0200)]
Change e2lib module to a better encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Mon, 13 Aug 2012 10:27:57 +0000 (12:27 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire e2option
Tobias Ulmer [Mon, 13 Aug 2012 10:20:07 +0000 (12:20 +0200)]
Require e2option

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange e2option module to a better encapsulated type
Tobias Ulmer [Mon, 13 Aug 2012 10:19:16 +0000 (12:19 +0200)]
Change e2option module to a better encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoInline init_plugin() and exit_plugin()
Tobias Ulmer [Mon, 13 Aug 2012 10:16:56 +0000 (12:16 +0200)]
Inline init_plugin() and exit_plugin()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove totally outdated documentation
Tobias Ulmer [Fri, 10 Aug 2012 09:15:36 +0000 (11:15 +0200)]
Remove totally outdated documentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove all traces of e2-2.1 based tools.
Tobias Ulmer [Fri, 10 Aug 2012 09:12:13 +0000 (11:12 +0200)]
Remove all traces of e2-2.1 based tools.

e2-2.1 was never supported by e2factory-2.3

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove e2local and compiled lua libs
Tobias Ulmer [Fri, 10 Aug 2012 07:30:30 +0000 (09:30 +0200)]
Remove e2local and compiled lua libs

Finally get rid of compiled lua libs, an artifact from the past.  Also
remove the confusion around "e2local" which was just e2lib and other
modules bunched together in the past.

Following the removal of e2local, we can also get rid of loading
compiled lua bytecode, except where needed for backwards compatibility.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove the collections module
Tobias Ulmer [Thu, 9 Aug 2012 08:29:31 +0000 (10:29 +0200)]
Remove the collections module

The single use of string.explode is replaced by an inline version of the
same functionality.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire the plugin module
Tobias Ulmer [Wed, 8 Aug 2012 14:00:18 +0000 (16:00 +0200)]
Require the plugin module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Wed, 8 Aug 2012 13:59:46 +0000 (15:59 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange the plugin module to a more encapsulated type
Tobias Ulmer [Wed, 8 Aug 2012 13:57:23 +0000 (15:57 +0200)]
Change the plugin module to a more encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoAdd copyright header in plugin module
Tobias Ulmer [Wed, 8 Aug 2012 12:45:30 +0000 (14:45 +0200)]
Add copyright header in plugin module

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire err module, change new_error() to err.new()
Tobias Ulmer [Wed, 8 Aug 2012 12:39:34 +0000 (14:39 +0200)]
Require err module, change new_error() to err.new()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoSync documentation, new_error() is no more
Tobias Ulmer [Wed, 8 Aug 2012 12:37:28 +0000 (14:37 +0200)]
Sync documentation, new_error() is no more

12 years agoFix indentation
Tobias Ulmer [Wed, 8 Aug 2012 12:36:59 +0000 (14:36 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange the err module to a more encapsulated type
Tobias Ulmer [Wed, 8 Aug 2012 12:19:19 +0000 (14:19 +0200)]
Change the err module to a more encapsulated type

Also rename new_error() to err.new() and remove it from the global
environment.

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove lua-version-map.lua.in, it appears to be unused
Tobias Ulmer [Tue, 7 Aug 2012 14:25:30 +0000 (16:25 +0200)]
Remove lua-version-map.lua.in, it appears to be unused

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Tue, 7 Aug 2012 14:17:07 +0000 (16:17 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire luafile
Tobias Ulmer [Tue, 7 Aug 2012 14:10:48 +0000 (16:10 +0200)]
Require luafile

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange the luafile module to a more encapsulated type
Tobias Ulmer [Tue, 7 Aug 2012 14:10:24 +0000 (16:10 +0200)]
Change the luafile module to a more encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Tue, 7 Aug 2012 13:02:39 +0000 (15:02 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Tue, 7 Aug 2012 12:31:17 +0000 (14:31 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire the tools module where needed
Tobias Ulmer [Tue, 7 Aug 2012 12:18:40 +0000 (14:18 +0200)]
Require the tools module where needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange the tools module to a more encapsulated type
Tobias Ulmer [Tue, 7 Aug 2012 12:17:58 +0000 (14:17 +0200)]
Change the tools module to a more encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoFix indentation
Tobias Ulmer [Tue, 7 Aug 2012 10:39:28 +0000 (12:39 +0200)]
Fix indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire the transport module where needed
Tobias Ulmer [Tue, 7 Aug 2012 10:37:32 +0000 (12:37 +0200)]
Require the transport module where needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoMark return vars as local
Tobias Ulmer [Tue, 7 Aug 2012 10:25:55 +0000 (12:25 +0200)]
Mark return vars as local

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire the url module where needed
Tobias Ulmer [Tue, 7 Aug 2012 10:03:17 +0000 (12:03 +0200)]
Require the url module where needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange url module to a more encapsulated type
Tobias Ulmer [Tue, 7 Aug 2012 09:54:10 +0000 (11:54 +0200)]
Change url module to a more encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRequire lock module where needed
Tobias Ulmer [Tue, 7 Aug 2012 08:47:27 +0000 (10:47 +0200)]
Require lock module where needed

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange lock module to the same encapsulated type
Tobias Ulmer [Tue, 7 Aug 2012 08:15:48 +0000 (10:15 +0200)]
Change lock module to the same encapsulated type

While there, unify indentation and add the license header

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUnify indentation
Tobias Ulmer [Tue, 7 Aug 2012 07:44:29 +0000 (09:44 +0200)]
Unify indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoExplicity require generic_git
Tobias Ulmer [Tue, 7 Aug 2012 07:33:55 +0000 (09:33 +0200)]
Explicity require generic_git

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange generic_git module to a more encapsulated type
Tobias Ulmer [Tue, 7 Aug 2012 07:32:34 +0000 (09:32 +0200)]
Change generic_git module to a more encapsulated type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoCollect unused function impairs()
Tobias Ulmer [Mon, 6 Aug 2012 15:42:19 +0000 (17:42 +0200)]
Collect unused function impairs()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoCVS module requires hash as well
Tobias Ulmer [Mon, 6 Aug 2012 15:29:51 +0000 (17:29 +0200)]
CVS module requires hash as well

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoAdd luadoc for cache.valid_server()
Tobias Ulmer [Mon, 6 Aug 2012 09:51:38 +0000 (11:51 +0200)]
Add luadoc for cache.valid_server()

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoUnify indentation
Tobias Ulmer [Mon, 6 Aug 2012 09:13:08 +0000 (11:13 +0200)]
Unify indentation

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agorequire cache module explicitly
Tobias Ulmer [Mon, 6 Aug 2012 09:09:39 +0000 (11:09 +0200)]
require cache module explicitly

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoChange cache module to better protected type
Tobias Ulmer [Mon, 6 Aug 2012 09:08:25 +0000 (11:08 +0200)]
Change cache module to better protected type

Signed-off-by: Tobias Ulmer <tu@emlix.com>
12 years agoRemove disabled debug code in cache.new_cache()
Tobias Ulmer [Sat, 4 Aug 2012 01:22:37 +0000 (03:22 +0200)]
Remove disabled debug code in cache.new_cache()

Signed-off-by: Tobias Ulmer <tu@emlix.com>