Skip to content

Reproducible Builds: Don't record `hostname -d`

kpcyrd requested to merge mydomain-nonet into main

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 *'

Merge request reports

Loading