Commit ec554aa8 authored by Łukasz Nowak's avatar Łukasz Nowak

Revert "grid: Fix debian detection"

This reverts commit 03d0be06.
parent 03d0be06
Pipeline #7779 passed with stage
in 0 seconds
......@@ -55,7 +55,6 @@ def _debianize(os):
minor releases would be seen as not compatible to each other.
"""
distname, version, id_ = os
distname = distname.lower()
if distname == 'debian' and '.' in version:
version = version.split('.')[0]
return distname, version, id_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment