summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 01:29:23 -0400
committerJoey Hess2016-04-02 01:48:04 -0400
commite3920861ee444945e54fd42ce0f599d585155652 (patch)
treed7297452d9cea6fa4a5f6bc82e69ed3560a641fb /stack.yaml
parente8d767448a64b0ad529015c7125d97811f9cbbd7 (diff)
Stack support.
* Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 00000000..6b5e859c
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,6 @@
+resolver: lts-5.10
+packages:
+- '.'
+flags:
+ propellor:
+ usestack: true