[Swan-dev] surprise on test machine

D. Hugh Redelmeier hugh at mimosa.com
Sat Jun 9 16:30:24 UTC 2018


By accident, I just did a "git diff" on my test machine.  I didn't need
to because I don't normally make changes there.

So I was surprised to see that ther WAS some change.  Running the test
system is changing a part of the git tree.  This seems very wrong.

One practical example of a problem that this causes: if I have made
changes on my test machine, I sometimes check them in with "git commit
-a".  That's going to be wrong.

[build at redtiny libreswan]$ git diff
diff --git a/testing/baseconfigs/all/etc/bind/192.in-addr.arpa b/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
index 18792770b..932c4a3d5 100644
--- a/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
+++ b/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
@@ -9,3 +9,5 @@ $TTL    604800
 
 0              IN      NS      nic.testing.libreswan.org.
 1              IN      NS      nic.testing.libreswan.org.
+0.192.in-addr.arpa.    IN DS 57709 8 1 9A860D7188CE3F5CDF5773159E3AD699ECA97D5A
+0.192.in-addr.arpa.    IN DS 57709 8 2 C4676367E18FD40E63C9C19D1FAF995B390CF432947FC12517ADC4D4 B8B3059E
[build at redtiny libreswan]$ git diff
diff --git a/testing/baseconfigs/all/etc/bind/192.in-addr.arpa b/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
index 18792770b..932c4a3d5 100644
--- a/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
+++ b/testing/baseconfigs/all/etc/bind/192.in-addr.arpa
@@ -9,3 +9,5 @@ $TTL    604800
 
 0              IN      NS      nic.testing.libreswan.org.
 1              IN      NS      nic.testing.libreswan.org.
+0.192.in-addr.arpa.    IN DS 57709 8 1 9A860D7188CE3F5CDF5773159E3AD699ECA97D5A
+0.192.in-addr.arpa.    IN DS 57709 8 2 C4676367E18FD40E63C9C19D1FAF995B390CF432947FC12517ADC4D4 B8B3059E
[build at redtiny libreswan]$ ls -l testing/baseconfigs/all/etc/bind/192.in-addr.arpa
-rw-rw-r--. 1 build build 1020 Jun  9 12:23 testing/baseconfigs/all/etc/bind/192.in-addr.arpa
[build at redtiny libreswan]$ date
Sat Jun  9 12:23:29 EDT 2018


More information about the Swan-dev mailing list