[PATCH] Add an updates location for the AnacondaWidgets overrides

Vratislav Podzimek vpodzime at redhat.com
Thu Nov 14 05:50:42 UTC 2013


On Wed, 2013-11-13 at 15:21 -0500, David Shea wrote:
> ---
>  scripts/makeupdates | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/makeupdates b/scripts/makeupdates
> index ac741df..dbb86c5 100755
> --- a/scripts/makeupdates
> +++ b/scripts/makeupdates
> @@ -273,6 +273,9 @@ def copyUpdatedFiles(tag, updates, cwd):
>              install_to_dir(gitfile, "usr/share/anaconda/post-scripts")
>          elif gitfile.endswith("anaconda-yum"):
>              install_to_dir(gitfile, "usr/libexec/anaconda")
> +        elif gitfile.endswith("AnacondaWidgets.py"):
> +            import gi
> +            install_to_dir(gitfile, gi._overridesdir[1:])
>          elif gitfile.find('/') != -1:
>              fields = gitfile.split('/')
>              subdir = fields[0]
ACK.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list