diff mbox series

[ovs-dev,dpdk-latest,v1] travis: Switch DPDK branch master to main.

Message ID 20200902135645.27174-1-sunil.pai.g@intel.com
State Accepted
Headers show
Series [ovs-dev,dpdk-latest,v1] travis: Switch DPDK branch master to main. | expand

Commit Message

Pai G, Sunil Sept. 2, 2020, 1:56 p.m. UTC
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 <sunil.pai.g@intel.com>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stokes, Ian Sept. 11, 2020, 2:31 p.m. UTC | #1
> 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 <sunil.pai.g@intel.com>

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
diff mbox series

Patch

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"