From Fedora Project Wiki

Revision as of 15:42, 3 January 2012 by Spot (talk | contribs) (Created page with "{{shortcut|RSOP:BRANCH}} == Description == <!-- Put a description of the task here. --> This SOP covers how to make git and pkgdb branches for packages, either for new packages t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shortcut:
RSOP:BRANCH

Description

This SOP covers how to make git and pkgdb branches for packages, either for new packages that have passed review, or for existing packages that need a new branch (e.g. EPEL). Release Engineering has written a script to automate this process.

Normal Action (automated)

1) On your local system (not on an infrastructure hosted system), be sure you have the following packages installed:

  • python-bugzilla
  • python-configobj
  • python-fedora

2) Run "bugzilla login" and successfully receive an Authorization cookie.

3) Clone the fedora-infrastructure tools repository:

git clone ssh://git.fedorahosted.org/git/fedora-infrastructure.git

4) In scripts/process-git-requests, run "process-git-requests". Answer the prompts.

Manual Action

TODO