PowerShell/.gitmodules
Andrew Schwartzmeyer b9e2d3f446 Update OMI submodule's remote URL
OMI was transferred to the Microsoft organization, with read access for all FTEs.
2016-01-20 10:51:00 -08:00

25 lines
775 B
Plaintext

[submodule "src/dsc"]
path = src/dsc
url = https://github.com/Microsoft/PowerShell-DSC-for-Linux.git
[submodule "src/libpsl-native"]
path = src/libpsl-native
url = https://github.com/PowerShell/psl-native.git
[submodule "src/monad"]
path = src/monad
url = https://github.com/PowerShell/psl-monad.git
[submodule "src/omi"]
path = src/omi
url = https://github.com/Microsoft/omi.git
branch = psrp/features
[submodule "src/omi-provider"]
path = src/omi-provider
url = https://github.com/PowerShell/psl-omi-provider.git
[submodule "src/windows-build"]
path = src/windows-build
url = https://github.com/PowerShell/psl-windows-build.git
[submodule "test/Pester"]
path = test/Pester
url = https://github.com/PowerShell/psl-pester.git
branch = develop
ignore = dirty