You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
By submitting this issue, I confirm the following:
I have read and understood the developer guide in kovri-docs.
I have checked that the issue I am reporting can be replicated or that the feature I am suggesting is not present.
I have checked opened or recently closed pull requests for existing solutions/implementations to my issue/suggestion.
CMakeLists.txt has a function Uname(), which I would like to replace. Reason: uname -a will never work here! I suggest using /etc/os-release to detect distro. My research shows that /etc/os-release should be available on recent versions of the currently supported distros Arch and Ubuntu plus many others.
The text was updated successfully, but these errors were encountered:
Wuodan
added a commit
to Wuodan/kovri
that referenced
this issue
Jun 15, 2018
By submitting this issue, I confirm the following:
CMakeLists.txt has a function
Uname()
, which I would like to replace.Reason:
uname -a
will never work here! I suggest using /etc/os-release to detect distro. My research shows that /etc/os-release should be available on recent versions of the currently supported distros Arch and Ubuntu plus many others.The text was updated successfully, but these errors were encountered: