Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by Robin Cook

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: SM-Commit Daemon <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Tue, 23 May 2006 08:45:06 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Arwed von Merkatz wrote:
> On Mon, May 22, 2006 at 04:46:00PM -0500, Robin Cook wrote:
>> GIT changes to test grimoire by Robin Cook <rcook AT wyrms.net>:
> [...]
>> diff --git a/gnome2-apps/API_VERSION b/gnome2-apps/API_VERSION
>> new file mode 100755
>> index 0000000..844885a
>> --- /dev/null
>> +++ b/gnome2-apps/API_VERSION
>> @@ -0,0 +1 @@
>> +BUILD_API=2
>> diff --git a/gnome2-apps/FUNCTIONS b/gnome2-apps/FUNCTIONS
>> new file mode 100755
>> index 0000000..1abeab6
>> --- /dev/null
>> +++ b/gnome2-apps/FUNCTIONS
>> @@ -0,0 +1,15 @@
>> +#---------------------------------------------------------------------
>> +## Replaces sorcerys default_pre-remove with a custom version
>> +#---------------------------------------------------------------------
>> +function default_pre_remove() {
>> + debug "libapi" "$FUNCNAME - $*"
>> + real_default_pre_remove "$@"
>> + if [ -f "${SCRIPT_DIRECTORY}/G_SCHEMAS" ]; then
>> + local G_FILE
>> + export
>> GCONF_CONFIG_SOURCE="xml:readwrite:${INSTALL_ROOT}/etc/gconf/gconf.xml.defaults"
>> + for G_FILE in `cat ${SCRIPT_DIRECTORY}/G_SCHEMAS`
>> + do
>> + gconftool-2 --makefile-uninstall-rule
>> "${INSTALL_ROOT}/etc/gconf/schemas/${G_FILE}"
>> + done
>> + fi
>> +}
>
> Could we make this > /dev/null please? Right now, when you dispel two
> spells that use this, the screen gets filled with stuff about schemas
> and you never see sorcerys message about the spells being dispelled.
>

I think it'd be better if we could send that output to a log (even if
the debug log) rather than /dev/null.

- -sandalle

- --
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEcy4CHXt9dKjv3WERAiZuAJ9rNUMGT2myx4MTxnBN1Po08CQHugCfRNVP
S09mbm/I+ZaOevzrf0wCIi8=
=YsrA
-----END PGP SIGNATURE-----




Archive powered by MHonArc 2.6.24.

Top of Page