|
1 | 1 |
|
2 | 2 |
|
3 | 3 | clone:
|
4 |
| - ./fetch-git-revision.sh ../trivial-garbage https://github.com/clasp-developers/trivial-garbage.git |
5 |
| - ./fetch-git-revision.sh ../bordeaux-threads https://github.com/clasp-developers/bordeaux-threads.git |
6 |
| - ./fetch-git-revision.sh ../cffi https://github.com/clasp-developers/cffi.git |
7 |
| - ./fetch-git-revision.sh ../cl-fad https://github.com/clasp-developers/cl-fad.git |
8 |
| - ./fetch-git-revision.sh ../trivial-gray-streams https://github.com/clasp-developers/trivial-gray-streams.git |
9 |
| - ./fetch-git-revision.sh ../usocket https://github.com/clasp-developers/usocket.git |
10 |
| - ./fetch-git-revision.sh ../uuid https://github.com/clasp-developers/uuid.git |
11 |
| - ./fetch-git-revision.sh ../cl-jupyter https://github.com/drmeister/cl-jupyter.git |
12 |
| - ./fetch-git-revision.sh ../cl-ipykernel https://github.com/clasp-developers/cl-ipykernel.git |
13 |
| - ./fetch-git-revision.sh ../cl-ipywidgets https://github.com/clasp-developers/cl-ipywidgets.git |
14 |
| - ./fetch-git-revision.sh ../cl-nglview https://github.com/clasp-developers/cl-nglview.git |
15 |
| - ./fetch-git-revision.sh ../cl-bqplot https://github.com/clasp-developers/cl-bqplot.git |
16 |
| - ./fetch-git-revision.sh ../trivial-backtrace.git https://github.com/clasp-developers/trivial-backtrace.git |
| 4 | + ./fetch-git-revision.sh ../trivial-garbage https://github.com/clasp-developers/trivial-garbage.git origin/master |
| 5 | + ./fetch-git-revision.sh ../bordeaux-threads https://github.com/clasp-developers/bordeaux-threads.git origin/master |
| 6 | + ./fetch-git-revision.sh ../cffi https://github.com/clasp-developers/cffi.git origin/master |
| 7 | + ./fetch-git-revision.sh ../cl-fad https://github.com/clasp-developers/cl-fad.git origin/master |
| 8 | + ./fetch-git-revision.sh ../trivial-gray-streams https://github.com/clasp-developers/trivial-gray-streams.git origin/master |
| 9 | + ./fetch-git-revision.sh ../usocket https://github.com/clasp-developers/usocket.git origin/master |
| 10 | + ./fetch-git-revision.sh ../uuid https://github.com/clasp-developers/uuid.git origin/master |
| 11 | + ./fetch-git-revision.sh ../cl-jupyter https://github.com/drmeister/cl-jupyter.git origin/master |
| 12 | + ./fetch-git-revision.sh ../cl-ipykernel https://github.com/clasp-developers/cl-ipykernel.git origin/master |
| 13 | + ./fetch-git-revision.sh ../cl-ipywidgets https://github.com/clasp-developers/cl-ipywidgets.git origin/master |
| 14 | + ./fetch-git-revision.sh ../cl-nglview https://github.com/clasp-developers/cl-nglview.git origin/master |
| 15 | + ./fetch-git-revision.sh ../cl-bqplot https://github.com/clasp-developers/cl-bqplot.git origin/master |
| 16 | + ./fetch-git-revision.sh ../trivial-backtrace.git https://github.com/clasp-developers/trivial-backtrace.git origin/master |
17 | 17 |
|
18 | 18 |
|
0 commit comments