Skip to content

Commit

Permalink
wip: sync latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nbey committed Oct 16, 2019
1 parent b7d6fb3 commit c65bb9c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .holo/branches/emergence-site/_skeleton-v2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[holomapping]
files = [
"*/**",
"!php-config/Git.config.d/"
]
6 changes: 4 additions & 2 deletions .holo/branches/emergence-site/_slate-cbl-baxter.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[holomapping]
files = "*/**"
after = "*"
files = [
"*/**"
]
after = [ "slate-cbl" ]
12 changes: 10 additions & 2 deletions .holo/branches/emergence-site/_slate-cbl.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[holomapping]
files = [
"**",
"!php-config/Git.config.d/"
"!php-config/Git.config.d/",
# exclude the submodules we're using temporarily to support local dev
# -- they would overwrite the trees coming in the right way through projection

"!sencha-workspace/ext",
"!sencha-workspace/packages.remote/",
"!sencha-workspace/.sencha/",
"!sencha-workspace/workspace.json",
"sencha-workspace/plan.abstract.sh"
]
before = "*"
after = [ "skeleton-v2" ]
3 changes: 3 additions & 0 deletions .holo/branches/emergence-skeleton.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[holobranch]
extend = "emergence-site"
lens = false
6 changes: 6 additions & 0 deletions .holo/sources/skeleton-v2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[holosource]
url = "https://github.com/JarvusInnovations/emergence-skeleton-v2"
ref = "refs/heads/releases/v2"

[holosource.project]
holobranch = "emergence-skeleton"

0 comments on commit c65bb9c

Please sign in to comment.