lib/update.operations
Sun, 22 Dec 2013 15:33:32 +0200 Tero Marttila use hosts/dhcp/%** to create dhcp hosts configs
Thu, 19 Dec 2013 23:52:17 +0200 Tero Marttila fix hg commit message argument passing dns-new
Thu, 19 Dec 2013 23:22:12 +0200 Tero Marttila update: commit before update, and use the hg commit timestamp as the serial dns-new
Thu, 19 Dec 2013 22:00:37 +0200 Tero Marttila cleanup main update script somewhat dns-new
Thu, 19 Dec 2013 21:04:07 +0200 Tero Marttila change how hosts forward zones are generated, to use a similar technique as for reverse zones, with both using etc/hosts/{forward,reverse} -> var/zones/hosts/{forward,reverse} dns-new
Thu, 19 Dec 2013 20:47:43 +0200 Tero Marttila lib/update.operations: update_domain_forward/reverse: use --add-origin, unless hosts name does not include a . dns-new
Thu, 19 Dec 2013 18:55:53 +0200 Tero Marttila use new var/dhcp/hosts layout with update_dhcp_conf dns-new
Thu, 19 Dec 2013 03:08:19 +0200 Tero Marttila update_zone --include-path, log_check dns-new
Thu, 19 Dec 2013 02:38:03 +0200 Tero Marttila cleanup update, reintroduce separate hg repo dns-new
Thu, 19 Dec 2013 02:30:00 +0200 Tero Marttila update_zone: handle noop'd serial dns-new
Tue, 17 Dec 2013 02:06:53 +0200 Tero Marttila update: many things dns-new
Tue, 17 Dec 2013 01:17:49 +0200 Tero Marttila update: full host forward/dhcp/reverse zones dns-new
Tue, 17 Dec 2013 00:04:00 +0200 Tero Marttila update update dns-new
Fri, 24 Aug 2012 13:23:56 +0300 terom lib/update.operations: log use of NAMED_CHECKZONE
Thu, 12 Apr 2012 15:04:34 +0300 Tero Marttila lib/update.operations: implement choose_zone to choose correct base for zone from settings/*.zone
Sat, 24 Mar 2012 10:38:57 +0200 Tero Marttila update: hosts/dhcp files are actually utf-8 now
Thu, 22 Mar 2012 16:36:12 +0200 Tero Marttila update: check_dhcp + reload_dhcp/zones: handle dhcpd/rndc not installed
Wed, 21 Mar 2012 18:59:43 +0200 Tero Marttila update: cmd_test; check_dhcp_hosts after do_reload_zones; reload_dhcp
Wed, 21 Mar 2012 17:16:26 +0200 Tero Marttila update: copy_generic; use copy_dhcp_conf to get diffs
Wed, 21 Mar 2012 17:11:00 +0200 Tero Marttila update: rename dhcp hosts -> dhcp conf, makes more sense; check input files before linking
Wed, 21 Mar 2012 17:04:21 +0200 Tero Marttila update: link + check dhcpd hosts from settings/dhcp/... -> dhcp/...
Wed, 21 Mar 2012 16:45:59 +0200 Tero Marttila update: rename deploy_zones -> reload_zones; move related do_* from lib/update.updates -> lib/update.operations where they belong
Tue, 20 Mar 2012 15:07:03 +0200 Tero Marttila lib/update: add shebangs to make sloccount work
Tue, 20 Mar 2012 14:40:14 +0200 Tero Marttila update: DEPLOY_FORCE/SKIP (-r/-R), make rndc key error an actual error
Tue, 20 Mar 2012 14:30:16 +0200 Tero Marttila update: use hg diff --stat for .serials
Tue, 20 Mar 2012 14:12:11 +0200 Tero Marttila update: split out code into lib/update.foo