[Insight-developers] error retrieving data
Brad King
brad.king at kitware.com
Wed Nov 9 12:56:05 EST 2011
On 11/9/2011 12:43 PM, M Stauffer (V) wrote:
>> git config alias.gerrit-push
>
> !sh -c "git fetch gerrit&& git push gerrit HEAD:refs/for/master/$(git
> symbolic-ref HEAD | sed -e 's|^refs/heads/||')"
That is the old value. Run the developer setup script again.
This work tree must have been last configured prior to May 9:
http://www.itk.org/Wiki/ITK/Git/Develop/Data#Setup
"...script was last modified for this workflow on May 9, 2011.
Be sure to run it "
Someday I may get to this:
https://itk.icts.uiowa.edu/jira/browse/ITK-140
but doing that check is not straightforward.
Anyway, everything worked as expected except the final push. After
running the setup script again, then do
git gerrit-push --no-topic
to send the data without re-upping the topic:
http://www.itk.org/Wiki/ITK/Git/Develop/Data#Push
-Brad
More information about the Insight-developers
mailing list