fix: add versions
Laurent Senta committed
Feb 23, 2023 at 11:42 UTC
42132f1dfca3888a5d08cd4573a154b39b5460dd
8 files changed
+10
-1
test/sharness/t0113-gateway-symlink/README.md
+1
@@ -6,6 +6,7 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
mkdir testfiles &&
11
echo "content" > testfiles/foo &&
12
ln -s foo testfiles/bar &&
test/sharness/t0114-gateway-subdomains/README.md
+2
@@ -6,6 +6,8 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
+
11
# CIDv0to1 is necessary because raw-leaves are enabled by default during
12
# "ipfs add" with CIDv1 and disabled with CIDv0
13
CID_VAL="hello"
test/sharness/t0115-gateway-dir-listing/README.md
+1
@@ -6,6 +6,7 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
mkdir -p rootDir/ipfs &&
11
mkdir -p rootDir/ipns &&
12
mkdir -p rootDir/api &&
test/sharness/t0116-gateway-cache/README.md
+1
@@ -6,6 +6,7 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
mkdir -p root2/root3/root4 &&
11
echo "hello" > root2/root3/root4/index.html &&
12
ROOT1_CID=$(ipfs add -Qrw --cid-version 1 root2)
test/sharness/t0117-gateway-block/README.md
+1
@@ -6,6 +6,7 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
mkdir -p dir &&
11
echo "hello application/vnd.ipld.raw" > dir/ascii.txt &&
12
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 dir) &&
test/sharness/t0118-gateway-car/README.md
+2
-1
@@ -13,7 +13,8 @@
13
14
generated with:
15
16
-```shell
16
+```sh
17
+# using ipfs version 0.18.1
18
mkdir -p subdir &&
19
echo "hello application/vnd.ipld.car" > subdir/ascii.txt &&
20
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 subdir) &&
test/sharness/t0123-gateway-json-cbor/README.md
+1
@@ -14,6 +14,7 @@
14
generated with:
15
16
```sh
17
+# using ipfs version 0.18.1
18
mkdir -p rootDir/ipfs &&
19
mkdir -p rootDir/ipns &&
20
mkdir -p rootDir/api &&
test/sharness/t0400-api-no-gateway/README.md
+1
@@ -6,6 +6,7 @@
6
generated with:
7
8
```sh
9
+# using ipfs version 0.18.1
10
HASH=$(echo "testing" | ipfs add -q)
11
ipfs dag export $HASH > fixtures.car
12