Re: [PATCH] Patches for pg_dumpall, complete-bundle.sh and dmg creation - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH] Patches for pg_dumpall, complete-bundle.sh and dmg creation
Date
Msg-id 45D57CA6.4020708@postgresql.org
Whole thread Raw
In response to [PATCH] Patches for pg_dumpall, complete-bundle.sh and dmg creation  ("Florian G. Pflug" <fgp@phlo.org>)
Responses Re: [PATCH] Patches for pg_dumpall, complete-bundle.sh and dmg creation  ("Florian G. Pflug" <fgp@phlo.org>)
List pgadmin-hackers
Florian G. Pflug wrote:
> Hi
>
> Here are various small patches I created today.
>
> 1) The first
> (pgadmin3-dumpall.patch) adds pg_dumpall to the list
> of postgres binaries that are copied into the app bundle.

Thanks, applied.

> 2) When testing that one, I noticed that complete-bundle.sh seems
> to be broken - at lost on my 10.3.9 buildserver. The reason is
> that awk is called with "-F: -F\ " - which I guess ist meant to
> mean "treat either a color or a space as field seperator". It
> seems, however, that the second -F just overrides that first,
> and therefore the filename followed by a colon is put into todo_obj,
> instead of just the filename. Since -F takes a regex as parameter,
> the fix is easy - just use ":| " as parameter to -F. While I was
> at it, I also changed the output record seperator from newline (default)
> to space. This is purely cosemtic, but makes the output of the script
> a bit more readable. This patch should probably be applied to head and
> 1.6.

Done. Seems to work fine here.

>
> 3) The last patch ist a first shot at a create-dmg script. It seems to work
> quite fine - it even attaches a license to the dmg that the user has to
> accept before the dmg is mounted ;-)

Cool - works a treat here so I've replaced the installer with it in
-head. It'd be really cool if you could work up one of those funky
background graphics for the finder window that hint on how to install
into the Applications dir. Hint, hint :-)

Thanks for the patches :-)

Regards, Dave.

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r5921 - trunk/pgadmin3/pkg/mac
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r5920 - trunk/www/locale/fr_FR/LC_MESSAGES