You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:08:32 UTC

[buildstream] branch jjardon/fix_overnigth_setuptools created (now 757f718)

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

github-bot pushed a change to branch jjardon/fix_overnigth_setuptools
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 757f718  WIP

This branch includes the following new commits:

     new bba2631  WIP
     new 757f718  WIP

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.



[buildstream] 01/02: WIP

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

github-bot pushed a commit to branch jjardon/fix_overnigth_setuptools
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bba26312b40d7a96bc0e35c0a3667731000424c2
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Jun 10 20:38:26 2019 +0100

    WIP
---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ad6d4e..0783b5e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -246,8 +246,6 @@ docs:
   artifacts:
     paths:
     - "${HOME}/.cache/buildstream/logs"
-  only:
-  - schedules
 
 overnight-tests:
   <<: *overnight-tests-template


[buildstream] 02/02: WIP

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

github-bot pushed a commit to branch jjardon/fix_overnigth_setuptools
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 757f718aad0e297572699223b91ea9cc3c54d63d
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Jun 10 20:45:51 2019 +0100

    WIP
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0783b5e..0ce788f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -239,7 +239,7 @@ docs:
     EOF
   - dnf install -y ostree python3-gobject-base
   - pip3 install -r requirements/requirements.txt -r requirements/plugin-requirements.txt
-  - pip3 install --no-index .
+  - pip3 install .
   - pip3 install --user -e ${BST_EXT_URL}@${BST_EXT_REF}#egg=bst_ext
   - git clone https://gitlab.com/freedesktop-sdk/freedesktop-sdk.git
   - git -C freedesktop-sdk checkout ${FD_SDK_REF}