Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 4ce083a

Browse files
authored
Merge pull request #813 from github/fixes/move-submodules
Move all submodules to the editor-tools org
2 parents 5bd53a9 + ac80d3a commit 4ce083a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
url = https://github.com/editor-tools/Rothko.git
44
[submodule "submodules/reactiveui"]
55
path = submodules/reactiveui
6-
url = https://github.com/shana/ReactiveUI
6+
url = https://github.com/editor-tools/ReactiveUI
77
[submodule "submodules/octokit.net"]
88
path = submodules/octokit.net
9-
url = https://github.com/shana/Octokit.Net
9+
url = https://github.com/editor-tools/Octokit.Net
1010
[submodule "submodules/splat"]
1111
path = submodules/splat
12-
url = https://github.com/shana/splat.git
12+
url = https://github.com/editor-tools/splat.git
1313
[submodule "submodules/akavache"]
1414
path = submodules/akavache
15-
url = https://github.com/shana/Akavache
15+
url = https://github.com/editor-tools/Akavache
1616
[submodule "script"]
1717
path = script
1818
url = [email protected]:github/VisualStudioBuildScripts

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GitHub Extension for Visual Studio
22

3+
**The location of the submodules has changed as of 31-01-2017.** If you have an existing clone, make sure to run `git submodule sync` to update your local clone with the new locations for the submodules.
4+
35
The GitHub Extension for Visual Studio provides GitHub integration in Visual Studio 2015.
46
Most of the extension UI lives in the Team Explorer pane, which is available from the View menu.
57

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ install:
44
$full_build = Test-Path env:GHFVS_KEY
55
66
git submodule init
7+
8+
git submodule sync
79
810
if ($full_build) {
911
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
@@ -14,7 +16,7 @@ install:
1416
git submodule deinit script
1517
}
1618
17-
git submodule update
19+
git submodule update --recursive --force
1820
1921
nuget restore GitHubVS.sln
2022
build_script:

0 commit comments

Comments
 (0)