diff options
| author | Bryan Galdrikian <[email protected]> | 2024-12-20 16:15:12 -0800 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2024-12-20 16:15:12 -0800 |
| commit | b16fdc73d55b467b15595e32c70418ea55c1fe2b (patch) | |
| tree | 4213c6fe17aafd8bdf23e66d376ca03ccb33ae86 /buildtools/packman/config.packman.xml | |
| parent | Removing reference to deprecated documentation server (diff) | |
| download | blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.tar.xz blast-b16fdc73d55b467b15595e32c70418ea55c1fe2b.zip | |
Updating packman
Diffstat (limited to 'buildtools/packman/config.packman.xml')
| -rw-r--r-- | buildtools/packman/config.packman.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildtools/packman/config.packman.xml b/buildtools/packman/config.packman.xml new file mode 100644 index 0000000..24ca05d --- /dev/null +++ b/buildtools/packman/config.packman.xml @@ -0,0 +1,5 @@ +<config remotes="cloudfront"> + <remote2 name="cloudfront"> + <transport actions="download" protocol="https" packageLocation="d4i3qtqj3r0z5.cloudfront.net/${name}@${version}" /> + </remote2> +</config> |