Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Aug 14, 2024
1 parent 3741937 commit cb3b94e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions check-for-updates.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/python

import requests
import os
import yaml
Expand Down
2 changes: 1 addition & 1 deletion tc2/device-register/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
device-register-pkg:
cacophony.pkg_installed_from_github:
- name: device-register
- version: "1.5.2"
- version: "1.5.3"
- branch: master

/etc/systemd/system/device-register.service.d:
Expand Down
2 changes: 1 addition & 1 deletion tc2/event-reporter/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
event-reporter-pkg:
cacophony.pkg_installed_from_github:
- name: event-reporter
- version: "3.7.0"
- version: "3.8.0"
- branch: "master"

event-reporter-service:
Expand Down
2 changes: 1 addition & 1 deletion tc2/salt-updater/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
salt-updater-pkg:
cacophony.pkg_installed_from_github:
- name: salt-updater
- version: "0.8.2"
- version: "0.8.3"

salt-updater:
service.running:
Expand Down

0 comments on commit cb3b94e

Please sign in to comment.