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 d4aff5d6736ed09fd42476dcbf6d60e98118feb0 Author: Adam Kocoloski <[email protected]> AuthorDate: Sat Feb 5 10:19:50 2022 -0500 Remove leftover CentOS 6 RPM bits --- build-aux/Jenkinsfile.full | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full index a443d1d..c318394 100644 --- a/build-aux/Jenkinsfile.full +++ b/build-aux/Jenkinsfile.full @@ -407,8 +407,8 @@ pipeline { echo 'Retrieving & cleaning current repo-nightly tree...' sh ''' rsync -avz -e "ssh -o StrictHostKeyChecking=no -i $KEY" [email protected]:/var/www/html/$BRANCH_NAME . || mkdir -p $BRANCH_NAME - rm -rf $BRANCH_NAME/debian/* $BRANCH_NAME/el6/* $BRANCH_NAME/el7/* $BRANCH_NAME/el8/* - mkdir -p $BRANCH_NAME/debian $BRANCH_NAME/el6 $BRANCH_NAME/el7 $BRANCH_NAME/el8 $BRANCH_NAME/source + rm -rf $BRANCH_NAME/debian/* $BRANCH_NAME/el6 $BRANCH_NAME/el7/* $BRANCH_NAME/el8/* + mkdir -p $BRANCH_NAME/debian $BRANCH_NAME/el7 $BRANCH_NAME/el8 $BRANCH_NAME/source rsync -avz -e "ssh -o StrictHostKeyChecking=no -i $KEY" [email protected]:/var/www/html/js . '''
