From Fedora Project Wiki
< User:Skvidal | BuildSystem
(Created page with "= BuildSystem Specs = This is where we will put the specs for the web interface we need to build == DB Schema == == UI Requirements == == NON-UI (rest-ish) requirements ==") |
|||
Line 6: | Line 6: | ||
== UI Requirements == | == UI Requirements == | ||
Basic original requirements for personal repos: | |||
# auth to fas | |||
# data to get: | |||
## name of repo | |||
## srpms to build (urls to them) | |||
## urls to the repos to use for other build deps | |||
## base fedora/rhel tree to build from | |||
# some way to query this data from the build manager | |||
== NON-UI (rest-ish) requirements == | == NON-UI (rest-ish) requirements == |
Revision as of 16:26, 2 August 2012
BuildSystem Specs
This is where we will put the specs for the web interface we need to build
DB Schema
UI Requirements
Basic original requirements for personal repos:
- auth to fas
- data to get:
- name of repo
- srpms to build (urls to them)
- urls to the repos to use for other build deps
- base fedora/rhel tree to build from
- some way to query this data from the build manager