From eb8b511632493adfb0785aa9616f544216bfbdaa Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 6 Dec 2019 09:33:41 +0000 Subject: [PATCH] Only publish new geodns configurations if they have changed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cc2d7c..3875694 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ update_bytemark: all bin/update update_geodns: all - parallel --will-cite rsync --quiet --recursive gdns/ {}::geodns ::: ${GEODNS_SERVERS} + parallel --will-cite rsync --quiet --recursive --checksum gdns/ {}::geodns ::: ${GEODNS_SERVERS} lib/countries.xml: curl -s -o $@ http://api.geonames.org/countryInfo?username=demo -- 2.39.5