Chris Johns commented: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/163#note_146781


What would yo u like to see added? A start that does not leak any personal 
information could be using `os.platform()` ? For example:

```
key_path = (platform.system() + '/' + platform.version() + '/' + 
platform.processor().replace(' ', '_')
```

Any space would be changed to `_`.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/163#note_146781
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to