-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathquack.yaml
More file actions
34 lines (31 loc) · 804 Bytes
/
quack.yaml
File metadata and controls
34 lines (31 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Quack build configuration.
name: Quack
description: Quack configuration
version: 0.0.6
gitignore: true
modules:
pyanalytic:
repository: https://github.com/zonito/PyAnalytics.git
path: pyanalytics
branch: dev
subscribe:
repository: https://github.com/zonito/subscribe.git
hexsha: 9e3e9642cfea36f4ae216d27df100134920143b9
toggleicon:
repository: https://github.com/zonito/z-toggleicon.git
tag: v1.0
html2text.py:
repository: https://github.com/aaronsw/html2text.git
isfile: true
path: html2text.py
profiles:
init:
tasks: ['modules',
'quack:pyanalytic/build.yaml:update',
'cmd:pwd']
update:
tasks: ['modules:html2text.py']
dependencies:
quack: 'pyanalytic/build.yaml:update'
clean:
tasks: ['-modules']