re-enable assistand and webapp in stack.yaml
Did not intend for 02ef3d6a64
to
disable them.
This commit is contained in:
parent
8e7aeb0e74
commit
7ddc0953d8
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
flags:
|
flags:
|
||||||
git-annex:
|
git-annex:
|
||||||
production: true
|
production: true
|
||||||
assistant: false
|
assistant: true
|
||||||
pairing: true
|
pairing: true
|
||||||
torrentparser: true
|
torrentparser: true
|
||||||
webapp: false
|
webapp: true
|
||||||
magicmime: false
|
magicmime: false
|
||||||
dbus: false
|
dbus: false
|
||||||
debuglocks: false
|
debuglocks: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue