This is an automated email from the ASF dual-hosted git repository. ronny pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit b2ad13e5e0c76aaa0c6bf0ae532ea6a526a9df73 Author: Ronny Berndt <[email protected]> AuthorDate: Sat Mar 28 13:31:14 2026 +0100 dev: Adapting the Clouseau download to the behaviour of Makefile --- configure.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ps1 b/configure.ps1 index 0ee95aa8b..a5d86c014 100644 --- a/configure.ps1 +++ b/configure.ps1 @@ -359,8 +359,7 @@ if ($WithClouseau) Write-Output "ERROR: Clouseau distribution package (clouseau.zip) could not be extracted." exit 1 } - Move-Item "$ClouseauDir\*\*.jar" "$ClouseauDir" - Remove-Item "$ClouseauDir\clouseau-$ClouseauVersion" + Remove-Item clouseau.zip If (-not $WithZIOSE) { @@ -378,7 +377,7 @@ if ($WithClouseau) } If ($WithZIOSE) { - New-Item -ItemType File -Path "$ClouseauDir\.ziose" + New-Item -ItemType File -Path "$ClouseauDir\.ziose" | Out-Null } } elseif ($ClouseauMethod -eq "git") {
