Cody Shepherd 515bc1430b
Safely set /etc/resolv.conf to an empty file in buildd images.
In the buildd image chroot, /etc/resolv.conf is a symbolic link to
a configuration file in the /run directory. A call to truncate will
modify that file, which we should not do. Instead, we want to remove
the symbolic link and replace it with an empty file.
2020-10-06 10:20:45 -07:00
2009-09-15 13:20:15 +01:00
2019-05-21 17:06:59 -05:00
2019-05-21 17:07:03 -05:00
Description
Languages
Shell 86.9%
Python 11%
Perl 2.1%