Skip to content

Commit 80ab781

Browse files
committed
SWPROT-8953: ci: github: Adjust branding to zpc
Bug-SiliconLabs: SWPROT-8953 Origin: SiliconLabsSoftware#23 Signed-off-by: Philippe Coval <[email protected]>
1 parent 63f423a commit 80ab781

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
22
---
3-
name: Build in rootfs for arch
3+
name: z-wave-protocol-controller Build in rootfs for arch
44

55
on: # yamllint disable-line rule:truthy
66
push:

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# YAML -*- mode: yaml; tab-width: 2; indent-tabs-mode: nil; coding: utf-8 -*-
22
---
33

4-
name: Build in docker
4+
name: z-wave-protocol-controller Build in docker
55

66
on: # yamllint disable-line rule:truthy
77
push:
88

99
jobs:
1010
build:
1111
env:
12-
project-name: unifysdk # This should be lowercase for docker (and aligned)
12+
project-name: z-wave-protocol-controller # This should be lowercase for docker (and aligned)
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/[email protected]

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN echo "# log: Configuring locales" \
1717
&& TZ=Etc/UTC apt-get -y install tzdata \
1818
&& date -u
1919

20-
ENV project unifysdk
20+
ENV project z-wave-protocol-controller
2121
ENV workdir /usr/local/opt/${project}
2222
ADD . ${workdir}
2323

@@ -34,5 +34,5 @@ RUN echo "# log: Build" \
3434
&& ./helper.mk \
3535
&& date -u
3636

37-
ENTRYPOINT [ "/usr/local/opt/unifysdk/helper.mk" ]
37+
ENTRYPOINT [ "/usr/local/opt/z-wave-protocol-controller/helper.mk" ]
3838
CMD [ "help" ]

scripts/build-rootfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Usage:
1313
ARCH=arm64 ./scripts/build-rootfs.sh
1414
EOF
1515

16-
project="unifysdk"
16+
project="z-wave-protocol-controller"
1717
debian_suite="bookworm"
1818

1919
debian_arch=$(dpkg --print-architecture)

0 commit comments

Comments
 (0)