Updates various buckets (-b opt) to new names
Change-Id: I63d32e856548a4b85524d09b60e4d2f1ba871c25
Signed-off-by: Matthew Dalzell <matthew.dalzell@arm.com>
diff --git a/docs/index.md b/docs/index.md
index 9b5e9fa..50e4b28 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1576,7 +1576,7 @@
Example:
```
-$ tpcli -t <token> -b trustedfirmware-prod-storage https://publish.trustedfirmware.org/upload/path/on/server file
+$ tpcli -t <token> -b openci-trustedfirmware-storage-prod https://publish.trustedfirmware.org/upload/path/on/server file
```
where *tuxput* instance's endpoint is at https://publish.trustedfirmware.org/upload/.*
@@ -1589,7 +1589,7 @@
```
$ touch sample.txt
-$ tpcli -t <token> -b trustedfirmware-prod-storage https://publish.trustedfirmware.org/upload/demo sample.txt
+$ tpcli -t <token> -b openci-trustedfirmware-storage-prod https://publish.trustedfirmware.org/upload/demo sample.txt
```
produces:
@@ -1605,7 +1605,7 @@
$ mkdir demo2/sub
$ touch demo2/sample1.txt
$ touch demo2/sub/sample2.txt
-$ tpcli -t <token> -b trustedfirmware-prod-storage https://publish.trustedfirmware.org/upload demo2
+$ tpcli -t <token> -b openci-trustedfirmware-storage-prod https://publish.trustedfirmware.org/upload demo2
```
produces:
@@ -1622,7 +1622,7 @@
$ mkdir demo2/sub
$ touch demo2/sample1.txt
$ touch demo2/sub/sample2.txt
-$ tpcli -t <token> -b trustedfirmware-prod-storage https://publish.trustedfirmware.org/upload/builds/202105 demo2
+$ tpcli -t <token> -b openci-trustedfirmware-storage-prod https://publish.trustedfirmware.org/upload/builds/202105 demo2
```
produces:
@@ -1668,13 +1668,13 @@
package and run the following command using your personal token
```
-tpcli -t <token> -b trustedfirmware-fvp https://publish.trustedfirmware.org/upload <fvp model>
+tpcli -t <token> -b openci-trustedfirmware-fvp-prod https://publish.trustedfirmware.org/upload <fvp model>
```
for the case of the `FVP_Base_RevC-2xAEMvA_11.15_14.tgz`, command becomes
```
-tpcli -t <token> -b trustedfirmware-fvp https://publish.trustedfirmware.org/upload FVP_Base_RevC-2xAEMvA_11.15_14.tgz
+tpcli -t <token> -b openci-trustedfirmware-fvp-prod https://publish.trustedfirmware.org/upload FVP_Base_RevC-2xAEMvA_11.15_14.tgz
```
If no errors are seen, the corresponding [CI job](https://ci.trustedfirmware.org/job/fvp-docker-images/)
@@ -1689,12 +1689,12 @@
toolchains, builds with which should be tested in addition to open-source
toolchains.
-To facilitate use of such build dependencies, the `trustedfirmware-private`
+To facilitate use of such build dependencies, the `openci-trustedfirmware-private-prod`
Tuxput bucket was created. Non-public build dependencies should be uploaded
in a subdirectory of that bucket, based on their category. We will informally
call it a sub-bucket below.
-An example of sub-bucket is `trustedfirmware-private/armclang`, which is used
+An example of sub-bucket is `openci-trustedfirmware-private-prod/armclang`, which is used
to store "Arm Compiler for Embedded" toolchains (also known as Arm Clang).
## Managing Arm Clang toolchains
@@ -1705,7 +1705,7 @@
compliance with restrictions and license terms acceptance.
For usage in the CI, Arm Clang toolchain packages should be stored in
-`trustedfirmware-private/armclang` sub-bucket.
+`openci-trustedfirmware-private-prod/armclang` sub-bucket.
As an example, if the download site shows the information like:
```
@@ -1718,7 +1718,7 @@
then upload it to the sub-bucket as follows:
```
-tpcli -t <token> -b trustedfirmware-private https://publish.trustedfirmware.org/upload/armclang/ ARMCompiler6.13_standalone_linux-x86_64.tar.gz
+tpcli -t <token> -b openci-trustedfirmware-private-prod https://publish.trustedfirmware.org/upload/armclang/ ARMCompiler6.13_standalone_linux-x86_64.tar.gz
```
(Note: There used to be older convention to (re)name installation tarballs
@@ -1727,7 +1727,7 @@
However, in the actual bucket contains you still may see historical
packages with the older naming convention.)
-At the time of Docker image build, contents of the `trustedfirmware-private/armclang`
+At the time of Docker image build, contents of the `openci-trustedfirmware-private-prod/armclang`
sub-bucket are fetched in the root directory of the
[https://git.trustedfirmware.org/ci/dockerfiles.git/tree/](https://git.trustedfirmware.org/ci/dockerfiles.git/tree/)
checkout. For example, it would be: