[OpenAFS] Re: 1.4.14+patches = panic

Andrew Deason adeason@sinenomine.net
Wed, 2 Mar 2011 18:20:12 -0600


On Thu, 3 Mar 2011 00:11:30 +0000
Simon Wilkinson <sxw@inf.ed.ac.uk> wrote:

> It's actually not to hard to pull these in from git directly - just do
> 
> git fetch http://gerrit.openafs.org/p/openafs 6b6064ccacc60eb5a1fe45cc69c65fb621e8980c && git cherry-pick FETCH_HEAD
> git fetch http://gerrit.openafs.org/p/openafs 885dfd0e9d0cb6b4e2e32280a9266d1776ea6859 && git cherry-pick FETCH_HEAD

You can't fetch via SHA1s directly ("fatal: Couldn't find remote ref
6b6064..."). But you can, provided you know the gerrit number:

git fetch http://gerrit.openafs.org/p/openafs refs/changes/61/2161/3 &&\
   git cherry-pick FETCH_HEAD
git fetch http://gerrit.openafs.org/p/openafs refs/changes/05/4105/1 &&\
   git cherry-pick FETCH_HEAD

-- 
Andrew Deason
adeason@sinenomine.net