currently pushtape-dev builds on the alpha2 tags. this patch makes the profile download the dev versions from git instead of d.o.

CommentFileSizeAuthor
pushtape-devversions.patch2.41 KBdiscipolo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

zirafa’s picture

Yea I think I made this change before tagging for the release. Not sure what the best workflow is here.

But for your patch, no need to explicitly define the git url/method. We can just specify the dev version suffix directly, i.e. 1.x-dev.

discipolo’s picture

thats only built once a day. already led to some confusion. please use the git version

zirafa’s picture

I'm not sure what you are saying in #2. All I'm saying is these two definitions should be equivalent:

projects[module_name][version] = 1.x-dev

is the same as:

projects[module_name][type] = module
projects[module_name][download][type] = git
projects[module_name][download][branch] = 7.x-1.x
discipolo’s picture

no they are not. the first projects[module_name][version] = 1.x-dev uses the http downloads from the project page which are generated from git once a day. so they are usually a day behind the actual code

zirafa’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

I recommend just checking out dev branches directly instead of trying to build a dev version using drush. The current workflow for creating releases on d.o. is just too cumbersome. Maybe in the future moving everything to github would simplify this kind of problem.