Remove references to features/windows-support branch (#29565)

This commit is contained in:
Zack Galbreath 2022-03-17 13:29:29 -04:00 committed by GitHub
parent 27f608c800
commit 5a72204d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View File

@ -9,8 +9,3 @@ if ($(git branch --show-current) -ne "develop")
{ {
git branch develop origin/develop git branch develop origin/develop
} }
if ($(git branch --show-current) -ne "features/windows-support")
{
git branch features/windows-support origin/features/windows-support
}

View File

@ -1748,6 +1748,6 @@ For developers
The intent is to provide a Windows installer that will automatically set up The intent is to provide a Windows installer that will automatically set up
Python, Git, and Spack, instead of requiring the user to do so manually. Python, Git, and Spack, instead of requiring the user to do so manually.
Instructions for creating the installer are at Instructions for creating the installer are at
https://github.com/spack/spack/blob/features/windows-support/lib/spack/spack/cmd/installer/README.md. https://github.com/spack/spack/blob/develop/lib/spack/spack/cmd/installer/README.md
Alternatively a pre-built copy of the Windows installer is available as an artifact of Spack's Windows CI Alternatively a pre-built copy of the Windows installer is available as an artifact of Spack's Windows CI