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 8ff804e34b85e1fcc2d3e972210a422d8c1af390 Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Feb 5 10:27:58 2022 -0500 Publish Debian 11 packages --- build-aux/Jenkinsfile.full | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index 95bf022..9228a97 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -416,11 +416,11 @@ pipeline { sh ''' 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 - 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 - reprepro -b couchdb-pkg/repo includedeb focal pkgs/focal/*.deb + for plat in stretch buster bullseye bionic focal + do + reprepro -b couchdb-pkg/repo includedeb $plat pkgs/$plat/*.deb + done ''' echo 'Building CentOS repos...'
