digitalmars.D - dub server needs snapshot version of the project code.
- zoujiaqing (3/3) Jul 30 2020 dub server needs snapshot version of the project code.
- Andre Pany (5/8) Jul 30 2020 I am not sure wheter I understand you correctly. But I assume you
- zoujiaqing (3/13) Jul 30 2020 I found that dub still has a lot to improve. You can refer to
- WebFreak001 (2/5) Jul 30 2020 which libraries do you need? I've got all of them mirrored
- zoujiaqing (9/15) Jul 30 2020 Example:
- GoaLitiuM (5/21) Jul 30 2020 There is a mirror available here:
- WebFreak001 (2/18) Jul 30 2020 uploaded the git repo here: https://wfr.moe/f62aTB/bgfx-d.tar.xz
- zoujiaqing (3/3) Jul 31 2020 Thank you for all!
- Andre Pany (14/17) Jul 31 2020 Dub-Registry does not host source code but only links to the
dub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).
Jul 30 2020
On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:dub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).I am not sure wheter I understand you correctly. But I assume you are facing this bug https://github.com/dlang/dub-registry/pull/458 Kind regards Andre
Jul 30 2020
On Thursday, 30 July 2020 at 17:51:09 UTC, Andre Pany wrote:On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:I found that dub still has a lot to improve. You can refer to tools like gradle for java, npm for nodejs and brew on macOS.dub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).I am not sure wheter I understand you correctly. But I assume you are facing this bug https://github.com/dlang/dub-registry/pull/458 Kind regards Andre
Jul 30 2020
On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:dub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).which libraries do you need? I've got all of them mirrored
Jul 30 2020
On Thursday, 30 July 2020 at 18:34:04 UTC, WebFreak001 wrote:On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:Example: $ time dub build Fetching bgfx-d 0.16.0 (getting selected version)... Downloading https://code.dlang.org/packages/bgfx-d/0.16.0.zip failed with 404 (Not Found). real 0m58.797s user 0m0.063s sys 0m0.141sdub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).which libraries do you need? I've got all of them mirrored
Jul 30 2020
On Thursday, 30 July 2020 at 18:43:24 UTC, zoujiaqing wrote:On Thursday, 30 July 2020 at 18:34:04 UTC, WebFreak001 wrote:There is a mirror available here: https://github.com/olehlong/bgfx-d If you need to target latest version of bgfx, you should consider using bindbc-bgfx package instead.On Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:Example: $ time dub build Fetching bgfx-d 0.16.0 (getting selected version)... Downloading https://code.dlang.org/packages/bgfx-d/0.16.0.zip failed with 404 (Not Found). real 0m58.797s user 0m0.063s sys 0m0.141sdub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).which libraries do you need? I've got all of them mirrored
Jul 30 2020
On Thursday, 30 July 2020 at 18:43:24 UTC, zoujiaqing wrote:On Thursday, 30 July 2020 at 18:34:04 UTC, WebFreak001 wrote:uploaded the git repo here: https://wfr.moe/f62aTB/bgfx-d.tar.xzOn Thursday, 30 July 2020 at 14:22:13 UTC, zoujiaqing wrote:Example: $ time dub build Fetching bgfx-d 0.16.0 (getting selected version)... Downloading https://code.dlang.org/packages/bgfx-d/0.16.0.zip failed with 404 (Not Found). real 0m58.797s user 0m0.063s sys 0m0.141sdub server needs snapshot version of the project code. Now many dependent libraries can no longer pull instead of code packets (404).which libraries do you need? I've got all of them mirrored
Jul 30 2020
Thank you for all! I don't want more libraries to find files. Now the dub server does not keep these files for a long time, which may be risky.
Jul 31 2020
On Friday, 31 July 2020 at 18:13:39 UTC, zoujiaqing wrote:Thank you for all! I don't want more libraries to find files. Now the dub server does not keep these files for a long time, which may be risky.Dub-Registry does not host source code but only links to the source code stored e.g. on github / gitlab. In your case the author of the github repository decided to delete everything within his github account. The company I work for has many rules regarding building software. One rule is: no connection to the internet during the build of the software. Therefore the dub packages I need I have uploaded to an internal maven server and dub fetches the dub packages from there. There are various benefits of this approach: security, stability, performance. Kind regards Andre
Jul 31 2020