Skip to content

Commit e71c5f2

Browse files
committed
Remove vendor related things
1 parent a5022ef commit e71c5f2

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.gitmodules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
[submodule "codec"]
22
path = codec
33
url = https://github.com/JarryShaw/f2format-codec.git
4-
[submodule "vendor/cpython"]
5-
path = vendor/cpython
6-
url = https://github.com/python/cpython.git
7-
[submodule "vendor/typed_ast"]
8-
path = vendor/typed_ast
9-
url = https://github.com/python/typed_ast.git
10-
[submodule "vendor/parso"]
11-
path = vendor/parso
12-
url = https://github.com/davidhalter/parso.git

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,6 @@ git-upload:
122122
git commit -a -S
123123
git push
124124

125-
# update submodules
126-
git-submodule:
127-
(cd vendor/cpython && git pull)
128-
(cd vendor/parso && git pull)
129-
(cd vendor/pypy && hg pull && hg update)
130-
(cd vendor/typed_ast && git pull)
131-
132125
# upload after distro
133126
git-aftermath: git-submodule
134127
git pull

0 commit comments

Comments
 (0)