Mathieu Aubin
Mathieu Aubin
do your testing in a git managed folder you quickly setup and then just do a hard reset on the repository to clean up? no? It's quick. rm -rf $tmpDir...
Try using [GNU Parallel](https://www.gnu.org/software/parallel/)
Hi! Looking at the logfile generated from your repo and selecting all related info... ``` 1431577825|Ekevoo|A|/oneall/django_app/models.py 1433849539|Ekevoo|M|/oneall/django_app/models.py 1433904622|Ekevoo|M|/oneall/django_app/models.py 1433987454|Ekevoo|M|/oneall/django_app/models.py 1433989141|Ekevoo|M|/oneall/django_app/models.py 1433991898|Ekevoo|M|/oneall/django_app/models.py ``` That file never gets deleted
i have generated this log with gource... using (posted from the readme): ``` gource --output-custom-log my-project-custom.log ``` maybe use gitk to browse
That's very true. Hence the: maybe use gitk to browse - meaning look at your git logs - gource did not invent the file - Could be coming from a...
Just build your own copy from the repository, in the meantime...
sorry for the very bad title of this pull
The answer you got points straight to what you need. Custom log is pipe delimited following simple rules described on the page you got. must convert your xml to suitable/acceptable...
i know this is old but what does this mean??
You could use straight up FFmpeg for recording from the command line