This is an automated email from the ASF dual-hosted git repository. kocolosk pushed a commit to branch jenkins-bullseye-nightly in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 5416f6c3573a76e1f91b2a681c85b0f85ec8a137 Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Feb 5 10:20:04 2022 -0500 Stop publishing SM 1.8.5 package for Debian 10 We're using the native SM 60 package in the CI system. If you look closely you'll see that we weren't actually successfully publishing that package anyway, so removing this line is a no-op. --- build-aux/Jenkinsfile.full | 1 - 1 file changed, 1 deletion(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index c318394..95bf022 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -417,7 +417,6 @@ pipeline { git clone https://github.com/apache/couchdb-pkg cp js/debian-stretch/*.deb pkgs/stretch reprepro -b couchdb-pkg/repo includedeb stretch pkgs/stretch/*.deb - cp js/debian-buster/*.deb pkgs/stretch reprepro -b couchdb-pkg/repo includedeb buster pkgs/buster/*.deb cp js/ubuntu-bionic/*.deb pkgs/bionic reprepro -b couchdb-pkg/repo includedeb bionic pkgs/bionic/*.deb
