On Fri, 2010-07-30 at 11:20 +0200, Martin Sourada wrote: 
> On Fri, 2010-07-30 at 17:17 +0800, Chen Lei wrote: 
> > 2010/7/30 Martin Sourada <martin.sour...@gmail.com>:
> > > On Thu, 2010-07-29 at 20:55 -0700, Jesse Keating wrote:
> > > <snip>
> > >> Without the help of many others, this project would never have gotten
> > >> done.  Folks helped out with Koji modifications, with fedpkg
> > >> contributions, with repeated testing of attempted conversions, with
> > >> logic checking of my plans, of helping me understand more of git
> > >> internals and deciphering error output, and most of all with being
> > >> patient while we worked through the transition and very positive along
> > >> the way.  Things will be bumpy over the next few weeks as we really
> > >> start putting distgit to the test.  No amount of staging and testing can
> > >> really replace production use.  There will be many more updates to
> > >> fedpkg as bugs are found and fixed and features are contributed.  Wiki
> > >> pages will get filled out as knowledge of how to interact with dist-git
> > >> starts to spread ( https://fedoraproject.org/wiki/Using_Fedora_GIT is a
> > >> good start ).
> > >
> > > Ok, so trying to update a package (libass) I've noticed a tiny problem:
> > > the fedpkg switch-branch does not seem to set up proper tracking of
> > > remote branches which then results in (uhm, I'm using git commit -a and
> > > git push, so you maybe handle this in fedpkg commit -p):
> > >
> > > pyfedpkg.FedpkgError: There are unpushed changes in your repo
> > >
> > > fedora-packager-0.5.0.1-3.fc12.noarch
> > >
> > > Martin
> > >
> > > --
> > I now use 'git checkout -t origin/f14/master' instead of 'fedpkg
> > switch-branch f14' temporarily.
> I've just find a core of the problem. Looking through the git config
> files I noticed nothing wrong, so I wondered why the push isn't working.
> So I tried pushing from git gui which threw some error, which lead me to
> try renaming the branch to f12/master. And lo! git push now works!
> 
Ugh, I forgot to quote the error:

Pushing to ssh://m...@pkgs.fedoraproject.org/libass
error: there are still refs under 'refs/heads/f14'
remote: error: failed to lock refs/heads/f14[K
To ssh://m...@pkgs.fedoraproject.org/libass
! [remote rejected] f14 -> f14 (failed to lock)
error: failed to push some refs to
'ssh://m...@pkgs.fedoraproject.org/libass'

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to