From c0293f11753692c222ca5c19b48b054accf55d88 Mon Sep 17 00:00:00 2001 From: Andrew Schwartzmeyer Date: Wed, 21 Oct 2015 12:33:38 -0700 Subject: [PATCH] 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/ --- .gitmodules | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 61529ee9ff..3794c1aa80 100644 --- a/.gitmodules +++ b/.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/ diff --git a/README.md b/README.md index a209963e0d..350264fd43 100644 --- a/README.md +++ b/README.md @@ -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" 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) -12. Make a token for and use it when the `monad` submodule is cloned ### Download source code