[Pkg-octave-commit] rev 621 - trunk/packages/octaviz/debian

Thomas Weber thomas-guest at costa.debian.org
Fri Jun 2 05:55:36 UTC 2006


Author: thomas-guest
Date: 2006-06-02 05:55:36 +0000 (Fri, 02 Jun 2006)
New Revision: 621

Modified:
   trunk/packages/octaviz/debian/check-symlink.sh
Log:
output FQDN of build host to have a chance of contacting the buildd admin


Modified: trunk/packages/octaviz/debian/check-symlink.sh
===================================================================
--- trunk/packages/octaviz/debian/check-symlink.sh	2006-06-01 13:58:08 UTC (rev 620)
+++ trunk/packages/octaviz/debian/check-symlink.sh	2006-06-02 05:55:36 UTC (rev 621)
@@ -4,6 +4,7 @@
 # if the status is manual
 
 status=$(/usr/sbin/update-alternatives --display octave-config | grep -c "status is manual");
+fqdn=$(/bin/hostname --fqdn);
 
 echo "status=$status"
 
@@ -15,6 +16,8 @@
     echo "  If you are in a hurry, just run "
     echo "    # update-alternatives --auto octave-config"
     echo "  in the buildd chroot" 
+    echo 
+    echo "  FQDN of this host: $fqdn"
   fi
 
 exit $status




More information about the Pkg-octave-commit mailing list