File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ The way that you update a configuration is as follows:
8
8
9
9
1 . Clone down the repository locally to your computer
10
10
2 . Create a new branch
11
- 2 . Add the changes you want (remember to add reverse DNS entries if you are adding A or AAAA records)
12
- 3 . Run ` ./update_serial.py ` which auto increments serials for all zone files
13
- 4 . Run ` ./check_zones.py ` to check your work
14
- 5 . Commit & Push your changes with a meaningful Git message. For example, "Serial 126, added random.cosi.clarkson.edu"
15
- 6 . Create a pull request and ask two reviewers to approve your work
11
+ 3 . Add the changes you want (remember to add reverse DNS entries if you are adding A or AAAA records)
12
+ 4 . Run ` ./update_serial.py ` which auto increments serials for all zone files
13
+ 5 . Run ` ./check_zones.py ` to check your work
14
+ 6 . Commit & Push your changes with a meaningful Git message. For example, "Serial 126, added random.cosi.clarkson.edu"
15
+ 7 . Create a pull request and ask two reviewers to approve your work
16
16
17
17
The webhook attached to this repo should trigger Talos to pull down and load any changes. However if this fails:
18
18
You can’t perform that action at this time.
0 commit comments