Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
temperature-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
th
temperature-daemon
Commits
7f72cafc
Commit
7f72cafc
authored
4 years ago
by
Michael Loipführer
Browse files
Options
Downloads
Patches
Plain Diff
small changes
parent
98162e96
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
etc/tempermonitor.ini
+0
-0
0 additions, 0 deletions
etc/tempermonitor.ini
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tempermonitor/tempermonitor.py
+1
-1
1 addition, 1 deletion
tempermonitor/tempermonitor.py
with
8 additions
and
2 deletions
debian/changelog
+
6
−
0
View file @
7f72cafc
tempermonitor (2.0.3) buster; urgency=medium
* rename config file
-- Michael Loipführer <ml@stusta.de> Thu, 23 Apr 2020 23:10:18 +0200
tempermonitor (2.0.2) buster; urgency=medium
* change main function
...
...
This diff is collapsed.
Click to expand it.
etc/tempermon.ini
→
etc/tempermon
itor
.ini
+
0
−
0
View file @
7f72cafc
File moved
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
7f72cafc
from
setuptools
import
setup
VERSION
=
'
2.0.
2
'
VERSION
=
'
2.0.
3
'
def
readme
():
...
...
This diff is collapsed.
Click to expand it.
tempermonitor/tempermonitor.py
+
1
−
1
View file @
7f72cafc
...
...
@@ -268,7 +268,7 @@ def main():
"""
loop
=
asyncio
.
get_event_loop
()
configfile
=
"
/etc/temper
ature/tempermon
.ini
"
configfile
=
"
/etc/temper
monitor
.ini
"
if
len
(
sys
.
argv
)
==
2
:
configfile
=
sys
.
argv
[
1
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment