This repository was archived by the owner on Aug 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ "v9_16 ", "v9_18 ", "main" ]
5
+ branches : [ "bind-9.16 ", "bind-9.18 ", "main" ]
6
6
schedule :
7
7
- cron : ' 39 8 * * 3'
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: SonarCloud
2
2
3
3
on :
4
4
push :
5
- branches : [ "v9_16 ", "v9_18 ", "main" ]
5
+ branches : [ "bind-9.16 ", "bind-9.18 ", "main" ]
6
6
schedule :
7
7
- cron : ' 39 8 * * 3'
8
8
Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ To clone the repository, use:
71
71
72
72
> $ git clone https://gitlab.isc.org/isc-projects/bind9.git
73
73
74
- Release branch names are of the form ` v9_X ` , where X represents the second
75
- number in the BIND 9 version number. So, to check out the BIND 9.12
74
+ Release branch names are of the form ` bind-9.X ` , where X represents the second
75
+ number in the BIND 9 version number. So, to check out the BIND 9.18
76
76
branch, use:
77
77
78
- > $ git checkout v9_12
78
+ > $ git checkout bind-9.18
79
79
80
80
Whenever a branch is ready for publication, a tag is placed of the
81
- form ` v9_X_Y ` . The 9.12 .0 release, for instance, is tagged as ` v9_12_0 ` .
81
+ form ` v9.X.Y ` . The 9.18 .0 release, for instance, is tagged as ` v9.18.0 ` .
82
82
83
83
The branch in which the next major release is being developed is called
84
84
` main ` .
You can’t perform that action at this time.
0 commit comments