On 10/21/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote:
> Here's a patch for UpdateSettings, to make it print out the right file
> affected.
> For review before commit.

Ok, since looks like we're decided on having an rc2 tomorrow anyway, I
think this can go in.

Actually, André told me over IM today he was in process of packing
another Scripts release -- looking at Latest Packages at the website
looks like he just did it, so unless he packs another one I don't
think any changes we make now will make it to rc2 anyway. We are very
wary of making any changes now (I just uncovered a bug today related
to a change that was made yesterday...).

Anyway, André is handling 'release manager' duties for this release,
so he's got final word on what gets in. Right now I'm just the
annoying guy trying to keep CVS stable so we can get a clear picture
on what to do to get a final release out at once. :)

-- Hisham

> diff -u -r1.18 UpdateSettings
> --- UpdateSettings      10 Jul 2006 20:33:43 -0000      1.18
> +++ UpdateSettings      21 Oct 2006 22:25:27 -0000
> @@ -517,8 +517,8 @@
>               Log_Normal "Successfully patched ${cur}"
>            else
>               case "$difftype" in
> -               mod*)    Log_Normal "Not updating $default" ;;
> -               del*)    Log_Normal "Not deleting $default" ;;
> +               mod*)    Log_Normal "Not updating $cur" ;;
> +               del*)    Log_Normal "Not deleting $cur" ;;
>                  new*)    Log_Normal "Not using $default" ;;
>                  *)       Log_Normal "Leaving $cur alone" ;;
>               esac
>
> --
> /Jonas
>
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
> _______________________________________________
> gobolinux-devel mailing list
> gobolinux-devel@lists.gobolinux.org
> http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
>
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to