Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-17 | Add wallet-admin upgrade command to upgrade the database | Russ Allbery | |
Hook the new upgrade method of Wallet::Schema into Wallet::Admin and the wallet-admin wrapper script. | |||
2010-02-19 | Refactor reporting into a separate module and script | Russ Allbery | |
Move all reporting from Wallet::Admin to Wallet::Report and simplify the method names since they're now part of a dedicated reporting class. Similarly, create a new wallet-report script to wrap Wallet::Report, moving all reporting commands to it from wallet-admin, and simplify the commands since they're for a dedicated reporting script. Remove the contrib script wallet-report to wallet-summary so that it doesn't conflict with the new reporting backend script. | |||
2010-02-09 | Stop doing Autoconf substitution on some test suite code | Russ Allbery | |
Anything that only was using substitution for the paths to the build tree now uses $SOURCE and $BUILD instead. Stop doing substitution. Also fix tests/data/cmd-wrapper to use the environment variables. |