potential patch

Clark Williams williams at redhat.com
Fri Nov 16 16:40:44 UTC 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael_E_Brown at Dell.com wrote:
> Better patch:
> 
> @@ -264,7 +264,7 @@ def main(retParams):
>          log_cfg = ConfigParser.ConfigParser()
>          logging.config.fileConfig(log_ini)
>          log_cfg.read(log_ini)
> -    except (IOError, OSError), e:
> +    except (IOError, OSError, ConfigParser.NoSectionError), e:
>          log.error("Could not find required logging config file: %s" % log_ini)
>          sys.exit(50)

Thanks, I'll drop that in

> 
> 
> About branching:
>     If they ever upgrade fedoraproject.org to a non-ancient version of git, that would be fine. With git >= 1.5, you can delete remote branches. With older git, there is no way to remove a remote branch.

Yeah, we need to bug Jessie about that.

> 
>     Are there any other changes you are needing for cross-building?

Don't know yet. I'm running into an SELinux problem where useradd is being denied for
mockbuild. Haven't really got a clue as to why, other than it's happening in a chroot.


Clark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFHPcgMHyuj/+TTEp0RAu2EAJ9ONaama09+8vmVycWtvRAQP9+zpQCg3oEt
ITBY5edMNsCblvZ6jgAx1qA=
=/MQL
-----END PGP SIGNATURE-----




More information about the Fedora-buildsys-list mailing list