Commits on Source (9)
-
Tristan Van Berkom authored
This fixes an issue where the re-instantiated Source used with Source mirroring enabled is not completely initialized. Failing to load the ref from the project.refs file for instance, will result in a crash at `fetch` time. This fixes issue #666
-
Tristan Van Berkom authored
source.py: Fix re-instantiation Closes #666 See merge request !817
-
Jim MacArthur authored
The check for directory should have always been here. The early warning test doesn't work for `bst checkout` because caches haven't been configured at the point of the test, so I've had to remove it.
-
Jim MacArthur authored
The return value is always upload_vdir.ref.
-
Jim MacArthur authored
Also add docstring to method and remove return value since it was useless
-
Jim MacArthur authored
-
Jim MacArthur authored
Remote exec: Remove early warning and check directory is not None See merge request !800
-
Jim MacArthur authored
-
Jim MacArthur authored
Showing
- buildstream/_artifactcache/cascache.py 13 additions, 3 deletionsbuildstream/_artifactcache/cascache.py
- buildstream/element.py 5 additions, 8 deletionsbuildstream/element.py
- buildstream/sandbox/_sandboxremote.py 2 additions, 2 deletionsbuildstream/sandbox/_sandboxremote.py
- buildstream/source.py 34 additions, 8 deletionsbuildstream/source.py
- buildstream/storage/__init__.py 1 addition, 0 deletionsbuildstream/storage/__init__.py
- tests/artifactcache/push.py 2 additions, 2 deletionstests/artifactcache/push.py
- tests/storage/virtual_directory_import.py 138 additions, 0 deletionstests/storage/virtual_directory_import.py
tests/storage/virtual_directory_import.py
0 → 100644