Skip to content

Commit

Permalink
Turn vendored Node.js' http-parser into a git submodule (aio-libs#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored May 18, 2018
1 parent 214490a commit e57ca49
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 8,284 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
# Ensure the Git Submoduldes have been pulled down too
- git submodule update --init --recursive

- "tools/build.cmd %PYTHON%\\python.exe -m pip install -U pip wheel setuptools"
- "tools/build.cmd %PYTHON%\\python.exe -m pip install -r requirements/ci.txt"

Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "vendor/http-parser"]
path = vendor/http-parser
url = git://github.com/nodejs/http-parser.git
branch = 54f55a2
1 change: 1 addition & 0 deletions CHANGES/3011.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Turn ``vendor/http-parser`` into a submodule, developers will be able to pull changes from upstream more easily.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ I hope everybody knows how to work with git and github nowadays :)

Workflow is pretty straightforward:

1. Clone the GitHub_ repo
1. Clone the GitHub_ repo using ``--recurse-submodules`` argument

2. Make a change

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ I hope everybody knows how to work with git and github nowadays :)

Workflow is pretty straightforward:

1. Clone the GitHub_ repo
1. Clone the GitHub_ repo using ``--recurse-submodules`` argument

2. Make a change

Expand Down
1 change: 1 addition & 0 deletions vendor/http-parser
Submodule http-parser added at 54f55a
30 changes: 0 additions & 30 deletions vendor/http-parser/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions vendor/http-parser/.mailmap

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/http-parser/.travis.yml

This file was deleted.

68 changes: 0 additions & 68 deletions vendor/http-parser/AUTHORS

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/http-parser/LICENSE-MIT

This file was deleted.

160 changes: 0 additions & 160 deletions vendor/http-parser/Makefile

This file was deleted.

Loading

0 comments on commit e57ca49

Please sign in to comment.