[master][PATCH] Add automatic fetching of RPMs for new Defines & Requires

Vratislav Podzimek vpodzime at redhat.com
Fri Jul 26 08:17:41 UTC 2013


> +def get_anaconda_version():
> +    """Get current anaconda version as string from the configure script"""
> +    f = open("configure.ac", "rc")
> +    match = re.search(r"AC_INIT\(\[.*\],\ \[(.*)\],\ \[.*\]\)", f.read())
> +    f.close()
> +    return match.groups()[0]
I'm gonna git-am this patch (Martin is OOO today), change the above
block to use the 'with' statement and push it so that we can start
using, testing and tweaking it.

Also, we were talking about doing the Koji requests in parallel because
they are very slow. That's for the future plans.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list