[PATCH 1/2] Add a help button to every Anaconda screen

Vratislav Podzimek vpodzime at redhat.com
Tue Sep 30 18:21:50 UTC 2014


On Thu, 2014-09-25 at 19:37 +0200, Martin Kolman wrote:

> diff --git a/scripts/makeupdates b/scripts/makeupdates
> index 8981c8f..e1c8d22 100755
> --- a/scripts/makeupdates
> +++ b/scripts/makeupdates
> @@ -257,6 +257,9 @@ def copyUpdatedWidgets(updates, cwd):
>      for f in files:
>          path = os.path.normpath(cwd + "/widgets/src/.libs/" + f)
>          if os.path.islink(path) and not os.path.exists(updates + libdir + os.path.basename(path)):
> +            print("ASDASDASDASD")
> +            print(path)
> +            print(os.readlink(path), updates + libdir + os.path.basename(path))
This seems like something you may like to drop before pushing the
patches. ;)

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list