www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.internals - Adding new packages from github to code.dlang.org

reply Christian =?UTF-8?B?S8O2c3RsaW4=?= <christian.koestlin gmail.com> writes:
Adding new packages from github to code.dlang.org seems to be 
broken.
When I try to add a github repository I get:

     Failed to find a branch containing a valid package 
description file:
     master: Failed to connect to [2606:50c0:8000::154]:443: 
hostUnreachable
     main: Failed to connect to [2606:50c0:8003::154]:443: 
hostUnreachable

Is this just me or a more general problem?

Kind regards,
Christian
Mar 26
parent Guillaume Piolat <first.name gmail.com> writes:
On Thursday, 26 March 2026 at 22:04:57 UTC, Christian Köstlin 
wrote:
 Adding new packages from github to code.dlang.org seems to be 
 broken.
 When I try to add a github repository I get:

     Failed to find a branch containing a valid package 
 description file:
     master: Failed to connect to [2606:50c0:8000::154]:443: 
 hostUnreachable
     main: Failed to connect to [2606:50c0:8003::154]:443: 
 hostUnreachable

 Is this just me or a more general problem?

 Kind regards,
 Christian
Same for old packages getting a new tag. Right now it seems you can't make new tags that would be picked by the registry. https://github.com/dlang/dub-registry/issues/610#issuecomment-4143292957
Mar 27