Opened 14 years ago
Last modified 13 years ago
#46 new enhancement
Coherent purpose for asadb/util/
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Size: | medium |
Description
At the moment, asadb/util/ seems to be used for two things:
- random utility libraries for the DB
- executable scripts for the DB
These two roles should be moved to different locations. util/ could continue to fulfill one of these, or they could both be moved.
Change History (6)
comment:1 Changed 14 years ago by adehnert
comment:2 Changed 14 years ago by adehnert
- Milestone changed from Initial Release to Near Release
comment:3 Changed 14 years ago by adehnert
- Size set to medium
comment:4 Changed 14 years ago by adehnert
- Component changed from Default to Core
comment:5 Changed 13 years ago by adehnert
- Component changed from Core to Infrastructure
comment:6 Changed 13 years ago by adehnert
- Milestone changed from Near Release to Sometime
Note: See
TracTickets for help on using
tickets.
My current thinking is to make util/ be Django library stuff, and bin/ (which would be new) and the individual app directories be random executables.
The split would be:
(And *.sh and static-data would move to bin/ as well. Though maybe not if dump_group_perms.py is moving to groups/, which suggests maybe I shouldn't do that move...)
Though, hmm, making bin/ empty and moving executables in util/ to the app directories doesn't require much of a stretch... That's awfully tempting...