add gold image with modifications for adc
This commit is contained in:
@@ -205,7 +205,7 @@ def step_set_hostname(iot_host: str, hostname: str | None):
|
|||||||
"err": stderr[-500:],
|
"err": stderr[-500:],
|
||||||
}
|
}
|
||||||
|
|
||||||
def step_git_pull(iot_host: str, branch: str = "main"):
|
def step_git_pull(iot_host: str, branch: str = "release"):
|
||||||
"""Pull latest code from the repository on the device.
|
"""Pull latest code from the repository on the device.
|
||||||
|
|
||||||
Executes git checkout and git pull in ~/bumble-auracast.
|
Executes git checkout and git pull in ~/bumble-auracast.
|
||||||
@@ -393,7 +393,7 @@ def main():
|
|||||||
"pull",
|
"pull",
|
||||||
"hostname",
|
"hostname",
|
||||||
"mac",
|
"mac",
|
||||||
#"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
|
"wg", # TODO: after wiregurd setup a device was only reachable via vpn not in local network - fix this
|
||||||
"update_app",
|
"update_app",
|
||||||
"start_app",
|
"start_app",
|
||||||
"finish"
|
"finish"
|
||||||
|
|||||||
BIN
v1/2_gold-img/rpi-2025-12-16.img.xz
LFS
Normal file
BIN
v1/2_gold-img/rpi-2025-12-16.img.xz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user