Commit graph

53 commits

Author SHA1 Message Date
Santiago Torres
a6525ee985 Updated the developer tool to inherit the Targets object
The motivation behind this change is code reutilization and quick
updating. Most of the methods called in the old version of the developer
tool immediate to the targets counterpart. The calling convention now
resembles more objective intended without losing any functionality and
with automatic updates from any changes in the repository_tool.

The project object used to have a Targets object contained. This did
make more sense in a conceptual way (a project could have had more roles
than only targets). However, after reviewing the functionality of the
tool, it seems clear that the best way to adopt the changes
automatically is to inherit the targets object.

Soft wrappers are still to be made, we need to override the
add_verification_key method to in order to avoid having more than one
key on the project.
2014-03-31 18:47:56 -04:00
Santiago Torres
0b72d27599 changed the prefix argument in create project to location_in_repository
This is intended to make the function more user-friendly by having a
more self-explanatory argument name.
2014-03-24 13:41:30 -04:00
Santiago Torres
4f5f2c68b0 Renamed devtools to the appropriate name 2014-03-16 15:36:42 -04:00
Renamed from tuf/devtools.py (Browse further)