mezuro / kalibro_processor

Reimplementation of Kalibro processing
GNU Affero General Public License v3.0
2 stars 10 forks source link

Store SCM reference on a given processing #205

Open rafamanzo opened 8 years ago

rafamanzo commented 8 years ago

This allows, if necessary, to check back removed repositories in order to correlate code with results in the future.

danielkza commented 8 years ago

We also should try to infer those references for the most recent processings of existing repositories if we can.

rafamanzo commented 8 years ago

Every SCM (source code manager) attributes to the current version being viewed and all the stored ones a revision number. Git for example uses a hash.

We want to store that reference within each processing as a string. This will enable us to proceed with #204 saving disk space.