diff options
| author | Marijn Tamis <[email protected]> | 2018-05-24 11:45:14 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-05-24 11:45:14 +0200 |
| commit | 3d05e068236ee7c116cc512ca932cd88acb1e9fe (patch) | |
| tree | 81b8fd43a1b738beecb9095b2f51335fda144980 | |
| parent | NvCloth 1.1.4 Release. (24070740) (diff) | |
| download | nvcloth-3d05e068236ee7c116cc512ca932cd88acb1e9fe.tar.xz nvcloth-3d05e068236ee7c116cc512ca932cd88acb1e9fe.zip | |
Fixed the 'NVGTL is unreachable' issue.
| -rw-r--r-- | NvCloth/scripts/packman/config.packman.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NvCloth/scripts/packman/config.packman.xml b/NvCloth/scripts/packman/config.packman.xml index b2fad68..8c61e70 100644 --- a/NvCloth/scripts/packman/config.packman.xml +++ b/NvCloth/scripts/packman/config.packman.xml @@ -1,4 +1,4 @@ -<config remotes="gtl"> +<config remotes="s3 gtl"> <remote name="s3" type="s3" packageLocation="packman"> <credentials id="AKIAJHPSPBMWMTZS6TJA" key="vK3d0lHiQjEW9krFfvKA4OLpuHGxi2L4/Q4r4IuT" errorUrl="https://gtl-gitlab.nvidia.com/halldor/packman/wikis/credentials/failure-using-s3-packman-read-access"/> |