Closed (fixed)
Project:
Drupal core
Version:
8.3.2
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2017 at 19:56 UTC
Updated:
7 Jun 2017 at 19:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
didier misson commentedHello
Same bug !
I update with composer.
Composer say : 8.3.1 --> 8.3.2
but it's 8.3.3-DEV after !!!
https://www.drupal.org/node/2875451
Thanks.
Didier
Comment #3
chrisfromredfinWondering if this was some kind of timing issue. I re-ran these steps but first I cleared my Composer cache with `composer clearcache` and then it seemed to install correctly.
Comment #4
didier misson commentedI don't think it's a Composer cache problem
because Composer say
- Updating drupal/core (8.3.1 => 8.3.2): Downloading (100%)
but after, Drush and Drupal say : 8.3.3-dev
Probably a drupal.org server error on the files downloaded... ?
Comment #5
mile23See: #2352091-56: Create (and maintain) a subtree split of Drupal core
It's because drush uses
\Drupal::VERSION.Comment #6
didier misson commentedI don't think so.
Where Drush would be able to find a 8.3.3-dev version?
And Drupal status page also say 8.3.3-dev...
Comment #7
mariagwyn commentedExact issue exists in 8.2.8 as well.
Comment #8
cilefen commentedThis is not what I experienced upgrading 8.3.1 to 8.3.2 with Composer. \Drupal::VERSION = 8.3.2 and the UI agrees. I am, I hope you understand, confused and a little nervous because I released it.
Comment #9
cilefen commentedComment #10
cilefen commentedThere are tags missing from https://github.com/drupal/core/releases.
Comment #11
didier misson commentedI made backup before "Composer update..."
So I restore all the folders and site is up in D 8.3.1.
So, not urgent
But I wait to understand before try again.
Thanks.
Didier
Comment #12
cilefen commentedOh, that's just sorting, but the dates of the releases and tags are weird for what it's worth.
Comment #13
alexpottI just did
composer create-project drupal-composer/drupal-project:8.x-dev SOME_DIR--stability dev --no-interactionand looking atcore/lib/Drupal.phpthis is what I see:Comment #14
MixologicThis was a bug with the way the subtree splits handled the new tag. I've since modified the splits such that they *should* be more likely to not push 8.3.x-dev as the 8.3.2 tag.
Comment #15
MixologicI had deleted the tag that had the incorrect hash from drupal/core and resplit and reposted. This was fixed around 1pm pst.
Comment #16
cilefen commentedThank you mixologic.
Comment #17
didier misson commentedI will try again this evening.
Thanks you mixologic and celifen.
;-)
Comment #18
alexpott@Mixologic is this fixed so that it'll never happen again?
Comment #19
Mixologic@alexpott : well, thats the hope. The former code was reusing HEAD over and over to re-tag, and reusing the same repo. Now when new tags get split, they only exist as their tag name and do not collide in HEAD: https://bitbucket.org/drupalorg-infrastructure/subtree-splitter/commits/...
When I reran the splitter, it rebuilt the tags properly.
Comment #20
didier misson commentedYesterday I restore the D8.3.1 site.
Today I try again
composer update --with-dependencies
and ALL is ok !
Site is now in D8.3.2
Thanks
Comment #21
jhego commentedHi,
Since update Drupal 8.3.1 to 8.3.2, I have an error : The website encountered an unexpected error. Please try again later. on the page www.example.net/update.php
And on the rest of the website, I have a redirection on www.example.net/core/install.php
I had the same issued when I was installed Drupal 8.3.0.
Someone can help me ?
Thx
Comment #23
cilefen commented#2884479: Composer create-project does not install core