Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (dfcf94d934cb72d5e77e057594d810de91422cb6)

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 AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (dfcf94d934cb72d5e77e057594d810de91422cb6)
  • Date: Sat, 14 Jun 2008 17:14:40 +0000

On Saturday, June 14 2008 06:37:11 Jaka Kranjc wrote:
> GIT changes to master grimoire by Jaka Kranjc
> <lynxlynxlynx AT sourcemage.org>:
<snip>
>
> New commits:
> commit dfcf94d934cb72d5e77e057594d810de91422cb6
> Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
>
> *.gpg: minimized keyrings and saved 385K
> important since part of that is always reproduced in the tablet
>
> used:
> find -iname "*.gpg" | while read a; do gpg --no-default-keyring
> --keyring ./$a \ --export-options export-minimal --output ${a}2 --export;
> du -sh ${a} ${a}2; mv ${a}2 ${a}; done
<snip>

We should probably do this to all grimoires. How do we keep entries "minimal"
so we do not have to periodically do this cleanup?

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page