You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/02 13:29:42 UTC

[libcloud] branch trunk updated (b8a280e75 -> 8a31ba817)

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

tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git


    from b8a280e75 Revert "Revert sphinx RTD upgrade since RTD still uses old Python 3 version."
     new 2ce527537 Also allow echo external command.
     new 8a31ba817 Fix syntax.

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:
 .github/workflows/install_test.yml | 3 ++-
 tox.ini                            | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)


[libcloud] 02/02: Fix syntax.

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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 8a31ba8173eec1cc2f48f4642ae85e0f947b082e
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 14:29:32 2023 +0100

    Fix syntax.
---
 .github/workflows/install_test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index 6dcb23bc8..7e3b11dcf 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -19,7 +19,8 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: "ubuntu-latest"
+        os:
+          - "ubuntu-latest"
         python_version:
           - 3.7
           - 3.8


[libcloud] 01/02: Also allow echo external command.

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

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 2ce527537a31c147d65866c077864c6042720c38
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 14:28:58 2023 +0100

    Also allow echo external command.
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 8593480a5..c823b909c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ deps =
     -r{toxinidir}/requirements-tests.txt
 allowlist_externals =
     cp
+    echo
     bash
     /bin/bash
 basepython =