[cpp-sp] 01/03: save dist silently
Codeberg
noreply at shibboleth.net
Mon Jun 15 17:43:19 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/373425debba19b3a03ac06704fa5682bc5355250
commit 373425debba19b3a03ac06704fa5682bc5355250
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 15 18:42:16 2026 +0100
save dist silently
---
WindowsInstall/doupdate.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WindowsInstall/doupdate.bat b/WindowsInstall/doupdate.bat
index b64c406c..0e8c81ea 100644
--- a/WindowsInstall/doupdate.bat
+++ b/WindowsInstall/doupdate.bat
@@ -34,7 +34,7 @@ Rem /njh No job header
Rem /njs No job summary
echo Copying Distribution to %targetDir%\dist-%VersionString%
mkdir "%targetDir%\dist-%VersionString%"
-robocopy /s /is /njs /njh . "%targetDir%\dist-%VersionString%"
+robocopy /s /is /njs /njh . "%targetDir%\dist-%VersionString%" 0> nul 1> nul
echo Copying Batch Files to %targetdir%\bin\shibboleth-sp\
mkdir "%targetdir%\bin\shibboleth-sp\"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list