Re: [Ros-release] how to migrate 4-month-old GBP repo to lat…

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Jack O'Quin
Dato:  
Til: William Woodall
CC: ros-release@code.ros.org
Emne: Re: [Ros-release] how to migrate 4-month-old GBP repo to latest bloom?
On Sat, Jul 20, 2013 at 12:27 PM, William Woodall <
> wrote:


> That is a funky state indeed. This is what I would do to fix this up:
>
>    - git co master
>    - git rm -rf ./*
>    - git commit -m "Clean up of master branch"
>    - git push origin master
>    - git show bloom:tracks.yaml > tracks.yaml
>    - git add tracks.yaml
>    - git commit -am "moving tracks.yaml"
>    - git branch -D bloom
>    - git push origin :bloom
>    - git push --all
>    - bloom-release -r hydro -t hydro image_common -e

>
> I'm not sure why the auto conversion isn't working, but I have forked the
> repo and I'll look into it. The above instructions should get you rolling
> though.
>


Thanks! That works.

I was gradually feeling my way through most of these steps, but missing a
few. Is there a doc on the desired bloom repo format? Once in a while the
seem to need minor surgery like this.

I actually need to release groovy-devel to Groovy, then a different
hydro-devel to Hydro. So, I'll need to configure a groovy track, which is
currently missing. I tried to copy the hydro track as a starting point,
but:

$ git-bloom-config copy hydro groovy
Track 'groovy' does not exist.

No problem. I'll just create a new one.
--
joq