> The default branch name in DPDK is changed from master to main.
> This patch reflects the same on travis builds for dpdk-latest branch.
> 
> Tested-at: https://travis-ci.org/github/Sunil-Pai-G/ovs-copy/builds/723223426
> Signed-off-by: Sunil Pai G <[email protected]>

Thanks Sunil, applied.

Regards
Ian
> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index a0580845d..3dd5d1d23 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -32,7 +32,7 @@ before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh
> 
>  before_script:
>    - export PATH=$PATH:$HOME/bin
> -  - export DPDK_VER=refs/heads/master
> +  - export DPDK_VER=refs/heads/main
> 
>  env:
>    - OPTS="--disable-ssl"
> --
> 2.17.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to