drupal-composer / drupal-packagist

:package: Drupal Packagist server to automatically build package information from projects on drupal.org
http://packagist.drupal-composer.org
28 stars 4 forks source link

wither packagist.drupal-composer.org ? #56

Closed ghost closed 8 years ago

ghost commented 8 years ago

Creating a new project as always, now currently fails

composer -vvv create-project \
  --keep-vcs \
  --stability dev \
  --no-interaction \
 drupal-composer/drupal-project:8.x-dev d8
    Downloading https://packagist.drupal-composer.org/packages.json
    Downloading https://packagist.drupal-composer.org/packages.json
    Downloading https://packagist.drupal-composer.org/packages.json

      [Composer\Downloader\TransportException]                                                  
      The "https://packagist.drupal-composer.org/packages.json" file could not be downloaded:   
      php_network_getaddresses: getaddrinfo failed: Name or service not known                   
      failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not  
       known                                                                                    

checking

host packagist.drupal-composer.org
    Host packagist.drupal-composer.org not found: 2(SERVFAIL)
dig A packagist.drupal-composer.org +short
    (empty)

and,

@ http://www.downforeveryoneorjustme.com/packagist.drupal-composer.org

    It's not just you! http://packagist.drupal-composer.org looks down from here. 

But

host drupal-composer.org
    drupal-composer.org has address 192.30.252.153
    drupal-composer.org has address 192.30.252.154
    drupal-composer.org mail is handled by 20 mx2.zoho.com.
    drupal-composer.org mail is handled by 10 mx.zoho.com.

I see there's been activity re: http->https for packagist, and IIRC some discussion about which repo Drupal will use.

Has something actually changed here, or is DNS glitched, etc?

webflo commented 8 years ago

DNS is hosted by DO https://status.digitalocean.com/. Use http://packages.webflo.io in the meantime. Same server just a different domain.

ghost commented 8 years ago

digitalocean

yikes!

http://packages.webflo.io

thanks.

zietbukuel commented 7 years ago

@webflo I cannot connect to http://packages.webflo.io/ and I get a 404 on https://packagist.drupal-composer.org/packages.json, how can I fix this?