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

Martin Kolman mkolman at redhat.com
Wed Oct 1 09:16:31 UTC 2014


On Tue, 2014-09-30 at 20:21 +0200, Vratislav Podzimek wrote:
> 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. ;)
> 
Yeah, I've also noticed it yesterday - fixed locally. :)



More information about the anaconda-patches mailing list