Skip to content

Commit 167f007

Browse files
authored
Merge pull request #298 from riscv/jimtcl-mirror
Don't use unreliably hosted submodules (git2cl, jimtcl, libjaylink)
2 parents ebed910 + a81b6d0 commit 167f007

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+12849
-10
lines changed

.gitmodules

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
[submodule "tools/git2cl"]
2-
path = tools/git2cl
3-
url = http://repo.or.cz/r/git2cl.git
41
[submodule "jimtcl"]
52
path = jimtcl
6-
url = http://repo.or.cz/r/jimtcl.git
7-
[submodule "src/jtag/drivers/libjaylink"]
8-
path = src/jtag/drivers/libjaylink
9-
url = http://repo.or.cz/r/libjaylink.git
3+
url = https://github.com/msteveb/jimtcl

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ script:
5555
# 50 changes any case. Most merges won't consist of more than 40 changes,
5656
# so this should work fine most of the time, and be a lot better than not
5757
# checking at all.
58-
- git diff -U20 HEAD~40 | ./tools/scripts/checkpatch.pl --no-signoff -
58+
- git diff -U20 HEAD~40 |
59+
filterdiff -x "src/jtag/drivers/libjaylink/*" -x "tools/git2cl/*" |
60+
./tools/scripts/checkpatch.pl --no-signoff -
5961
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make
6062
- file src/$EXECUTABLE

src/jtag/drivers/libjaylink

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
aclocal.m4
2+
autom4te.cache
3+
build-aux
4+
config.h*
5+
config.log
6+
config.status
7+
configure
8+
configure.gnu
9+
.deps
10+
doxy/
11+
Doxyfile
12+
INSTALL
13+
*.la
14+
libjaylink.pc
15+
.libs
16+
libtool
17+
*.lo
18+
m4/libtool.m4
19+
m4/lt*.m4
20+
Makefile
21+
Makefile.in
22+
*.o
23+
stamp-h1
24+
version.h
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Please check the source code files and/or Git commit history for a list of all
2+
authors and contributors.

src/jtag/drivers/libjaylink/COPYING

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please check the Git commit history for a detailed list of changes.

0 commit comments

Comments
 (0)