We should make an extra effort at being able to edit zonefiles in place and just modify the records we need. This is not so hard: we can just load the zonefile and run regular expressions over it to change various fields.
This will be necessary so that site creation can create only some records without having the whole database.
Comments
Comment #1
yrocq commentedNote : We should valid the syntax of the zonefiles before updating them.
Comment #2
adrian commentedThis is not needing to happen anymore because we are using the locking data store mechanism introduced in the dev-dns branch.
marking as won't fix.