diff --git a/scale_build/image/__pycache__/__init__.cpython-313.pyc b/scale_build/image/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..31dd335 Binary files /dev/null and b/scale_build/image/__pycache__/__init__.cpython-313.pyc differ diff --git a/scale_build/image/__pycache__/mtree.cpython-313.pyc b/scale_build/image/__pycache__/mtree.cpython-313.pyc new file mode 100644 index 0000000..2560b8e Binary files /dev/null and b/scale_build/image/__pycache__/mtree.cpython-313.pyc differ diff --git a/scale_build/image/mtree.py b/scale_build/image/mtree.py index 721dce0..0f8a587 100644 --- a/scale_build/image/mtree.py +++ b/scale_build/image/mtree.py @@ -34,7 +34,7 @@ ETC_OBJS_TO_REMOVE = [ 'etc/avahi/services/nut.service', 'etc/chrony/chrony.conf', 'etc/default/rpcbind', - # 'etc/netdata/netdata.conf', # FIXME: please fix this once aligned with newer netdata packages + 'etc/netdata/netdata.conf', 'etc/nginx/nginx.conf', 'etc/nvme/hostid', 'etc/nvme/hostnqn', diff --git a/scale_build/utils/__pycache__/__init__.cpython-313.pyc b/scale_build/utils/__pycache__/__init__.cpython-313.pyc new file mode 100644 index 0000000..bc8723f Binary files /dev/null and b/scale_build/utils/__pycache__/__init__.cpython-313.pyc differ diff --git a/scale_build/utils/__pycache__/paths.cpython-313.pyc b/scale_build/utils/__pycache__/paths.cpython-313.pyc new file mode 100644 index 0000000..d9e4140 Binary files /dev/null and b/scale_build/utils/__pycache__/paths.cpython-313.pyc differ diff --git a/scale_build/utils/__pycache__/run.cpython-313.pyc b/scale_build/utils/__pycache__/run.cpython-313.pyc new file mode 100644 index 0000000..74cd9d2 Binary files /dev/null and b/scale_build/utils/__pycache__/run.cpython-313.pyc differ