Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f4344b0

Browse files
vmxalanshaw
authored andcommitted
revert: docs: add migration note about upgrading from < 0.30.0 (#1450) (#1456)
This reverts commit 48aceb1. This issue was fixed upstream in git-validate with the release of version 2.2.4. AEgir 15.0.1 uses that fixed release. As we use version ranges for dependencies, it is automatically fixed now. Hence reverting the original commit.
1 parent 48aceb1 commit f4344b0

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

CHANGELOG.md

-13
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,6 @@ Signed-off-by: David Dias <[email protected]>
5353
License: MIT
5454
Signed-off-by: Alan Shaw <[email protected]>
5555

56-
* Git pre-push hook has been removed
57-
58-
**This only applies to developers that build IPFS from source, not for consumers**
59-
60-
This can cause problems during installation of npm dependencies, in case the repository
61-
is not freshly cloned. Prior to 0.30.0 a pre-push hook has been set up to verify
62-
changes before sending them to a remote repository. Due to the removal, existing
63-
installations will have dead symlinks that cause `npm install` to fail.
64-
65-
The migration path is to remove the `pre-hook` file/symlink inside `.git/hooks` of
66-
your clone.
67-
68-
[Read this issue](https://github.com./ipfs/js-ipfs/issues/1444) for more information.
6956

7057

7158
<a name="0.29.3"></a>

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ You can check the development status at the [Waffle Board](https://waffle.io/ipf
4242

4343
[**`Weekly Core Dev Calls`**](https://github.com./ipfs/pm/issues/650)
4444

45-
46-
### Upgrading from < 0.30.0
47-
48-
If you're upgrading from < 0.30.0 you might run into errors when installing dependencies due to non-existing git hooks. For fixes, please refer to the [changelog](https://github.com./ipfs/js-ipfs/blob/master/CHANGELOG.md#breaking-changes).
49-
5045
## Tech Lead
5146

5247
[David Dias](https://github.com./diasdavid)
@@ -365,10 +360,10 @@ The core API is grouped into several areas:
365360
- [`ipfs.files.addPullStream([options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesaddpullstream)
366361
- [`ipfs.files.addReadableStream([options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesaddreadablestream)
367362
- [`ipfs.files.cat(ipfsPath, [options], [callback])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescat). Alias to `ipfs.cat`.
368-
- [`ipfs.files.catPullStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescatpullstream)
363+
- [`ipfs.files.catPullStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescatpullstream)
369364
- [`ipfs.files.catReadableStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filescatreadablestream)
370365
- [`ipfs.files.get(ipfsPath, [options], [callback])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesget). Alias to `ipfs.get`.
371-
- [`ipfs.files.getPullStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesgetpullstream)
366+
- [`ipfs.files.getPullStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesgetpullstream)
372367
- [`ipfs.files.getReadableStream(ipfsPath, [options])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#filesgetreadablestream)
373368
- [`ipfs.ls(ipfsPath, [callback])`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#ls)
374369
- [`ipfs.lsPullStream(ipfsPath)`](https://github.com./ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#lspullstream)

0 commit comments

Comments
 (0)