Skip to content

Commit 93132ae

Browse files
committed
docs(templating): move note about Windows variants to backlog
No one currently deploys SATOSA on Windows, although it's plausible. This is best tracked by the IdPy project management system, intead of a note in the script.
1 parent 8f4ae8b commit 93132ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apply-templates.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ for version; do
4444
export variant
4545

4646
case "$dir" in
47-
# FIXME: this maybe broke after modifying the variant naming scheme
4847
windows/*)
4948
windowsVariant="${variant%%-*}" # "windowsservercore", "nanoserver"
5049
windowsRelease="${variant#$windowsVariant-}" # "ltsc2022", "1809", etc.

0 commit comments

Comments
 (0)