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: Jaka Kranjc <smgl AT lynxlynx.info>
  • 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 19:38:16 +0200

On Saturday 14 of June 2008 19:18:14 Eric Sandall wrote:
> On Saturday, June 14 2008 10:14:40 Eric Sandall wrote:
> > 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
>
> This doesn't seem to save any space on the others:
It does save a few real K, the end result varying on your block size. I did
check the others myself, but as you found out, there's no big difference.

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

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




Archive powered by MHonArc 2.6.24.

Top of Page