JD wrote:
> Is there an online source code browser for Fedora Packages?

If you mean for the package spec files, patches, etc, then gitweb is
what you'd use:

    http://pkgs.fedoraproject.org/gitweb/?p=puppet.git

Replace puppet with whatever package you want to view.

If you want to see the full source code for the package, with any
Fedora patches applied, then you want to use fedpkg to clone the
package repository and unpack it.  Something like 'yum install fedpkg'
and then:

    fedpkg -a clone puppet
    cd puppet
    fedpkg prep

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No one gets too old to learn a new way of being stupid.

Attachment: pgpmDayF2IZGR.pgp
Description: PGP signature

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to