Skip to content

Commit

Permalink
Merge pull request #63 from ambiata/topic/wcard
Browse files Browse the repository at this point in the history
Wildcard boris config
  • Loading branch information
olorin authored Nov 23, 2016
2 parents e32c3ea + 8d8d87f commit 87ea92a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
32 changes: 4 additions & 28 deletions boris-git.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
[boris]
version = 1

[build.validate]
[build.dist-*]
git = "refs/heads/master"

[build.dist-7-10]
git = "refs/heads/master"

[build.dist-8-0]
git = "refs/heads/master"

[build.dist-cabal-test]
git = "refs/heads/master"

[build.branches-7-8]
git = "refs/heads/topic/*"

[build.branches-7-10]
[build.branches-*]
git = "refs/heads/topic/*"

[build.branches-8-0]
git = "refs/heads/topic/*"

[build.branches-cabal-test]
git = "refs/heads/topic/*"

[build.submodules]
git = "refs/heads/master"

[build.submodules-branches]
git = "refs/heads/topic/*"

[build.rebased]
git = "refs/heads/master"
[build.all-*]
git = "refs/heads/**"
2 changes: 1 addition & 1 deletion boris.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[boris]
version = 1

[build.validate]
[build.dist-validate]
command = [["validate-respect"]]

[build.dist-7-10]
Expand Down

0 comments on commit 87ea92a

Please sign in to comment.