Merge "Upgrade LAT to latest version"
This commit is contained in:
commit
6563846502
@ -5,6 +5,7 @@ image_type:
|
||||
- iso
|
||||
- ostree-repo
|
||||
- ustart
|
||||
debootstrap-mirror: http://ftp.cn.debian.org/debian
|
||||
package_feeds: []
|
||||
package_type: external-debian
|
||||
wic:
|
||||
|
@ -3,6 +3,7 @@ name: debian-initramfs-ostree-image
|
||||
machine: intel-x86-64
|
||||
image_type:
|
||||
- initramfs
|
||||
debootstrap-mirror: http://ftp.cn.debian.org/debian
|
||||
package_feeds:
|
||||
- deb http://ftp.cn.debian.org/debian bullseye main contrib
|
||||
package_type: external-debian
|
||||
|
@ -16,7 +16,7 @@ FROM debian:bullseye
|
||||
|
||||
MAINTAINER Chen Qi <Qi.Chen@windriver.com>
|
||||
|
||||
ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20211013
|
||||
ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20211216
|
||||
|
||||
# Install necessary packages
|
||||
RUN apt-get -y update && apt-get --no-install-recommends -y install \
|
||||
|
@ -147,7 +147,7 @@ class LATD(object):
|
||||
channel.mark_client_message_valid(True)
|
||||
# stop action should always succeed
|
||||
if self.child_pid > 0:
|
||||
os.kill(self.child_pid, signal.SIGKILL)
|
||||
os.kill(self.child_pid, signal.SIGTERM)
|
||||
self.child_pid = 0
|
||||
self.latest_build_status = "fail"
|
||||
msg_latd = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user