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 2019/05/03 03:09:22 UTC

[couchdb-pkg] branch add-aarch64 updated (1958640 -> d0fccc6)

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

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


 discard 1958640  Add aarch64-debian-stretch platform
     new d0fccc6  Add aarch64-debian-stretch platform

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1958640)
            \
             N -- N -- N   refs/heads/add-aarch64 (d0fccc6)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[couchdb-pkg] 01/01: Add aarch64-debian-stretch platform

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

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

commit d0fccc61d8cc8f7849812486fa1e96a07f88e5e4
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Thu May 2 20:07:43 2019 -0700

    Add aarch64-debian-stretch platform
---
 .travis.yml | 8 ++++----
 build.sh    | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c6abcf6..eeb659c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,15 +13,15 @@ branches:
 env:
   global:
     - ERLANGVER=19.3.6
-    - TARBALL_URL=https://dist.apache.org/repos/dist/release/couchdb/source/2.3.0/apache-couchdb-2.3.0.tar.gz
-    - TARBALL=apache-couchdb-2.3.0.tar.gz
+    - TARBALL_URL=https://dist.apache.org/repos/dist/release/couchdb/source/2.3.1/apache-couchdb-2.3.1.tar.gz
+    - TARBALL=apache-couchdb-2.3.1.tar.gz
   matrix:
     - TARGET="js debian-jessie"
     - TARGET="couch debian-jessie ${TARBALL_URL}"
     - TARGET="js debian-stretch"
     - TARGET="couch debian-stretch ${TARBALL_URL}"
-    - TARGET="js ubuntu-trusty"
-    - TARGET="couch ubuntu-trusty ${TARBALL_URL}"
+    - TARGET="js aarch64-debian-stretch"
+    - TARGET="couch aarch64-debian-stretch ${TARBALL_URL}"
     - TARGET="js ubuntu-xenial"
     - TARGET="couch ubuntu-xenial ${TARBALL_URL}"
     - TARGET="js ubuntu-bionic"
diff --git a/build.sh b/build.sh
index 82d843d..c0ef667 100755
--- a/build.sh
+++ b/build.sh
@@ -29,9 +29,9 @@ SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 
 # TODO derive these by interrogating the Docker repo rather tha
 # hard coding the list
-DEBIANS="debian-jessie debian-stretch"
+DEBIANS="debian-jessie debian-stretch aarch64-debian-stretch"
 UBUNTUS="ubuntu-trusty ubuntu-xenial ubuntu-bionic"
-debs="(debian-jessie|debian-stretch|ubuntu-trusty|ubuntu-xenial|ubuntu-bionic)"
+debs="(debian-jessie|debian-stretch|aarch64-debian-stretch|ubuntu-trusty|ubuntu-xenial|ubuntu-bionic)"
 
 CENTOSES="centos-6 centos-7"
 rpms="(centos-6|centos-7)"