On Wed, Jun 25, 2008 at 07:22:30AM +0200, Frugalware Testsuite <[EMAIL PROTECTED]> wrote: > | appearance is buggy (James Buren <[EMAIL PROTECTED]>) > | archive is buggy (James Buren <[EMAIL PROTECTED]>) > | clock is buggy (James Buren <[EMAIL PROTECTED]>) > | devtray is buggy (James Buren <[EMAIL PROTECTED]>) > | diff is buggy (James Buren <[EMAIL PROTECTED]>) > | edit is buggy (James Buren <[EMAIL PROTECTED]>) > | find is buggy (James Buren <[EMAIL PROTECTED]>) > | font is buggy (James Buren <[EMAIL PROTECTED]>) > | freefs is buggy (James Buren <[EMAIL PROTECTED]>) > | gamma is buggy (James Buren <[EMAIL PROTECTED]>) > | hdd-temp is buggy (James Buren <[EMAIL PROTECTED]>) > | keyboard is buggy (James Buren <[EMAIL PROTECTED]>) > | lithium is buggy (James Buren <[EMAIL PROTECTED]>) > | load is buggy (James Buren <[EMAIL PROTECTED]>) > | mail is buggy (James Buren <[EMAIL PROTECTED]>) > | mem is buggy (James Buren <[EMAIL PROTECTED]>) > | menu is buggy (James Buren <[EMAIL PROTECTED]>) > | mime-editor is buggy (James Buren <[EMAIL PROTECTED]>) > | mouse is buggy (James Buren <[EMAIL PROTECTED]>) > | netstat is buggy (James Buren <[EMAIL PROTECTED]>) > | oroborox is buggy (James Buren <[EMAIL PROTECTED]>) > | pager is buggy (James Buren <[EMAIL PROTECTED]>) > | panelclock is buggy (James Buren <[EMAIL PROTECTED]>) > | postal is buggy (James Buren <[EMAIL PROTECTED]>) > | resolution is buggy (James Buren <[EMAIL PROTECTED]>) > | reticker is buggy (James Buren <[EMAIL PROTECTED]>) > | rox-clib is buggy (James Buren <[EMAIL PROTECTED]>) > | rox-filer is buggy (James Buren <[EMAIL PROTECTED]>) > | rox-lib is buggy (James Buren <[EMAIL PROTECTED]>) > | rox-session is buggy (James Buren <[EMAIL PROTECTED]>) > | screensaver is buggy (James Buren <[EMAIL PROTECTED]>) > | sysbars is buggy (James Buren <[EMAIL PROTECTED]>) > | systemtrayn is buggy (James Buren <[EMAIL PROTECTED]>) > | tasktray is buggy (James Buren <[EMAIL PROTECTED]>) > | volume is buggy (James Buren <[EMAIL PROTECTED]>) > | wallpaper is buggy (James Buren <[EMAIL PROTECTED]>) > | weather is buggy (James Buren <[EMAIL PROTECTED]>) > | wifi is buggy (James Buren <[EMAIL PROTECTED]>) > | xdg-menu is buggy (James Buren <[EMAIL PROTECTED]>) > | xdgstart is buggy (James Buren <[EMAIL PROTECTED]>)
this is because the up2date part of the new rox.sh is totally broken.
ryuo: the up2date command must be a single command, you can't do
something like:
foo=`lynx -dump bar`
up2date="lynx -dump $foo"
if you really need 2 commands, then you can use:
up2date="lynx -dump \$(lynx -dump other command)"
but things like:
if lynx -dump url; then
foo
else
bar
fi
are not allowed: a simple "source FrugalBuild" will then trigger lynx
calls, which may timeout forever if you are online!
pgpPo8643FDjk.pgp
Description: PGP signature
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
