Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[antlir2][rpms] prevent /dev/null from existing
Summary: We need to make sure shitty rpm scripts aren't trying to write to `/dev/null` (and possibly friends). Test Plan: ``` ❯ buck2 build --show-output fbcode//tupperware/image/base/impl:base.c9.os[debug][package_manager][subvol] BUILD SUCCEEDED fbcode//tupperware/image/base/impl:base.c9.os[debug][package_manager][subvol] buck-out/v2/gen/fbcode/f88b3f368c9334db/tupperware/image/base/impl/__base.c9.os__/subvol-package_manager_compile vmagro@devvm11640.ftw0 in fbsource ❯ ls buck-out/v2/gen/fbcode/f88b3f368c9334db/tupperware/image/base/impl/__base.c9.os__/subvol-package_manager_compile/dev ``` Reviewed By: epilatow Differential Revision: D49062146 fbshipit-source-id: f4327d922a3ef1eb2fbe7f7d467b5e11299796cb
- Loading branch information