This website requires JavaScript.
Explore
Help
Register
Sign in
kevinheyer
/
bootstrap-vz
Watch
1
Star
0
Fork
You've already forked bootstrap-vz
0
mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced
2025-08-24 15:36:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1e0aa634d2
bootstrap-vz
/
plugins
/
build_metadata
/
__init__.py
6 lines
103 B
Python
Raw
Normal View
History
Unescape
Escape
Plugin architecture working
2013-05-16 08:00:28 +02:00
Rename tasks() to avoid clashes with modules The functions are now called resolve_tasks() and resolve_rollback_tasks(). A little more verbose function names but also clearer.
2013-12-02 00:00:59 +01:00
def
resolve_tasks
(
tasklist
,
manifest
)
:
Implemented build_metadata plugin
2013-08-10 18:32:23 +02:00
from
tasks
import
WriteMetadata
Reorder plugin init scripts Let validate_manifest() always be the first function
2013-12-01 23:56:17 +01:00
tasklist
.
add
(
WriteMetadata
)
Reference in a new issue
Copy permalink