Opened 14 years ago
Closed 14 years ago
#72 closed enhancement (fixed)
Config retrieval script
| Reported by: | adehnert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Near Release |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Size: | tiny |
Description
We have some shell scripts that want to retrieve the database name, and will probably grow more such eventually. We should have a Python glue script to dump this data out, and use it in util/warehouse-refresh.sh (and probably elsewhere?).
Change History (3)
comment:1 Changed 14 years ago by adehnert
- Component changed from Default to Core
comment:2 Changed 14 years ago by adehnert
- Size set to tiny
comment:3 Changed 14 years ago by adehnert
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
commit 774f9999ae7abca5f8c5ae409ce0ed56b2d5a442 Author: Alex Dehnert <adehnert@mit.edu> Date: Thu Mar 29 19:59:27 2012 -0400 Make util/warehouse-refresh.sh use settings/fetch Resolves ASA Trac #72. commit 4d486978dee63967944a534db51c1cd5e68a5e79 Author: Alex Dehnert <adehnert@mit.edu> Date: Thu Mar 29 19:58:58 2012 -0400 Add a script to retrieve config settings