This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a change to branch abderrahim/cleanup
in repository https://gitbox.apache.org/repos/asf/buildstream.git
discard c177e17a8 utils: remove dead code
discard 0795f4bfe utils: fix syntax warning
discard ddce2adbf cascache.py: remove _cache_usage_monitor_forbidden
add a25c532ef ci: Update to Fedora 40
add d4a470116 ci: Run tests also on Debian 11
add 5e88ea720 Merge pull request #1947 from apache/juerg/ci
add f213f10af Add `reserved-disk-space` config option to the `cache`
section
add ed5c78708 Add `low-watermark` config option to the `cache` section
add 904dd8eaf Change the default `low-watermark` of the cache from 50% to
80%
add 28e385ff0 Merge pull request #1950 from apache/juerg/cache-config
add a98cb5054 fix link to docker install instructions
add d86b345d1 Merge pull request #1952 from harrysarson/patch-4
add fc8716941 ci: update to {upload,download}-artifact v4
add aefed7175 Merge pull request #1957 from apache/abderrahim/artifact
add cd78f4ffa Fix SyntaxWarning with utils.py
add 152e5fe97 Merge pull request #1958 from
nanonyme/nanonyme/syntax-warning
add 7daa0a922 _frontend/widget.py: Fix listing artifact content with
symlinks
add fa3d663ef tests/frontend/artifact_list_contents.py: Add coverage for
symlinks
add 0edf2dc8a Merge pull request #1959 from
apache/tristan/fix-list-content-symlinks
add 5f6aa98d7 cascache.py: remove _cache_usage_monitor_forbidden
add ff38c09d1 utils: remove dead code
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c177e17a8)
\
N -- N -- N refs/heads/abderrahim/cleanup (ff38c09d1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/common.env | 2 +-
.github/compose/ci.docker-compose.yml | 10 +--
.github/run-ci.sh | 2 +-
.github/workflows/ci.yml | 10 +--
.github/workflows/merge.yml | 4 +-
.github/workflows/release.yml | 14 ++--
doc/source/additional_docker.rst | 2 +-
doc/source/using_config.rst | 26 ++++++-
src/buildstream/_cas/casdprocessmanager.py | 22 +++++-
src/buildstream/_context.py | 38 ++++++++-
src/buildstream/_frontend/widget.py | 2 +-
src/buildstream/data/userconfig.yaml | 6 ++
src/buildstream/utils.py | 35 ++++++++-
tests/artifactcache/expiry.py | 2 +-
tests/frontend/artifact_list_contents.py | 90 ++++++++++++++--------
.../elements/import-bin.bst | 0
.../elements/import-links.bst | 0
.../elements/target.bst | 2 +-
.../files/bin-files/usr/bin/hello | 0
.../files/files-and-links/basicfile | 0
.../files/files-and-links/basicfolder/subdir-file | 0
.../project.conf | 0
22 files changed, 202 insertions(+), 65 deletions(-)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact_list_contents}/elements/import-bin.bst (100%)
copy tests/frontend/{project =>
artifact_list_contents}/elements/import-links.bst (100%)
copy tests/frontend/{simple => artifact_list_contents}/elements/target.bst
(83%)
copy {src/buildstream/_testing/_sourcetests/project =>
tests/frontend/artifact_list_contents}/files/bin-files/usr/bin/hello (100%)
copy tests/frontend/{project =>
artifact_list_contents}/files/files-and-links/basicfile (100%)
copy tests/frontend/{project =>
artifact_list_contents}/files/files-and-links/basicfolder/subdir-file (100%)
copy tests/frontend/{project => artifact_list_contents}/project.conf (100%)