diff options
author | Russ Allbery <rra@stanford.edu> | 2013-02-13 18:25:53 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-02-13 18:28:37 -0800 |
commit | dc5d5b7d4a10cf44c356e8f920d852ef26601e1b (patch) | |
tree | 036fce0d7c1608af8892f5540c2f5e45226a45f9 /TODO | |
parent | b750e56ea3f93fbc09917cacfc6b2737ef9671a7 (diff) |
Install the wallet schema during make install
Install the wallet schema files generated by DBIx::Class for the
various supported database engines into /usr/local/share/wallet
(by default, using pkgdatadir) on make install. Set the default
$DB_DDL_DIRECTORY value in Wallet::Config accordingly.
Change-Id: I7ec52b171bc6aca2c3e1040c037e7cf24553231f
Reviewed-on: https://gerrit.stanford.edu/794
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -183,12 +183,6 @@ Administrative Interface: but it's supposed to work directly from the classes. Double-check this. -Installation: - - * WALLET-65: Install the SQL files and set a default value for - $DB_DDL_DIRECTORY. Document this in the installation instructions. - Test for the validity of that variable before doing upgrades? - Documentation: * WALLET-43: Write a conventions document for ACL naming, object naming, |