Skip to content

Commit ff13a63

Browse files
committed
version 3.0.5 beta
1 parent 76a2f63 commit ff13a63

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openplotter-dashboards (3.0.1-beta) bullseye; urgency=medium
1+
openplotter-dashboards (3.0.5-beta) bullseye; urgency=medium
22

33
* Beta
44

openplotterDashboards/installInfluxdb2.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ def main():
2727

2828
print(_('Checking sources...'))
2929
codeName = conf2.get('GENERAL', 'codeName')
30+
dist = conf2.get('GENERAL', 'hostID')
3031
try:
31-
deb = 'deb https://repos.influxdata.com/debian '+codeName+' stable'
32+
deb = 'deb https://repos.influxdata.com/'+dist+' '+codeName+' stable'
3233
sources = subprocess.check_output('apt-cache policy', shell=True).decode(sys.stdin.encoding)
33-
if not 'https://repos.influxdata.com/debian '+codeName in sources:
34+
if not 'https://repos.influxdata.com/'+dist+' '+codeName in sources:
3435
fo = open('/etc/apt/sources.list.d/influxdb.list', "w")
3536
fo.write(deb)
3637
fo.close()
Binary file not shown.

openplotterDashboards/locale/en/LC_MESSAGES/openplotter-dashboards.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
msgid ""
22
msgstr ""
33
"Project-Id-Version: openplotter-dashboards\n"
4-
"POT-Creation-Date: 2022-05-21 11:08+0200\n"
5-
"PO-Revision-Date: 2022-05-21 11:08+0200\n"
4+
"POT-Creation-Date: 2022-05-21 20:49+0200\n"
5+
"PO-Revision-Date: 2022-05-21 20:49+0200\n"
66
"Last-Translator: \n"
77
"Language-Team: \n"
88
"Language: en\n"
@@ -27,15 +27,15 @@ msgstr ""
2727
msgid "Checking sources..."
2828
msgstr ""
2929

30-
#: installGrafana.py:37 installGrafana.py:50 installInfluxdb2.py:38
31-
#: installInfluxdb2.py:65 installKip.py:39 installNoderedDashboard.py:40
30+
#: installGrafana.py:37 installGrafana.py:50 installInfluxdb2.py:39
31+
#: installInfluxdb2.py:66 installKip.py:39 installNoderedDashboard.py:40
3232
#: installSailgauge.py:40 uninstallGrafana.py:37 uninstallInfluxdb2.py:40
3333
#: uninstallKip.py:38 uninstallNoderedDashboard.py:38 uninstallSailgauge.py:39
3434
msgid "DONE"
3535
msgstr ""
3636

37-
#: installGrafana.py:38 installGrafana.py:51 installInfluxdb2.py:39
38-
#: installInfluxdb2.py:68 installKip.py:40 installNoderedDashboard.py:41
37+
#: installGrafana.py:38 installGrafana.py:51 installInfluxdb2.py:40
38+
#: installInfluxdb2.py:69 installKip.py:40 installNoderedDashboard.py:41
3939
#: installSailgauge.py:41 uninstallGrafana.py:38 uninstallInfluxdb2.py:41
4040
#: uninstallKip.py:39 uninstallNoderedDashboard.py:39 uninstallSailgauge.py:40
4141
msgid "FAILED: "
@@ -45,7 +45,7 @@ msgstr ""
4545
msgid "Installing/Updating Grafana..."
4646
msgstr ""
4747

48-
#: installInfluxdb2.py:41
48+
#: installInfluxdb2.py:42
4949
msgid "Installing/Updating InfluxDB OSS 2.x..."
5050
msgstr ""
5151

openplotterDashboards/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = '3.0.1'
1+
version = '3.0.5'
22
codeName = 'STOPmaremortum'
33
state = 'beta'

0 commit comments

Comments
 (0)