diff options
| author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2023-03-10 12:46:57 +0100 |
|---|---|---|
| committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2023-03-10 12:46:57 +0100 |
| commit | bf386f24845d3ca8a7921619b1e199bd5b4eb41d (patch) | |
| tree | b6bbb6e1f78f44df6d3914964b488132c9b80b1d | |
| parent | c3fcebda41812158f6b2d811cf9b30d031865872 (diff) | |
Temporarily re-disable simplestreams.fix-xubuntu-minimal-streams
| -rw-r--r-- | lib/cdimage/tree.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/cdimage/tree.py b/lib/cdimage/tree.py index b24679c..e84fe6a 100644 --- a/lib/cdimage/tree.py +++ b/lib/cdimage/tree.py @@ -1825,6 +1825,9 @@ class Publisher: def refresh_simplestreams(self): """For the publisher cycle, refresh the corresponding sstreams.""" + logger.warning("Warning! Simplestreams temporarily disabled!") + return + if self.config.get("SIMPLESTREAMS") == "0": # SimpleStreams are enabled by default now. return |
