README
changeset 557 d2e187c1f548
parent 556 2c65ec147afa
child 579 12e098a732ed
equal deleted inserted replaced
556:2c65ec147afa 557:d2e187c1f548
     2 
     2 
     3 update:
     3 update:
     4     ./bin/update reads data from settings/, and generates zonefiles under zones/.
     4     ./bin/update reads data from settings/, and generates zonefiles under zones/.
     5 
     5 
     6     `update` also shows and commits changes in settings/ data.
     6     `update` also shows and commits changes in settings/ data.
       
     7 
       
     8     -d
       
     9         Do data operations under given dir-root, as opposed to CWD.
       
    10 
       
    11     -q
       
    12         Quiet. No log messages. XXX: still outputs diffs, though..
       
    13 
       
    14     -vDV
       
    15         Increasing logging verbosity.
       
    16 
       
    17     -p
       
    18         Show diffs for changed output.
       
    19 
       
    20     -F
       
    21         Force-update output files, even if newer than input files.
       
    22 
       
    23     -S
       
    24         Do not generate new serials for zones.
       
    25 
       
    26     -n
       
    27         Fake-update; show changes, but don't actually commit/deploy them.
       
    28 
       
    29     -C
       
    30         Do not commit source changes.
       
    31 
       
    32     -c
       
    33         Force-commit source changes, even though -n
       
    34 
       
    35     -m
       
    36         Commit message for source changes; optional
     7 
    37 
     8 bin/update-serial:
    38 bin/update-serial:
     9     Increment DNS SOA record serials in the given .serial files.
    39     Increment DNS SOA record serials in the given .serial files.
    10 
    40 
    11     Uses a YYYYMMDDXX format, but supports XX overflow.
    41     Uses a YYYYMMDDXX format, but supports XX overflow.