This PR is a partial solution to issue #205
Added a new field to store scm reference in repositories table.
Created a method in svn and git downloaders module to get the hash/revision number.
The method is called in the downloader step in from processor module.
The tests still must be done.
There is a bug when saving the svn reference, but the git is correctly saved.
This PR is a partial solution to issue #205 Added a new field to store scm reference in repositories table. Created a method in svn and git downloaders module to get the hash/revision number. The method is called in the downloader step in from processor module. The tests still must be done. There is a bug when saving the svn reference, but the git is correctly saved.
Signed-off-by: Wilton Rodrigues braynwilton@gmail.com Signed-off-by: Matheus Ferraz matheus_ccmf@yahoo.com Signed-off-by: Leonardo Cambraiacambraia@protonmail.com