public inbox for gentoo-releng@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-releng] CONTENT files for CDs
@ 2005-08-13  8:52 Sven Vermeulen
  2005-08-13  9:10 ` Robert Paskowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Vermeulen @ 2005-08-13  8:52 UTC (permalink / raw
  To: gentoo-releng

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

Hi all

Would it be possible to also put CONTENT files for the various CDs online?
Users use this to see what packages are on the Packages CD and developers
can use it to quickly verify what is on the installation CDs.

We did this for 2005.0.

Wkr,
      Sven Vermeulen

-- 
  Documentation project leader - Gentoo Foundation Trustee

  The Gentoo Project   <<< http://www.gentoo.org >>>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-releng] CONTENT files for CDs
  2005-08-13  8:52 [gentoo-releng] CONTENT files for CDs Sven Vermeulen
@ 2005-08-13  9:10 ` Robert Paskowitz
  2005-08-13 10:05   ` Sven Vermeulen
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Paskowitz @ 2005-08-13  9:10 UTC (permalink / raw
  To: gentoo-releng

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

Sven Vermeulen wrote:
> Hi all
> 
> Would it be possible to also put CONTENT files for the various CDs online?
> Users use this to see what packages are on the Packages CD and developers
> can use it to quickly verify what is on the installation CDs.
> 
> We did this for 2005.0.
> 
> Wkr,
>       Sven Vermeulen
> 

http://dev.gentoo.org/~r2d2/contents_2005.1.tbz2 , .CONTENTS for all
.iso's found poseidon in /release/2005.1, generated by (in case anyone
needs new ones, or doesn't trust these, for whatever reason):

cd /release/2005.1
mkdir /tmp/mount
mkdir $HOME/contents
for i in `find -name '*.iso'`; do
	mount -oloop $i /tmp/mount;
	find /tmp/mount | sed -r "s/\/tmp\/mount//g" > $HOME/contents/`basename
$i`.CONTENTS;
	umount /tmp/mount;
done;
tar -cjpvf $HOME/contents.tbz2 -C $HOME/contents/ .
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC/bjsZwjIiODIZ4oRAj3HAJ9AMv5rSjwMDjaHSGy97gPZsCqGJQCeJk+H
U+h7xxEqyM70iLiWHjG5tzE=
=BvXZ
-----END PGP SIGNATURE-----
-- 
gentoo-releng@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-releng] CONTENT files for CDs
  2005-08-13  9:10 ` Robert Paskowitz
@ 2005-08-13 10:05   ` Sven Vermeulen
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen @ 2005-08-13 10:05 UTC (permalink / raw
  To: gentoo-releng

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

On Sat, Aug 13, 2005 at 05:10:04AM -0400, Robert Paskowitz wrote:
> http://dev.gentoo.org/~r2d2/contents_2005.1.tbz2 , .CONTENTS for all
> .iso's found poseidon in /release/2005.1

Thanks!

-- 
  Documentation project leader - Gentoo Foundation Trustee

  The Gentoo Project   <<< http://www.gentoo.org >>>

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-08-13 10:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-13  8:52 [gentoo-releng] CONTENT files for CDs Sven Vermeulen
2005-08-13  9:10 ` Robert Paskowitz
2005-08-13 10:05   ` Sven Vermeulen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox