This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch ci-add-ubuntu-resolute-1 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit d1dc11917540018de4a5ede146070921fd721e4a Author: Nick Vatamaniuc <[email protected]> AuthorDate: Sat May 16 00:11:12 2026 -0400 try-to-fix-package-build --- build-aux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index 4b18997af..86156bf9d 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -560,7 +560,7 @@ def generateContainerStage(platform) { unstash 'tarball' sh( script: "mkdir -p ${platform}/couchdb", label: 'Create build directory' ) sh( script: "tar -xf apache-couchdb-*.tar.gz -C ${platform}/couchdb", label: 'Unpack release' ) - sh( script: "cd ${platform} && git clone https://github.com/apache/couchdb-pkg", label: 'Clone packaging helper repo' ) + sh( script: "cd ${platform} && git clone --single-branch --branch ci-add-ubuntu-resolute-1 https://github.com/apache/couchdb-pkg", label: 'Clone packaging helper repo' ) dir( "${platform}/couchdb-pkg" ) { sh( script: 'make', label: 'Build packages' ) }
