You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2022/01/16 02:10:23 UTC

[couchdb] branch jenkins-bump-erlang-and-debian-versions updated (e6e97a9 -> c289e31)

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

kocolosk pushed a change to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from e6e97a9  More refinements and alignment across all platforms
     new 6c51421  Stages need to be string literals
     new c289e31  Use new createrepo

The 2 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.


Summary of changes:
 build-aux/Jenkinsfile.full | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[couchdb] 02/02: Use new createrepo

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

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit c289e317542d8650aa16fd2f47e3173dba14a77e
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:10:14 2022 -0500

    Use new createrepo
---
 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 d888f76..75fa1f7 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -543,8 +543,8 @@ pipeline {
           sh '''
             cp js/centos-7/*rpm pkgs/centos7
             cp js/centos-8/*rpm pkgs/centos8
-            cd pkgs/centos7 && createrepo --database .
-            cd ../centos8 && createrepo --database .
+            cd pkgs/centos7 && createrepo_c --database .
+            cd ../centos8 && createrepo_c --database .
           '''
 
           echo 'Building tree to upload...'

[couchdb] 01/02: Stages need to be string literals

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

kocolosk pushed a commit to branch jenkins-bump-erlang-and-debian-versions
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6c514217a198c3db75dcf5112f7a3c346f2abec3
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sat Jan 15 21:10:01 2022 -0500

    Stages need to be string literals
---
 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 cec256f..d888f76 100644
--- a/build-aux/Jenkinsfile.full
+++ b/build-aux/Jenkinsfile.full
@@ -186,7 +186,7 @@ pipeline {
         }
 
         stages {
-          stage("Other: ${platform}") {
+          stage('Other Build') {
             when {
               beforeAgent true
               anyOf {
@@ -257,7 +257,7 @@ pipeline {
 
           } // non-containerized platform
 
-          stage("Container Build: ${platform}") {
+          stage('Container Build') {
             when {
               beforeAgent true
               not {