diff options
| author | Marijn Tamis <[email protected]> | 2018-07-06 17:26:27 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2018-07-06 17:26:27 +0200 |
| commit | c3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9 (patch) | |
| tree | 08b85c3d9bcbfec3ee2340e9625b10a5bc1e3dbc /NvCloth/scripts/packman/config.packman.xml | |
| parent | Fix cmake.packman.xml using an advice from Halldor, so it should work for non... (diff) | |
| download | nvcloth-c3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9.tar.xz nvcloth-c3ac1004e49545ad0e92c6a1bc6a0a2b8c2ad3d9.zip | |
Fixed packman issues. 2447985
Diffstat (limited to 'NvCloth/scripts/packman/config.packman.xml')
| -rw-r--r-- | NvCloth/scripts/packman/config.packman.xml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/NvCloth/scripts/packman/config.packman.xml b/NvCloth/scripts/packman/config.packman.xml index 8c61e70..a3b89aa 100644 --- a/NvCloth/scripts/packman/config.packman.xml +++ b/NvCloth/scripts/packman/config.packman.xml @@ -1,10 +1,3 @@ -<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"/> - </remote> - <remote name="gtl" type="gtl"> - <credentials id="svcgtlautomate" key="QHV0ME1AdDNHVEwkY3IxcHQk"/> - </remote> - <remote name="cloudfront" type="https" packageLocation="d2bmww5yym6ce8.cloudfront.net/${name}@${version}" /> -</config> +<config remotes="cloudfront"> + <remote name="cloudfront" packageLocation="d4i3qtqj3r0z5.cloudfront.net/${name}@${version}" type="https" /> +</config>
\ No newline at end of file |