tkyggit
tkyggit
1. mirror url is not expected checksum https://github.com/go-nv/goenv/blob/40b645ae1b317a4395efa1a05dcc66b496c30ce2/plugins/go-build/bin/go-build#L512 maybe expected below ``` local tarball_filename=$(basename $package_url) mirror_url="${GO_BUILD_MIRROR_URL}/$tarball_filename" ``` 2. Is the variable IS_TEST in the http function under the wrong condition?...
**Describe the bug/缺陷描述** Install fails when setting URL with context path to G_MIRROR **To Reproduce/缺陷复现步骤** Steps to reproduce the behavior: 1. set G_MIRROR with context path url, like https://aaa.com/bbb/dl. context...
**Version** pulp-operator: 1.0.0-beta.4 pulp images: ``` spec: deployment_type: galaxy image: [quay.io/pulp/galaxy-minimal](http://quay.io/pulp/galaxy-minimal) image_version: 4.6.3 image_web: [quay.io/pulp/galaxy-web](http://quay.io/pulp/galaxy-web) image_web_version: 4.6.3 ``` **Describe the bug** Failure to start in environment with ipv6 disabled **To...
Create URL in p2 repository with the following specification URL:http://download.eclipse.org/technology/m2e/releases/latest/ setup eclipse, and update via plugin. but some jar cannot download. plugins/org.mortbay.jasper.apache-jsp_9.0.83.jar is working, but org.mortbay.jasper.apache-el_9.0.83.jar is not working due...