[PATCH mock] bind-mount the /var/lib/rpm from the chroot into the root directory

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Mon May 7 18:59:21 UTC 2007


Michael E Brown <Michael_E_Brown at dell.com> writes:

>> -            rpmmacros.close()
>
> You just removed the close() on the macros file. This was probably not
> intended.

No; it was intended. As a C++ developer I trust into (C)Python's reference
counting + stack unwinding. Most python developers are doing this too, or
why are they not writing

| f = open("...")
| try:
|         ...
| finally:
|         f.close()

;)




Enrico
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 480 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-buildsys-list/attachments/20070507/babc927e/attachment.sig>


More information about the Fedora-buildsys-list mailing list