cozy: doc improvements

This commit is contained in:
Colin 2024-03-04 08:28:35 +00:00
parent 60c447b6c4
commit 1e6e4d2644

View File

@ -4,6 +4,7 @@
# 2023/03/29: Fix "invalid version" crash on startup
# - 2023/09/15: still not merged upstream
# - 2023/12/11: merged; remove on next release?
# - 2024/03/03: available in 1.3.0 release
url = "https://github.com/geigi/cozy/pull/762.diff";
hash = "sha256-Wk03NGVU7OsQu3AGILtRsQX2r+wPOt5U85cOWu4q6Uo=";
})
@ -14,7 +15,7 @@
# specifically, i don't want moby to be making these network requests several times per hour
# while it might be roaming or trying to put the RF to sleep.
substituteInPlace cozy/application_settings.py \
--replace 'self._settings.get_int("report-level")' '0'
--replace-fail 'self._settings.get_int("report-level")' '0'
'';
passthru = (upstream.passthru or {}) // { upstream.cozy = cozy; };
})