-
- Downloads
"...git@gitlab.steamos.cloud:steamrt/steam-runtime-tools.git" did not exist on "de82a412b3dd1eb8d5fd9e9d7542d82fe8907ec0"
dirfd: New tmpdir API
Basically all of the ostree/rpm-ostree callers want to both create and open, so let's merge `glnx_mkdtempat()` and `glnx_mkdtempat_open()`. Second, all of them want to do `glnx_shutil_rm_rf_at()` on cleanup, so we do the same thing we did with `GLnxTmpfile` and create `GLnxTmpDir` that has a cleanup attribute. The cleanup this results in for rpm-ostree is pretty substantial.
Please register or sign in to comment