<div dir="ltr"><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Sat, Jul 20, 2013 at 12:27 PM, William Woodall <span dir="ltr"><<a href="mailto:william@osrfoundation.org" target="_blank">william@osrfoundation.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">That is a funky state indeed. This is what I would do to fix this up:<div>
<ul><li>git co master</li><li>git rm -rf ./*</li><li>git commit -m "Clean up of master branch"</li><li>git push origin master</li>
<li>git show bloom:tracks.yaml > tracks.yaml</li><li>git add tracks.yaml</li><li>git commit -am "moving tracks.yaml"</li><li>git branch -D bloom</li><li>git push origin :bloom</li><li>git push --all</li><li>
bloom-release -r hydro -t hydro image_common -e</li>
</ul><div>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.</div></div></div></blockquote><div><br></div>
<div>Thanks! That works. </div><div><br></div><div>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.</div>
<div><br></div><div>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: </div>
<div><br></div><div> $ git-bloom-config copy hydro groovy</div><div><div>Track 'groovy' does not exist.</div></div><div><br></div><div>No problem. I'll just create a new one.</div></div>-- <br> joq
</div></div>