You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2023/01/20 18:08:35 UTC

[couchdb-infra-cm] branch main updated (67a6468 -> bc549c1)

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

jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git


    from 67a6468  IBM donated Linux on Z s390 seems to have gone away
     add 05acb0c  feat: macos ci ansible setup
     new bc549c1  Merge pull request #4 from apache/feat/macos

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:
 .gitignore                                         |   1 +
 macos/README.md                                    |  24 +++++
 macos/playbook/ansible.cfg                         |   7 ++
 .../files/org.apache.couchdb.mac.arm.ci.plist      |  36 +++++++
 .../inventory/macstadium/group_vars/all.yml        |  16 +++
 macos/playbook/inventory/macstadium/hosts          |   2 +
 macos/playbook/macos.yml                           | 108 +++++++++++++++++++++
 7 files changed, 194 insertions(+)
 create mode 100644 macos/README.md
 create mode 100644 macos/playbook/ansible.cfg
 create mode 100755 macos/playbook/files/org.apache.couchdb.mac.arm.ci.plist
 create mode 100644 macos/playbook/inventory/macstadium/group_vars/all.yml
 create mode 100644 macos/playbook/inventory/macstadium/hosts
 create mode 100644 macos/playbook/macos.yml


[couchdb-infra-cm] 01/01: Merge pull request #4 from apache/feat/macos

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

jan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-infra-cm.git

commit bc549c1e68e85c9b539726e085b65f064c39306e
Merge: 67a6468 05acb0c
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Fri Jan 20 19:08:30 2023 +0100

    Merge pull request #4 from apache/feat/macos
    
    feat: macos ci ansible setup

 .gitignore                                         |   1 +
 macos/README.md                                    |  24 +++++
 macos/playbook/ansible.cfg                         |   7 ++
 .../files/org.apache.couchdb.mac.arm.ci.plist      |  36 +++++++
 .../inventory/macstadium/group_vars/all.yml        |  16 +++
 macos/playbook/inventory/macstadium/hosts          |   2 +
 macos/playbook/macos.yml                           | 108 +++++++++++++++++++++
 7 files changed, 194 insertions(+)