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.
On Thu, 3 Jan 2008 09:43:59 -0500 Jesse Keating jkeating@redhat.com 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.
Actually I should say that this is for review I already have this committed in my local clone, I was just looking for approval to push it upstream.
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
On Thu, 03 Jan 2008 11:02:40 -0500 Mike Bonnet mikeb@redhat.com wrote:
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
Good catch. I blindly copied from the /dev/null only looking at the permissions.
On Thu, Jan 03, 2008 at 11:53:15AM -0500, Jesse Keating wrote:
On Thu, 03 Jan 2008 11:02:40 -0500 Mike Bonnet mikeb@redhat.com wrote:
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
Good catch. I blindly copied from the /dev/null only looking at the permissions.
Looks fine to me to push. -- Michael
On Thu, 3 Jan 2008 15:09:21 -0600 Michael E Brown Michael_E_Brown@dell.com wrote:
Looks fine to me to push.
Pushed.
buildsys@lists.fedoraproject.org