piejanssens / premiumizer

Download manager for premiumize.me cloud downloads
MIT License
172 stars 45 forks source link

Print version number / git commit in log #170

Open neox387 opened 5 years ago

neox387 commented 5 years ago

@piejanssens To print the version or commit Premiumizer is running on in the log for debugging purposes it needs git, but since docker does not have git installed in the container, I can't get commit it's running on...

So would need to do it manually something like i'm doing with: config_version = 2.1 req_version = 8.4

but then directly in the premiumizer.py file maybe.. although this would mean on every PR that version number needs to be bumped ..

piejanssens commented 5 years ago

Maybe it can be done from the docker file.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.