2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

appveyor: Prepare for rename of primary development branch.

Recently OVS adopted a policy of using the inclusive naming word list v1
[1, 2].  And in keeping with this policy it is intended to rename the
primary development branch from master to main [3].

In order to help facilitate this change allow Appveyor to run
on the main as well as master branch. It is intended that
master branch will be removed from appveyor.yml after the primary branch
has been renamed.

Also, update the string included in artifacts from 'master' to 'main'.

[1] df5e5cf4318a ("Documentation: Add section on inclusive language.")
[2] https://inclusivenaming.org/word-lists/
[3] https://mail.openvswitch.org/pipermail/ovs-dev/2024-March/412686.html

Signed-off-by: Simon Horman <horms@ovn.org>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Simon Horman 2024-03-22 15:11:17 +00:00
parent 5b9feacfc8
commit 95ff912ede

View File

@ -2,6 +2,7 @@ version: 1.0.{build}
image: Visual Studio 2019
branches:
only:
- main
- master
configuration:
- Debug
@ -74,6 +75,6 @@ build_script:
c:\OpenvSwitch-$env:CONFIGURATION.msi
after_build:
- ps: 7z a C:\ovs-master-$env:CONFIGURATION.zip C:\openvswitch
- ps: Push-AppveyorArtifact C:\ovs-master-$env:CONFIGURATION.zip
- ps: 7z a C:\ovs-main-$env:CONFIGURATION.zip C:\openvswitch
- ps: Push-AppveyorArtifact C:\ovs-main-$env:CONFIGURATION.zip
- ps: Push-AppveyorArtifact C:\OpenvSwitch-$env:CONFIGURATION.msi