summaryrefslogtreecommitdiffstats
path: root/acfupdate-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Modified acfupdate to use cfes. Tried to make it work out-of-the-box ↵Ted Trask2008-10-011-78/+102
| | | | | | without having to check out of svn first. Works except web server must be restarted afterwards. Also has ability to use different svn server, for those like me using port-forwarding. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1538 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified format library to operate on strings rather than files - makes it ↵Ted Trask2008-09-191-4/+2
| | | | | | more flexible. Removed dependencies and unnecessary _to_string functions - use table.concat instead. Changed remove_blanks_comments to parse_lines. Added parse_linesandwords, replace_line, insert_line, and get_line functions from parser.lua and removed parser.lua. Made slight changes to squid and devtools to reflect library changes. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1479 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now svn co|up skins to the right placeMika Havela2008-06-241-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1224 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code.Mika Havela2008-04-091-11/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@967 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up some old codeMika Havela2008-01-251-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@652 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can look at svn log 1 week back in time.Mika Havela2008-01-251-0/+25
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@651 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed but. Now the diff looks in the svn server if there is new updates ↵Mika Havela2008-01-241-2/+2
| | | | | | (before it only did a local diff) git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@638 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Perhibit the diff to be displayed as graphicsMika Havela2008-01-221-0/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@625 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added diff and status functionallity, and now displaying STDERR when ↵Mika Havela2007-12-281-3/+41
| | | | | | something goes wrong git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@457 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added devtools that could come in handy when developing ACF-files. This ↵Mika Havela2007-12-241-0/+44
'acfupdate' devtool is useful for checking out all latest updates to the running system. git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@452 ab2d0c66-481e-0410-8bed-d214d4d58bed