All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jon Mason" <jdmason@kudzu.us>
To: Ross Burton <ross@burtonini.com>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH 1/2] gitlab-ci: force git updates
Date: Wed, 9 Dec 2020 10:34:06 -0500	[thread overview]
Message-ID: <20201209153405.GE12460@kudzu.us> (raw)
In-Reply-To: <20201209105701.4193892-1-ross.burton@arm.com>

On Wed, Dec 09, 2020 at 10:57:00AM +0000, Ross Burton wrote:
> Explicitly force kas to update in case the repositories are reused.
> 
> Change-Id: Ieedf518c7586bb1a4eff274dc1a33b52a3c49d9f
> Signed-off-by: Ross Burton <ross.burton@arm.com>

Both patches applied to master.

Thanks,
Jon

> ---
>  .gitlab-ci.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index fc5b7b4..f43dc8f 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -26,7 +26,7 @@ stages:
>    extends: .setup
>    script:
>    - KASFILES=$(kas/jobs-to-kas $CI_JOB_NAME)
> -  - kas shell --update $KASFILES -c 'cat conf/*.conf'
> +  - kas shell --update --force-checkout $KASFILES -c 'cat conf/*.conf'
>    - kas build $KASFILES
>  
>  
> -- 
> 2.25.1
> 

> 
> 
> 


      parent reply	other threads:[~2020-12-09 15:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 10:57 [PATCH 1/2] gitlab-ci: force git updates Ross Burton
2020-12-09 10:57 ` [PATCH 2/2] kas: remove redundant env settings Ross Burton
2020-12-09 15:34 ` Jon Mason [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201209153405.GE12460@kudzu.us \
    --to=jdmason@kudzu.us \
    --cc=meta-arm@lists.yoctoproject.org \
    --cc=ross@burtonini.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.