You need to sign in or sign up before continuing.
Commits on Source (14)
-
Ostree mirrors were not sharing the same local repository, so it was impossible the request refs from the right local repository when data was fetched from a mirror rather than upstream. Instead of having several repository with one remote each, we now have one repository with several remotes. This fixes #538.
-
Tristan Van Berkom authored
Fix ostree repository mirroring Closes #538 See merge request !658
-
William Salmon authored
This patch mitigates the granularity of the mtimes used on the default gitlab runners, Allowing the test suite to pass on these runners.
-
Tom Pollard authored
Trying to mitigate a file system issue See merge request !595
-
Tiago Gomes authored
https seems broken on the Debian image: START autotools/hello/42930621-fetch.499.log START Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE Fetching https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz FAILURE tar source at hello.bst [line 16 column 2]: Error mirroring https://ftpmirror.gnu.org/gnu/automake/automake-1.16.tar.gz: <urlopen error [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:720)>
-
Tiago Gomes authored
Use http instead of https for the gnu ftp mirror See merge request !676
-
Tiago Gomes authored
os.errno does no longer work with Python 3.7 Closes #577.
-
Tiago Gomes authored
cascache: use errno module Closes #577 See merge request !674
-
Use the optionally implemented desktop notification method to notify when a session completes. Previously, this used to only notify when an interactive prompt appears. This is an attempt to fix #385
-
Tristan Van Berkom authored
_frontend/app.py: Notify session completions Closes #385 See merge request !672
-
William Salmon authored
Raise a error at configure time if the track and ref properties are not present in the sources. This is to address #471 that documented unhelpful behaviour when tracking git sources. However the issue was also identified in ostree.
-
William Salmon authored
-
William Salmon authored
Updating the no track or ref fix to match the buildstream style See merge request !628
-
Tom Pollard authored
Add a helper function assert_ref_in_track to git.py GitMirror() which is used when staging & initing the source workspace. It checks the element's ref exists in the track (branch/tag) if it has been specified, raising a warning if necessary. The warning makes use of the warning token 'REF_NOT_IN_TRACK' from the configurable CoreWarnings. If the element has been tracked with bst, it is assumed that the value of ref exists in the track as it was generated from it & as such is not asserted.
Showing
- buildstream/_artifactcache/cascache.py 4 additions, 2 deletionsbuildstream/_artifactcache/cascache.py
- buildstream/_frontend/app.py 14 additions, 2 deletionsbuildstream/_frontend/app.py
- buildstream/_pipeline.py 5 additions, 14 deletionsbuildstream/_pipeline.py
- buildstream/plugins/sources/git.py 48 additions, 4 deletionsbuildstream/plugins/sources/git.py
- buildstream/plugins/sources/ostree.py 26 additions, 10 deletionsbuildstream/plugins/sources/ostree.py
- doc/examples/autotools/project.conf 1 addition, 1 deletiondoc/examples/autotools/project.conf
- tests/artifactcache/expiry.py 22 additions, 1 deletiontests/artifactcache/expiry.py
- tests/frontend/mirror.py 0 additions, 4 deletionstests/frontend/mirror.py
- tests/frontend/push.py 25 additions, 1 deletiontests/frontend/push.py
- tests/frontend/workspace.py 28 additions, 1 deletiontests/frontend/workspace.py
- tests/sources/git.py 92 additions, 12 deletionstests/sources/git.py
- tests/sources/ostree.py 57 additions, 0 deletionstests/sources/ostree.py
- tests/sources/ostree/template/project.conf 2 additions, 0 deletionstests/sources/ostree/template/project.conf
- tests/sources/ostree/template/repofiles/file 0 additions, 0 deletionstests/sources/ostree/template/repofiles/file
- tests/testutils/__init__.py 26 additions, 0 deletionstests/testutils/__init__.py
- tests/testutils/runner_integration.py 32 additions, 0 deletionstests/testutils/runner_integration.py
tests/sources/ostree.py
0 → 100644
tests/sources/ostree/template/project.conf
0 → 100644
tests/sources/ostree/template/repofiles/file
0 → 100644
tests/testutils/runner_integration.py
0 → 100644