[gobolinux-users] exclude localrecipes from freshen and friends?
Michael Homer
michael at gobolinux.org
Thu May 22 10:52:53 NZST 2008
On Thu, May 22, 2008 at 9:41 AM, kenneth marken <k-marken at online.no> wrote:
> i find myself at times with long forgotten failed attempts at getting some
> compile or other going in localrecipes. these often make their ways into
> compile or freshen, making it seem as if there is a more recent version
> available then there really is.
/etc/Compile/Compile.conf
> also, some more filtering of freshen output could be nice. i tried using grep
> but i gave me all or nothing. i guess it got confused over the colors or
> something.
grep works fine, but you can use --no-colour to disable the colouring
if you prefer (seems to be undocumented, I will fix that). Otherwise,
please elaborate.
> oh, and i found that freshen points a lot of "want to install" (those white
> ones that there are no current installed version of) to gtk-qt-engine, when
> the real source of them are kde-libs 4.0.4.
It's *one* program that is pulling it into the tree. It is any
arbitrary parent, chosen essentially randomly (to be precise, it's
whichever n-parent of the dependency has the lowest Python string hash
value modulo some number greater than the number of updateable
programs on your system - i.e. whichever one comes first in the
iteration of a set). It isn't necessarily a direct parent, just
something that is causing the new dependency to be pulled in.
> if possible, how about a tree sort of the freshen output? but i guess it would
> make the current freshen even slower then it already is thanks to it trying
> to at least do some level of sorting, right?
It is already sorted.
SVN Freshen is much faster, around 90% (!), due to some
CheckDependencies fixes I made. You also need SVN Scripts, which are
pretty stable right now. Freshen -C now runs me about thirty seconds
with 250 updates. You might like to try that, it is much more pleasant
to use.
-Michael
More information about the gobolinux-users
mailing list