On Tue, Aug 29, 2017 at 11:43:13AM -0500, Michael Cronenworth wrote: > On 08/29/2017 11:00 AM, Chuck Anderson wrote: > >My packages git checkouts have f25, f27, and master branches. Are > >they supposed to have an f26 brach too? This page suggests they are: > > > >https://fedoraproject.org/wiki/Infrastructure/WhatHappenedToPkgdb > > How are you checking? git branch? Those are local-only branches. > Issue `git branch -a` to view all branches. > > git checkout f26 > > Then you will get the upstream, remote git branch f26. zoneminder]>fedpkg switch-branch f26 Could not execute switch_branch: Unknown remote branch origin/f26 zoneminder]>git branch f25 f27 * master zoneminder]>git branch -a f25 f27 * master remotes/origin/HEAD -> origin/master remotes/origin/f10 remotes/origin/f11 remotes/origin/f12 remotes/origin/f13 remotes/origin/f14 remotes/origin/f15 remotes/origin/f16 remotes/origin/f17 remotes/origin/f18 remotes/origin/f19 remotes/origin/f20 remotes/origin/f21 remotes/origin/f22 remotes/origin/f23 remotes/origin/f24 remotes/origin/f25 remotes/origin/f27 remotes/origin/f7 remotes/origin/f8 remotes/origin/f9 remotes/origin/fc6 remotes/origin/master zoneminder]>git checkout f26 error: pathspec 'f26' did not match any file(s) known to git. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx