-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Robustness: Have fallbacks if http://cgit.drupalcode.org is not available #71
Comments
With you Alex on that. I hope if we could have them in package like drupal/core Thanks for your quick following up on this |
I think we could have the fall back options as in:
and more fall backs
|
A basic change at your root composer.json file will in development in a quick time.
It worked for me:
Back to continue work on my tasks |
the solution above is also not producing an error but is rather downloading the files with the GitHub interface around : D For us it works this version
Cheers! |
Very good :) 👍 The Following is only a prototype as I think a Fall Back option settings should be with better options by default. not to set them in our custom root composer.json project.
|
Ok, lets convert source into an array and add multiple urls as default. The bc break should be minimal. |
Looking for where is the default setting in the code to come with drupal-scaffold 2.4.1 I think the following is the right change for now, not to have any no http access issues :
Or Raw is the better one |
Even after:
Files will come with HTML in them |
think the comma after |
I do have more items |
Seems that Michael Hess (mlhess) send us that he fixed it. Now I'm back to continue work on my tasks. Thank you 👍 |
Nice idea with conversion to array, easy to implement |
btw There's maintainable repos after split https://www.drupal.org/node/2865141 |
This could be done without a b/c break if the source is typecast to an array. |
We are having the same issue again
We had the some issue of drupal-scaffold before It could be that http://cgit.drupalcode.org/drupal is down From yesterday we had the following issue with packagist WOW this is only 20m ago I think the fallback option is very important, fallback to github or gitlab |
+1 on this issue. We had an hour of cgit.drupal.org down today and faced this issue. Even though drupal/core is coming from github (and loading without any issues), the plain files from cgit makes install failure. |
Today cgit is down again, so +1 |
Today cgit is down again [1] |
Thanks all! Tagged a new release. 2.6.0 is available. |
drupal-composer#71 - Robustness: Have fallbacks if http://cgit.drupalcode.org is not available
21st Dec 2017 http://cgit.drupalcode.org has gone down. This breaks any composer build using scaffold. It feels way off to break builds because of this. Perhaps we could provide default versions of all the files that are scaffolded?
The text was updated successfully, but these errors were encountered: