This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/509-remove-deprecated-version
in repository https://gitbox.apache.org/repos/asf/celix.git
from 65f53a13 Merge branch 'master' into
feature/509-remove-deprecated-version
new fce59eda Fix incorrect double assigment
add 2070f583 [CID 339894]Remove dead code.
add 41aad66a Merge pull request #716 from apache/hotfix/coverity
add 7e050ed1 container: Remove incorrect comment in Gitpod container
add 2fa08300 container: Rename 'start' script to 'run' script
add 99e9b7b0 container: Update README to advise using 'build' directory
add 171db15e container: Fix variable globbing in run script
add d99179a7 container: Add container build workflow
add a800c426 Merge pull request #717 from
apache/feature/add-build-job-for-dev-container
new 47b2f766 Merge remote-tracking branch 'origin/master' into
feature/509-remove-deprecated-version
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/containers.yml | 38 ++++++++++++++++++++++
container/Containerfile.gitpod | 3 --
container/README.md | 11 +++----
container/build-ubuntu-container.sh | 1 -
...ubuntu-container.sh => run-ubuntu-container.sh} | 3 +-
container/support-scripts/build-all.sh | 1 -
libs/dfi/gtest/src/dyn_interface_tests.cpp | 2 +-
libs/framework/src/service_registry.c | 37 +++++++++------------
8 files changed, 60 insertions(+), 36 deletions(-)
create mode 100644 .github/workflows/containers.yml
rename container/{start-ubuntu-container.sh => run-ubuntu-container.sh} (96%)