Skip to content

Commit

Permalink
Merge pull request #336 from CameronRP/update-test
Browse files Browse the repository at this point in the history
Update test
  • Loading branch information
CameronRP authored Dec 1, 2023
2 parents ed943eb + 41eea42 commit 11b9bfc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions tc2/basics/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,14 @@ i2c-tools:
- mode: 644

## TODO Remove all packages that are not needed.

## Disable automatic updates.
disable_apt_daily_timer:
service.dead:
- name: apt-daily.timer
- enable: False

disable_apt_daily_upgrade_timer:
service.dead:
- name: apt-daily-upgrade.timer
- enable: False
2 changes: 1 addition & 1 deletion tc2/config/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
cacophony-config-pkg:
cacophony.pkg_installed_from_github:
- name: go-config
- version: "1.8.1"
- version: "1.9.2"
- pkg_name: cacophony-config
2 changes: 1 addition & 1 deletion tc2/management-interface/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
management-interface-pkg:
cacophony.pkg_installed_from_github:
- name: management-interface
- version: "1.18.3-tc2"
- version: "1.19.0-tc2"

managementd-service:
service.running:
Expand Down
2 changes: 1 addition & 1 deletion tc2/modemd/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnsutils:
modemd-pkg:
cacophony.pkg_installed_from_github:
- name: modemd
- version: "1.7.3-tc2"
- version: "1.7.5-tc2"

modemd:
service.running:
Expand Down
2 changes: 1 addition & 1 deletion tc2/tc2-agent/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tc2-agent-pkg:
cacophony.pkg_installed_from_github:
- name: tc2-agent
- version: "0.1.2"
- version: "0.1.3"
- architecture: "armhf"

tc2-agnet-service:
Expand Down
2 changes: 1 addition & 1 deletion tc2/tc2-hat-controller/init.sls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tc2-hat-controller-pkg:
cacophony.pkg_installed_from_github:
- name: tc2-hat-controller
- version: "0.1.12"
- version: "0.1.14"
- architecture: "arm64"

tc2-hat-attiny-service:
Expand Down

0 comments on commit 11b9bfc

Please sign in to comment.