public inbox for gentoo-releng@lists.gentoo.org
 help / color / mirror / Atom feed
From: Robert Paskowitz <r2d2@gentoo.org>
To: gentoo-releng@lists.gentoo.org
Subject: Re: [gentoo-releng] CONTENT files for CDs
Date: Sat, 13 Aug 2005 05:10:04 -0400	[thread overview]
Message-ID: <42FDB8EC.2050305@gentoo.org> (raw)
In-Reply-To: <20050813085239.GA12605@gentoo.org>

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



  reply	other threads:[~2005-08-13  9:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-13  8:52 [gentoo-releng] CONTENT files for CDs Sven Vermeulen
2005-08-13  9:10 ` Robert Paskowitz [this message]
2005-08-13 10:05   ` Sven Vermeulen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42FDB8EC.2050305@gentoo.org \
    --to=r2d2@gentoo.org \
    --cc=gentoo-releng@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox