linux_dsm_epyc7002/scripts/package
Christian Kujau bea107b1f1 fallback to hostname in scripts/package/builddeb
I happened to build a kernel with "make deb-pkg" on a machine with no
network connectivity, but this failed with:

[...]
  INSTALL debian/headertmp/usr/include/asm/ (65 files)
hostname: Name or service not known
../scripts/package/Makefile:90: recipe for target 'deb-pkg' failed
make[2]: *** [deb-pkg] Error 1

In scripts/package/builddeb it tries to construct an email address (that
can be queried in /proc/version later on) but with no network,
the "hostname -f" fails. The following patch falls back to just use the
shortname if we cannot determine our FQDN.

Signed-off-by: Christian Kujau <lists@nerdbynature.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2015-08-19 18:04:44 +02:00
..
builddeb fallback to hostname in scripts/package/builddeb 2015-08-19 18:04:44 +02:00
buildtar kbuild: Make scripts executable 2014-08-20 16:03:45 +02:00
Makefile scripts/package/Makefile: rpmbuild is needed for rpm targets 2015-06-15 16:08:05 +02:00
mkspec kbuild/mkspec: Simplify vmlinux.bz2 creation 2015-04-27 14:16:35 +02:00