From Fedora Project Wiki
(→Action) |
(Fill in fixmes.) |
||
Line 13: | Line 13: | ||
== Verification == | == Verification == | ||
To verify just list the branches. | |||
<pre>git branch</pre> | |||
== Consider Before Running == | == Consider Before Running == | ||
Make sure that the branch in question isn't one of our pre-created branches f??/master, olpc?/master, el?/master | |||
[[Category:Release Engineering SOPs]] | [[Category:Release Engineering SOPs]] |
Revision as of 20:08, 3 September 2010
Description
Release Engineering is often asked by maintainers to remove branches in dist-git by maintainers.
Action
1. Log into pkgs.fedoraproject.org
ssh <fas-username>@pkgs.fedoraproject.org
2. Change to the package's directory
cd /srv/git/rpms/<package>.git/
3. Remove the branch
git branch -D <branchname>
Verification
To verify just list the branches.
git branch
Consider Before Running
Make sure that the branch in question isn't one of our pre-created branches f??/master, olpc?/master, el?/master