On Thu, 2008-01-03 at 09:43 -0500, Jesse Keating wrote: > There are a few packages which use /dev/full to generate nospace left > or other such return values for the use in make check. We should > create that in mock. Here is a simple patch that adds it.
Shouldn't that be os.makedev(1, 7)? $ ls -la /dev/full crw-rw-rw- 1 root root 1, 7 2007-12-29 17:34 /dev/full -- Fedora-buildsys-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-buildsys-list
