diff mbox series

Update to kas 3.0

Message ID 20220307093403.282069-1-Srinuvasan_A@mentor.com (mailing list archive)
State New
Headers show
Series Update to kas 3.0 | expand

Commit Message

Srinuvasan Arjunan March 7, 2022, 9:34 a.m. UTC
From: Srinuvasan A <srinuvasan_a@mentor.com>

Update to kas 3.0.

Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
---
 .gitlab-ci.yml | 2 +-
 README.md      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Jan Kiszka March 7, 2022, 9:41 a.m. UTC | #1
On 07.03.22 10:34, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to kas 3.0.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  README.md      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c06c783..f573da6 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> +image: ghcr.io/siemens/kas/kas-isar:3.0
>  
>  variables:
>    GIT_STRATEGY: clone
> diff --git a/README.md b/README.md
> index f7cb86e..fc4ddbf 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,7 +12,7 @@ from scratch.
>  
>  Install `kas-container` from the [kas project](https://github.com/siemens/kas):
>  
> -    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> +    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>      chmod a+x kas-container
>  
>  Furthermore, install docker and make sure you have required permissions to

Please test before you submit: We have an open issue with kas-isar:3.0.

Jan
Srinuvasan Arjunan March 7, 2022, 10:09 a.m. UTC | #2
On Mon, Mar 7, 2022 at 3:11 PM Jan Kiszka <jan.kiszka@siemens.com> wrote:

> On 07.03.22 10:34, Srinuvasan A wrote:
> > From: Srinuvasan A <srinuvasan_a@mentor.com>
> >
> > Update to kas 3.0.
> >
> > Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> > ---
> >  .gitlab-ci.yml | 2 +-
> >  README.md      | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> > index c06c783..f573da6 100644
> > --- a/.gitlab-ci.yml
> > +++ b/.gitlab-ci.yml
> > @@ -1,4 +1,4 @@
> > -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> > +image: ghcr.io/siemens/kas/kas-isar:3.0
> >
> >  variables:
> >    GIT_STRATEGY: clone
> > diff --git a/README.md b/README.md
> > index f7cb86e..fc4ddbf 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -12,7 +12,7 @@ from scratch.
> >
> >  Install `kas-container` from the [kas project](
> https://github.com/siemens/kas):
> >
> > -    wget
> https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> > +    wget
> https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
> >      chmod a+x kas-container
> >
> >  Furthermore, install docker and make sure you have required permissions
> to
>
> Please test before you submit: We have an open issue with kas-isar:3.0.
>

  I did a build and verified the pipeline in KAS github, It seems okay, but
when i trigger the build i was able to see some logs related to sbuild
Adding user `builder' to group `sbuild' ...
Adding user builder to group sbuild
Done.

# Setup tasks for sudo users:

# BUILD
# HOME directory in chroot, user:sbuild, 0770 perms, from
# passwd/group copying to chroot, filtered
# Maybe source 50sbuild, or move into common location.

Next, copy the example sbuildrc file to the home directory of each user and
set the variables for your system:

  cp /usr/share/doc/sbuild/examples/example.sbuildrc /builder/.sbuildrc

Now try a build:

  cd /path/to/source
  sbuild-update -ud <distribution>
  (or "sbuild-apt <distribution> apt-get -f install"
       first if the chroot is broken)
  sbuild -d <distribution> <package>_<version>

 Might be i missed the open issue things

thanks,
Srinuvasan.A


> Jan
>
> --
> Siemens AG, Technology
> Competence Center Embedded Linux
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7662):
> https://lists.cip-project.org/g/cip-dev/message/7662
> Mute This Topic: https://lists.cip-project.org/mt/89608460/5367685
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe:
> https://lists.cip-project.org/g/cip-dev/leave/9347598/5367685/1965380532/xyzzy
> [srinuvasanasv@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Jan Kiszka March 7, 2022, 12:43 p.m. UTC | #3
On 07.03.22 11:09, Srinuvasan Arjunan wrote:
> 
> 
> On Mon, Mar 7, 2022 at 3:11 PM Jan Kiszka <jan.kiszka@siemens.com
> <mailto:jan.kiszka@siemens.com>> wrote:
> 
>     On 07.03.22 10:34, Srinuvasan A wrote:
>     > From: Srinuvasan A <srinuvasan_a@mentor.com
>     <mailto:srinuvasan_a@mentor.com>>
>     >
>     > Update to kas 3.0.
>     >
>     > Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com
>     <mailto:srinuvasan_a@mentor.com>>
>     > ---
>     >  .gitlab-ci.yml | 2 +-
>     >  README.md      | 2 +-
>     >  2 files changed, 2 insertions(+), 2 deletions(-)
>     >
>     > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>     > index c06c783..f573da6 100644
>     > --- a/.gitlab-ci.yml
>     > +++ b/.gitlab-ci.yml
>     > @@ -1,4 +1,4 @@
>     > -image: ghcr.io/siemens/kas/kas-isar:2.6.2
>     <http://ghcr.io/siemens/kas/kas-isar:2.6.2>
>     > +image: ghcr.io/siemens/kas/kas-isar:3.0
>     <http://ghcr.io/siemens/kas/kas-isar:3.0>
>     > 
>     >  variables:
>     >    GIT_STRATEGY: clone
>     > diff --git a/README.md b/README.md
>     > index f7cb86e..fc4ddbf 100644
>     > --- a/README.md
>     > +++ b/README.md
>     > @@ -12,7 +12,7 @@ from scratch.
>     > 
>     >  Install `kas-container` from the [kas
>     project](https://github.com/siemens/kas
>     <https://github.com/siemens/kas>):
>     > 
>     > -    wget
>     https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
>     <https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container>
>     > +    wget
>     https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>     <https://raw.githubusercontent.com/siemens/kas/3.0/kas-container>
>     >      chmod a+x kas-container
>     > 
>     >  Furthermore, install docker and make sure you have required
>     permissions to
> 
>     Please test before you submit: We have an open issue with kas-isar:3.0.
> 
> 
>   I did a build and verified the pipeline in KAS github, It seems okay,
> but when i trigger the build i was able to see some logs related to sbuild
> Adding user `builder' to group `sbuild' ...
> Adding user builder to group sbuild
> Done.
> 
> # Setup tasks for sudo users:
> 
> # BUILD
> # HOME directory in chroot, user:sbuild, 0770 perms, from
> # passwd/group copying to chroot, filtered
> # Maybe source 50sbuild, or move into common location.
> 
> Next, copy the example sbuildrc file to the home directory of each user and
> set the variables for your system:
> 
>   cp /usr/share/doc/sbuild/examples/example.sbuildrc /builder/.sbuildrc
> 
> Now try a build:
> 
>   cd /path/to/source
>   sbuild-update -ud <distribution>
>   (or "sbuild-apt <distribution> apt-get -f install"
>        first if the chroot is broken)
>   sbuild -d <distribution> <package>_<version>
>  
>  Might be i missed the open issue things

That warning is just a cosmetic issue, but I plan to fix it with 3.0.1
this week. The actual issue was (now fixed in next) that swupdate images
did not build. CI would have revealed it as well, but I happened to
notice this already on Friday during EFI Boot Guard experiments.

Jan
Jan Kiszka March 8, 2022, 5:03 p.m. UTC | #4
On 07.03.22 10:34, Srinuvasan A wrote:
> From: Srinuvasan A <srinuvasan_a@mentor.com>
> 
> Update to kas 3.0.
> 
> Signed-off-by: Srinuvasan A <srinuvasan_a@mentor.com>
> ---
>  .gitlab-ci.yml | 2 +-
>  README.md      | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index c06c783..f573da6 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -1,4 +1,4 @@
> -image: ghcr.io/siemens/kas/kas-isar:2.6.2
> +image: ghcr.io/siemens/kas/kas-isar:3.0
>  
>  variables:
>    GIT_STRATEGY: clone
> diff --git a/README.md b/README.md
> index f7cb86e..fc4ddbf 100644
> --- a/README.md
> +++ b/README.md
> @@ -12,7 +12,7 @@ from scratch.
>  
>  Install `kas-container` from the [kas project](https://github.com/siemens/kas):
>  
> -    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
> +    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
>      chmod a+x kas-container
>  
>  Furthermore, install docker and make sure you have required permissions to

Please give kas 3.0.2 now a try. It should finally work without
undesired side-effects.

Thanks,
Jan
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c06c783..f573da6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@ 
-image: ghcr.io/siemens/kas/kas-isar:2.6.2
+image: ghcr.io/siemens/kas/kas-isar:3.0
 
 variables:
   GIT_STRATEGY: clone
diff --git a/README.md b/README.md
index f7cb86e..fc4ddbf 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@  from scratch.
 
 Install `kas-container` from the [kas project](https://github.com/siemens/kas):
 
-    wget https://raw.githubusercontent.com/siemens/kas/2.6.2/kas-container
+    wget https://raw.githubusercontent.com/siemens/kas/3.0/kas-container
     chmod a+x kas-container
 
 Furthermore, install docker and make sure you have required permissions to