-
- Downloads
mr: run msg_filter scripts without chmod +x
With more modern packaging methods, the executable flag gets stripped from the files in data. Adjust mr.py to run the scripts with python3 explicitly, doing it like that is actually better than having these scripts that are not meant to be executed directly with the executable flag on the filesystem. Fixes: issue 20
parent
d77deb26
No related branches found
No related tags found
mrhlpr/data/msg_filter_add_commit_id.py
100755 → 100644
File mode changed from 100755 to 100644
mrhlpr/data/msg_filter_add_label.py
100755 → 100644
File mode changed from 100755 to 100644
Please register or sign in to comment