https://github.com/SoftwareHeritage/swh-model
Revision 17f04939f4fd44684e223c518d705619d2d83fee authored by Antoine R. Dumont (@ardumont) on 08 June 2016, 13:09:18 UTC, committed by Antoine R. Dumont (@ardumont) on 08 June 2016, 13:09:18 UTC
This actually is supposed to replace
walk_and_compute_sha1_from_directory.
The data structure used here is better at handling updates.

(Code that actually got lost and rewritten - Tests are definitely lost though)
1 parent 1af7aed
Raw File
Tip revision: 17f04939f4fd44684e223c518d705619d2d83fee authored by Antoine R. Dumont (@ardumont) on 08 June 2016, 13:09:18 UTC
Open a new walk_and_compute_sha1_from_directory_2 api
Tip revision: 17f0493
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top