This terminator plugin uses resolve-hash module
to solve then redirects to specified commit.
Ref T1695.
Differential D3976
[WIP] Add plugin for terminator to resolve hashes Authored by Duranzed on Mon, Feb 23, 16:23. Tags None Referenced Files
Subscribers None Tokens
Details
This terminator plugin uses resolve-hash module Ref T1695.
Diff Detail
Event TimelineComment Actions Repository move @Duranzed Can you try to recreate the commit on a branch on the top of resolve-hash main and try this command? arc diff --update D3976 HEAD^ -m 'Moving to resolve-hash repository' Comment Actions Updated hash resolver plugin for terminator :
Comment Actions Plugin works, but we need more metadata:
Comment Actions Added README.md file for installation steps Comment Actions Plugin works, but now we need to polish the two README files.
Comment Actions An issue we noticed during proofreading the README and testing installation procedure is terminator runs python3 -sP. The -s matches "Don't add user site directory to sys.path." and blocks the resolvehash module loading: PluginRegistry::load_plugins: Importing plugin resolve_hash.py failed: No module named 'resolvehash' | ||||||||||||||||||||||||||||||||||||||||||||||