]> git.e2factory.org Git - e2factory.git/commit
cleanup: refactor scm related code.
authorGordon Hecker <gh@emlix.com>
Thu, 21 Jan 2010 17:17:57 +0000 (18:17 +0100)
committerGordon Hecker <gh@emlix.com>
Fri, 12 Feb 2010 09:51:59 +0000 (10:51 +0100)
commit97dffedbc7859d52f4c3289d9a6db857b1a304ce
treee23857b5a2258bf6dc291b5e5fceb617f2d877c7
parentf321e4d11b391a4a5193b7e274cf6ca2cbcc4f35
cleanup: refactor scm related code.

The e2scm module was renamed to scm and code size was reduced by 75 percent
by unifying interfaces.
The following modules were turned into proper lua modules:
* scm (e2scm)
* files
* git
* svn
* cvs

Signed-off-by: Gordon Hecker <gh@emlix.com>
local/Makefile
local/cvs.lua
local/e2scm.lua [deleted file]
local/e2tool.lua
local/fetch-sources.lua
local/files.lua
local/git.lua
local/scm.lua [new file with mode: 0644]
local/svn.lua