aboutsummaryrefslogtreecommitdiffstats
path: root/tools/migration/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* migrator: Don't create unused directoryKim Alvefur2020-04-191-1/+0
| | | | I guess this contained the old per-store migrators
* migrator: Inject data- and plugin paths during buildKim Alvefur2020-04-191-1/+3
| | | | Same way as with the prosody and prosodyctl executables
* migrator: Rewrite to use storage modulesKim Alvefur2019-05-051-5/+2
| | | | | This allows migrating to and from any storage module that supports the right methods. Based on experimental mod_migrate work.
* configure, Makefile: Add --libdir option to ./configure, allowing you to ↵Matthew Wild2015-02-201-3/+3
| | | | override the $PREFIX/lib/ default. Fixes #470.
* tools/migration/Makefile: Apply Lua runtime override (see 53f741a5a73a)Kim Alvefur2013-03-311-1/+2
|
* tools/migration: Rename main.lua -> prosody-migrator.lua and update the MakefileMatthew Wild2011-03-211-3/+3
|
* tools/migration/Makefile: Don't install main.lua (we already install it as ↵Matthew Wild2011-03-031-2/+2
| | | | prosody-migrator) (thanks Enrico)
* tools/migration/*: Numerous changes and restructuring, and the addition of a ↵Matthew Wild2011-02-261-0/+38
Makefile