Modify ↓
Ticket #728 (closed enhancement: fixed)
"Provides" language in Packages.py is confusing
Reported by: | David Strauss <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | trivial | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-client | Version: | 1.0 |
Keywords: | Cc: |
Description
"Provides" is a transitive verb where the direct object is the item being provided. The Packages.py code does not use it this way, which is confusing.
Instead of "provides" as a noun, "providers" seems to be better. Better yet is proper use of the verb "to provide": Change "VPackage [1]: has provides [f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2)" to "Package(s) [f5e4281313ff9004be488e420f90d5fe413bb5c1] (SVN r2) provide(s) requirement [1]"
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Fixed in [92ceb3f85bc5d04699331caea3848c3ebfb9efb6] (SVN r5427)