Skip to content

Commit

Permalink
fix: add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Feb 23, 2023
1 parent a8bf972 commit c0a3bdb
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/sharness/t0113-gateway-symlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
generated with:

```sh
# using ipfs version 0.18.1
mkdir testfiles &&
echo "content" > testfiles/foo &&
ln -s foo testfiles/bar &&
Expand Down
2 changes: 2 additions & 0 deletions test/sharness/t0114-gateway-subdomains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
generated with:

```sh
# using ipfs version 0.18.1

# CIDv0to1 is necessary because raw-leaves are enabled by default during
# "ipfs add" with CIDv1 and disabled with CIDv0
CID_VAL="hello"
Expand Down
1 change: 1 addition & 0 deletions test/sharness/t0115-gateway-dir-listing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
generated with:

```sh
# using ipfs version 0.18.1
mkdir -p rootDir/ipfs &&
mkdir -p rootDir/ipns &&
mkdir -p rootDir/api &&
Expand Down
1 change: 1 addition & 0 deletions test/sharness/t0116-gateway-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
generated with:

```sh
# using ipfs version 0.18.1
mkdir -p root2/root3/root4 &&
echo "hello" > root2/root3/root4/index.html &&
ROOT1_CID=$(ipfs add -Qrw --cid-version 1 root2)
Expand Down
1 change: 1 addition & 0 deletions test/sharness/t0117-gateway-block/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
generated with:

```sh
# using ipfs version 0.18.1
mkdir -p dir &&
echo "hello application/vnd.ipld.raw" > dir/ascii.txt &&
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 dir) &&
Expand Down
3 changes: 2 additions & 1 deletion test/sharness/t0118-gateway-car/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

generated with:

```shell
```sh
# using ipfs version 0.18.1
mkdir -p subdir &&
echo "hello application/vnd.ipld.car" > subdir/ascii.txt &&
ROOT_DIR_CID=$(ipfs add -Qrw --cid-version 1 subdir) &&
Expand Down
1 change: 1 addition & 0 deletions test/sharness/t0123-gateway-json-cbor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
generated with:

```sh
# using ipfs version 0.18.1
mkdir -p rootDir/ipfs &&
mkdir -p rootDir/ipns &&
mkdir -p rootDir/api &&
Expand Down
1 change: 1 addition & 0 deletions test/sharness/t0400-api-no-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
generated with:

```sh
# using ipfs version 0.18.1
HASH=$(echo "testing" | ipfs add -q)
ipfs dag export $HASH > fixtures.car

Expand Down

0 comments on commit c0a3bdb

Please sign in to comment.