Loading Fedora in repo.fossology.org

This page is intended to track to effort to load the Fedora distribution into the public FOSSology instance running at http://repo.fossology.org

Proposed UI hierarchy / way to group and load fedora bits

After talking with Fedora developer Kevin Fenzi about what things he thought would be interesting to Fedora developers/users and how Fedora development and release processes work, we (taggart and rando) came up with the following organization:

Fedora/
  8/
    release/
      Fedora-source        releases/8/Fedora/source/iso/Fedora-8-source-DVD.iso
      Fedora-$arch         releases/8/Fedora/$arch/iso/Fedora-8-$arch-DVD.iso
      Everything-source    releases/8/Everything/source/SRPMS/
      Everything-$arch     releases/8/Everything/$arch/os/
    updates/
      source-$date         updates/8/SRPMS/
      $arch-$date          updates/8/$arch/
    updates-testing/
      source-$date         updates/testing/8/SRPMS/
      $arch-$date          updates/testing/8/$arch/
    release+updates/
      source-$date         Everything plus updates, source
      $arch-$date          Everything plus updates, $arch
    release+updates+testing/
      source-$date         Everything plus updates and testing, source
      $arch-$date          Everything plus updates and testing, $arch
    CVS/
      F-8-split/           CVS devel/ using tag F-8-split, make prep'd
        a-c/
        ...
  9/                       Eventually
    Test2/
      Fedora-source
      Everything-source
      Everything-source
      ...                  
    CVS/
      Test2/               CVS devel/ Test2 tag, make prep'd
        a-c/
        ...
      ...                  other interesting tags?
  devel/
    snapshot-$date/
      source               development/source/SRPMS
      $arch                development/$arch/os/
    CVS/
      HEAD/                CVS devel/ HEAD, make prep'd
        a-c/
        ...