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:18:14 +0000

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:
games:
.0K ./games-rpg-sp/freedroidrpg/ahuillet.gpg
4.0K ./games-rpg-sp/freedroidrpg/ahuillet.gpg2
8.0K ./games-strategy-rts/warzone2100/warzone.gpg
8.0K ./games-strategy-rts/warzone2100/warzone.gpg2
4.0K ./fuse.gpg
4.0K ./fuse.gpg2
20K ./gurus.gpg
20K ./gurus.gpg2

z-rejected:
4.0K ./z-crypto/truecrypt/TrueCrypt_Foundation.gpg
4.0K ./z-crypto/truecrypt/TrueCrypt_Foundation.gpg2
4.0K ./z-http/firefox-bin/firefox.gpg
4.0K ./z-http/firefox-bin/firefox.gpg2
4.0K ./z-windowmanagers/ion3/ion3.gpg
4.0K ./z-windowmanagers/ion3/ion3.gpg2
4.0K ./thomas.orgis.gpg
4.0K ./thomas.orgis.gpg2
32K ./gurus.gpg
32K ./gurus.gpg2

--
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