Posted by dstuart on December 13, 2011 at 9:50am
Hi,
For some reason I am not able to cut new dev release since migration. I have checked into the HEAD and the 6.x-1.x release and it still doesn't seem to build any ideas?
http://drupal.org/project/apachesolr_views
I'm sure its just a training issue, but your help would be appreciated
Regards,
Dave

Comments
Hmm "Cut a new dev release"?
Hmm "Cut a new dev release"? One doesn't usually make new ones until ready for a new branch. If you're ready for a new branch, create the branch (say 7.x-2.x or 8.x-1.x), push it, and then you should be able to create a new release. Your 7.x-1.x and 6.x-1.x-dev releases seem to be working fine.
You can get immediate help for these kinds of things in #drupal-gitsupport; you're welcome to ping me on IRC.
You can file an issue in the
You can file an issue in the infra queue for things like this.
HEAD is not a d.o-legal name for a new branch that can be used for a dev release, and it has a special meaning in git; it's very much best not to use it.
The 6.x-1.x branch was tracking master (which hasn't been updated since the migration), as opposed to the 6.x-1.x branch (which is where you should be pushing - this is good). I've updated the release node to point to the 6.x-1.x branch.
Yea by cut dev release I
Yea by cut dev release I meant the auto creation of a dev tar based on a tracked version. Sounds like it was a training issue in the end. Thanks for your help and good to know where to go in future
Cheers
Dave