On 06/05/2021 16:25, David Marchand wrote:
> Make this branch point to current main master branch so that we can
> track API breakage.
> 

s/master//

> Note: this should not be merged to master, intended for dpdk-latest
> branch only.
> 

It's probably better to give full project/branch names when branches
from dpdk and ovs are referred to in the commit log. e.g. "dpdk main
branch". It would get confusing for someone not familiar.

> Signed-off-by: David Marchand <[email protected]>
> Acked-by: Ilya Maximets <[email protected]>
> Signed-off-by: Ian Stokes <[email protected]>
> 
> 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

"We couldn't display the repository Sunil-Pai-G/ovs-copy".

> Signed-off-by: Sunil Pai G <[email protected]>
> Signed-off-by: Ian Stokes <[email protected]>

It's a very small patch to be squashed patches with multiple signoffs?
Ignore comment if commit log makes sense, but checkpatch is complaining too.

WARNING: Unexpected sign-offs from developers who are not authors or
co-authors or committers: Ian Stokes <[email protected]>, Sunil Pai G
<[email protected]>, Ian Stokes <[email protected]>
Lines checked: 36, Warnings: 1, Errors: 0

> ---
>  .travis.yml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 51d0511080..7e87360256 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -30,7 +30,9 @@ addons:
>  
>  before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh
>  
> -before_script: export PATH=$PATH:$HOME/bin
> +before_script:
> +  - export PATH=$PATH:$HOME/bin
> +  - export DPDK_VER=refs/heads/main
>  
>  matrix:
>    include:
> 

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

Reply via email to