You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/02/13 18:45:00 UTC

[couchdb] branch centos8-sm60 created (now db1dccb)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a change to branch centos8-sm60
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


      at db1dccb  Bump SM to 60 on Centos 8

This branch includes the following new commits:

     new db1dccb  Bump SM to 60 on Centos 8

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: Bump SM to 60 on Centos 8

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch centos8-sm60
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit db1dccb51e6c8e7f3f0edb16898b333dd3d48683
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Thu Feb 13 13:44:37 2020 -0500

    Bump SM to 60 on Centos 8
---
 build-aux/Jenkinsfile.full | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/Jenkinsfile.full b/build-aux/Jenkinsfile.full
index b1d46e8..181e388 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -258,7 +258,7 @@ pipeline {
           }
           environment {
             platform = 'centos8'
-            sm_ver = '1.8.5'
+            sm_ver = '60'
           }
           stages {
             stage('Build from tarball & test') {