log2timeline / l2tscaffolder

Scaffolders for bootstrapping development of open source forensics tools.
http://l2tscaffolder.readthedocs.io/
Apache License 2.0
6 stars 9 forks source link

first run of timesketch scaffolder #44

Open aguilajesus opened 5 years ago

aguilajesus commented 5 years ago

while testing timesketch code generation PYTHONPATH=. python3 tools/l2t_scaffolder.py I encountered the following error[0], it did not affect the end results but it could be related to the use of relative paths.

Path [../timesketch] set as the project path.

[0] - Error: ERROR:root:Running: "git checkout test_analizer" failed with error: error: pathspec 'test_analizer' did not match any file(s) known to git

kiddinn commented 5 years ago

try updating the tool and try again... to see if this becomes an issue again....

aguilajesus commented 5 years ago

I ran it again (from HEAD) and I got ERROR:root:Running: "git show-ref --verify --quiet refs/heads/"plugin_test"" failed with error: .

everything worked well, though. this should be WAI since the command did not found the branch.

kiddinn commented 5 years ago

when did this come up?

and the end results, what were they?

also what questions were you asking and what were the answers? (that is what scaffolder was being used)