File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ authors:
13
13
given-names : " Yegor"
14
14
orcid : " https://orcid.org/0000-0001-6370-0678"
15
15
title : " CAM: A Collection of Snapshots of GitHub Java Repositories Together with Metrics"
16
- version : 0.9.2
16
+ version : 0.9.3
17
17
doi : 10.48550/arXiv.2403.08488
18
- date-released : 2024-03-31
18
+ date-released : 2024-09-23
19
19
url : " https://arxiv.org/abs/2403.08488"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ your [personal access token][create-PAT]:
57
57
docker run --detach --name=cam --rm --volume " $( pwd) :/dataset" \
58
58
-e " TOKEN=XXX" -e " TOTAL=1000" -e " TARGET=/dataset" \
59
59
--oom-kill-disable --memory=16g --memory-swap=16g \
60
- yegor256/cam:0.9.2 " make -e >/dataset/make.log 2>&1"
60
+ yegor256/cam:0.9.3 " make -e >/dataset/make.log 2>&1"
61
61
```
62
62
63
63
This command will create a new Docker container, running in the background.
@@ -134,7 +134,7 @@ using one of the existing files as an example.
134
134
if you don' t change any installation scripts:
135
135
136
136
```bash
137
- docker run -v $(pwd):/c --rm yegor256/cam:0.9.2 make -C /c test
137
+ docker run -v $(pwd):/c --rm yegor256/cam:0.9.3 make -C /c test
138
138
```
139
139
140
140
5. Send us a
You can’t perform that action at this time.
0 commit comments