(mesos) branch master updated: Removed `-k` option when installing Ruby

2024-03-19 Thread qianzhang
This is an automated email from the ASF dual-hosted git repository. qianzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new b54ff0f1d Removed `-k` option when installing

(mesos) branch master updated: [cgroups2] Convert cgroups2::read/write to template functions.

2024-03-19 Thread bmahler
This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 67fbfe0c4 [cgroups2] Convert

(mesos) branch master updated: [cgroups2] Introduces cgroups2::exists to check if a cgroup exists.

2024-03-19 Thread bmahler
This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new 442a1397f [cgroups2] Introduces

(mesos) branch master updated (a507a2dc9 -> 354bf4898)

2024-03-19 Thread bmahler
This is an automated email from the ASF dual-hosted git repository. bmahler pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git from a507a2dc9 [cgroups2] Use rmdir instead of rm -rf to delete a cgroup. add 354bf4898 [cgroups2] Introduces API to

(mesos) branch master updated: [cgroups2] Use rmdir instead of rm -rf to delete a cgroup.

2024-03-19 Thread bmahler
This is an automated email from the ASF dual-hosted git repository. bmahler pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git The following commit(s) were added to refs/heads/master by this push: new a507a2dc9 [cgroups2] Use rmdir instead of rm

(mesos) branch master updated (b4cbd9aa2 -> 895f05522)

2024-03-19 Thread bmahler
This is an automated email from the ASF dual-hosted git repository. bmahler pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mesos.git from b4cbd9aa2 [cgroups2] Introduces cgroups2::create() to create new cgroups. add 895f05522 [cgroups2] Introduced