This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch jenkins-test-new-deb-build-rules in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 28528a174e1a00fca11808551bc182c9686c2c18 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed Mar 11 23:15:13 2026 -0400 Do not merge. Testing couchdb-pkg new deb package build updates. Here we're using our main CI's last package building step but instead of main using this PR's branch: https://github.com/apache/couchdb-pkg/pull/202 --- build-aux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/Jenkinsfile b/build-aux/Jenkinsfile index a7b053716..4c2d07f49 100644 --- a/build-aux/Jenkinsfile +++ b/build-aux/Jenkinsfile @@ -497,7 +497,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 upgrade-debhelper-compact-level https://github.com/apache/couchdb-pkg", label: 'Clone packaging helper repo from upgrade-debhelper-compact-level branch' ) dir( "${platform}/couchdb-pkg" ) { sh( script: 'make', label: 'Build packages' ) }
