summaryrefslogtreecommitdiffstats
path: root/agenda/krebsimport: prevent clobbering krebsco.de zone.md
blob: ff4dba69fb45beb938badd6f6dce194142fa5044 (plain)
1
2
3
4
5
6
7
As the zone can be updated decentrally and there are no safeguards in place, live zone information is easy to be clobbered accidentally. This issue can be easily solved centrally, or more complicated decentrally. The latter is preferable(?)

#### sketch of central solution
`krebszone import` uses a well-known, common writable repository as source for the zone information.

#### sketch of decentral solution
`krebszone import` checks all relevant (remote) branches¹ and proceeds only if no unmerged zone information can be found.