Skip to content

Commit 33e0a70

Browse files
Add emergence-github source
1 parent 32014c3 commit 33e0a70

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
Git::$repositories['emergence-github'] = [
4+
'remote' => 'https://github.com/JarvusInnovations/emergence-github.git',
5+
'originBranch' => 'master',
6+
'workingBranch' => 'master',
7+
'trees' => [
8+
'php-classes/Emergence/GitHub',
9+
'php-config/Emergence/GitHub',
10+
'php-config/Git.config.d/emergence-github.php',
11+
'site-root/connectors/github.php'
12+
]
13+
];

php-config/Git.config.d/laddr.php

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,21 @@
1616
'php-classes' => [
1717
'exclude' => [
1818
'#^/ReCaptcha/#', // exclude ReCaptcha library pulled from google repo
19-
'#^/Emergence/Redirects/#'
19+
'#^/Emergence/Redirects/#',
20+
'#^/Emergence/GitHub/#'
2021
]
2122
],
2223
'php-config' => [
2324
'exclude' => [
24-
'#^/Site.config.d/redirects.php$#' // exclude redirects library
25+
'#^/Site.config.d/redirects\.php$#', // exclude redirects library
26+
'#^/Emergence/GitHub/#'
2527
]
2628
],
2729
'php-migrations',
2830
'site-root' => [
2931
'exclude' => [
30-
'#^/redirects.php$#' // exclude redirects library
32+
'#^/redirects\.php$#', // exclude redirects library
33+
'#^/connectors/github\.php#'
3134
]
3235
]
3336
]

0 commit comments

Comments
 (0)