Skip to content

Instantly share code, notes, and snippets.

@watfordjc
watfordjc / RedisTimeSeries-v1.4.10-master-readies-766b8a45074f3afdf8422dc239fa48b153e3af92.patch
Last active September 27, 2021 08:50
Raspbian patches for RedisLabsModules/readies/paella for RedisTimeSeries versions 1.4.7-1.4.8, 1.4.9, and 1.4.10-a1b2db3c88f62a37c7864fa3371fb8821ddbe353
diff --git a/paella/platform.py b/paella/platform.py
index 56aa809..89fbb48 100755
--- a/paella/platform.py
+++ b/paella/platform.py
@@ -322,7 +322,7 @@ class Platform:
#------------------------------------------------------------------------------------------
def is_debian_compat(self):
- return self.dist == 'debian' or self.dist == 'ubuntu' or self.dist == 'linuxmint'
+ return self.dist == 'debian' or self.dist == 'ubuntu' or self.dist == 'linuxmint' or self.dist == 'raspbian'
@watfordjc
watfordjc / Classifications.config
Created September 4, 2020 05:52
VSSpellChecker Classifications
<?xml version="1.0" encoding="utf-8" ?>
<Classifications>
<Classifiers>
<!-- These define the available classifiers -->
<Classifier Id="PlainText" Type="PlainTextClassifier" />
<Classifier Id="XML" Type="XmlClassifier" />
<Classifier Id="XAML" Type="XmlClassifier" Mnemonic="_" />