@@ -20,9 +20,6 @@ content:
2020 repos :
2121 - id : epel
2222 baseurl : https://dl.fedoraproject.org/pub/epel/10/Everything/$arch/
23- # removing it for now because the image is relying on copying globs
24- # - id: score
25- # baseurl: file:///host/rpms
2623 rpms :
2724 # For testing the image only:
2825 - openssh-server
@@ -37,6 +34,10 @@ content:
3734 mode : 0755
3835 parents : true
3936 exist_ok : true
37+ - path : /usr/share/score/examples
38+ mode : 0755
39+ parents : true
40+ exist_ok : true
4041 # Configure shared socket directory via tmpfiles
4142 add_files :
4243 - path : /usr/lib/tmpfiles.d/lola_disc.conf
@@ -65,36 +66,36 @@ content:
6566 - path : /usr/bin/lola-ipc-test
6667 source_path : files/lola-ipc-test
6768 # showcases
68- - path : /usr/share/score/examples/showcases_all
69- source_glob : " files/showcases_all /**/*"
69+ - path : /usr/share/score/examples
70+ source_glob : " files/reference_integration /**/*"
7071 preserve_path : true
7172 max_files : 50
7273 chmod_files :
7374 - path : /usr/bin/lola-ipc-test
7475 mode : " 0755"
7576 # the following is a workaround because copied files lost their permissions
76- - path : /usr/share/score/examples/showcases_all /bin/cli
77+ - path : /usr/share/score/examples/showcases /bin/cli
7778 mode : " 0755"
7879 recursive : true
79- - path : /usr/share/score/examples/showcases_all /bin/control_daemon
80+ - path : /usr/share/score/examples/showcases /bin/control_daemon
8081 mode : " 0755"
8182 recursive : true
82- - path : /usr/share/score/examples/showcases_all /bin/cpp_supervised_app
83+ - path : /usr/share/score/examples/showcases /bin/cpp_supervised_app
8384 mode : " 0755"
8485 recursive : true
85- - path : /usr/share/score/examples/showcases_all /bin/ipc_bridge_cpp
86+ - path : /usr/share/score/examples/showcases /bin/ipc_bridge_cpp
8687 mode : " 0755"
8788 recursive : true
88- - path : /usr/share/score/examples/showcases_all /bin/launch_manager
89+ - path : /usr/share/score/examples/showcases /bin/launch_manager
8990 mode : " 0755"
9091 recursive : true
91- - path : /usr/share/score/examples/showcases_all /bin/lifecycle_signal.sh
92+ - path : /usr/share/score/examples/showcases /bin/lifecycle_signal.sh
9293 mode : " 0755"
9394 recursive : true
94- - path : /usr/share/score/examples/showcases_all /bin/orch_per_example
95+ - path : /usr/share/score/examples/showcases /bin/orch_per_example
9596 mode : " 0755"
9697 recursive : true
97- - path : /usr/share/score/examples/showcases_all /bin/rust_supervised_app
98+ - path : /usr/share/score/examples/showcases /bin/rust_supervised_app
9899 mode : " 0755"
99100 recursive : true
100101 # Required for testing the image only:
0 commit comments