Details
Details
- in that repository: tox
- in swh-environment: make test
And finally, the following commands no longer reveals those function calls:
$ cd swh-environment $ grep -ri 'hash_data' | grep -v '.tox' | grep -v '.js' | grep -v 'cache' | grep -v '.html' | grep -v '.git' | grep -v '.txt' | grep -v '.build' | grep 'hash_' $ grep -ri 'hash_file' | grep -v '.tox' | grep -v '.js' | grep -v 'cache' | grep -v '.html' | grep -v '.git' | grep -v '.txt' | grep -v '.build' | grep 'hash_' $ grep -ri 'hash_path' | grep -v '.tox' | grep -v '.js' | grep -v 'cache' | grep -v '.html' | grep -v '.git' | grep -v '.txt' | grep -v '.build' | grep 'hash_'
Diff Detail
Diff Detail
- Repository
- rDMOD Data model
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DMOD/job/tox/18/ for more details.
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DMOD/job/tox/19/ for more details.