Reproducible Builds: Don't record `hostname -d`
One of the reproducible build rebuilders has a value for hostname -d
and ended up with this:
│ ├── usr/lib/perl5/5.40/core_perl/Config_heavy.pl
│ │ @@ -1140,15 +1140,15 @@
│ │ mkdir='mkdir'
│ │ mmaptype='void *'
│ │ modetype='mode_t'
│ │ more='more'
│ │ multiarch='undef'
│ │ mv=''
│ │ myarchname='x86_64-linux'
│ │ -mydomain='.nonet'
│ │ +mydomain='.your-server.de'
│ │ myhostname='archlinux'
│ │ myuname='archlinux'
│ │ n='-n'
│ │ need_va_copy='define'
│ │ netdb_hlen_type='size_t'
│ │ netdb_host_type='char *'
│ │ netdb_name_type='const char *'