Move monad to msostc

Run `git submodule sync` to update monad's remote.

diff --git c/.gitmodules i/.gitmodules
index 61529ee9f..3794c1aa8 100644
--- c/.gitmodules
+++ i/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "src/monad"]
 	path = src/monad
-	url = https://microsoft.visualstudio.com/DefaultCollection/PowerShell.Monad/_git/monad-sync1
+	url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad
 [submodule "ext-src/cppunit"]
 	path = ext-src/cppunit
 	url = git://anongit.freedesktop.org/git/libreoffice/cppunit/
This commit is contained in:
Andrew Schwartzmeyer 2015-10-21 12:33:38 -07:00
parent dc50755f91
commit c0293f1175
2 changed files with 1 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "src/monad"] [submodule "src/monad"]
path = src/monad path = src/monad
url = https://microsoft.visualstudio.com/DefaultCollection/PowerShell.Monad/_git/monad-sync1 url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/monad
[submodule "ext-src/cppunit"] [submodule "ext-src/cppunit"]
path = ext-src/cppunit path = ext-src/cppunit
url = git://anongit.freedesktop.org/git/libreoffice/cppunit/ url = git://anongit.freedesktop.org/git/libreoffice/cppunit/

View File

@ -57,7 +57,6 @@ To use Git's `https` protocol with VSO, you'll want to setup tokens, and have Gi
9. Choose "All scopes" 9. Choose "All scopes"
10. Click "Create Token" (you may want to copy this token somewhere safe, as VSO will not show it again!) 10. Click "Create Token" (you may want to copy this token somewhere safe, as VSO will not show it again!)
11. Use this token as the password when cloning (and your username for the username) 11. Use this token as the password when cloning (and your username for the username)
12. Make a token for <https://microsoft.visualstudio.com> and use it when the `monad` submodule is cloned
### Download source code ### Download source code