aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-18 23:12:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-18 23:12:52 +0000
commit79493f1f90899169fa49f1bc95c88482f9def3e7 (patch)
treee3375a6afcf98ab7dab27cd211e25966604f1987 /scripts
parent655c5d78733304b3249fbad8ca61c8ed4fc93df2 (diff)
add 'uname -a' for more debugging info
svn path=/trunk/; revision=16689
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/pd-extended-auto-builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh
index 85c7cfd0..a3814c51 100755
--- a/scripts/auto-build/pd-extended-auto-builder.sh
+++ b/scripts/auto-build/pd-extended-auto-builder.sh
@@ -74,6 +74,8 @@ set
echo "--- mounts ----------------------------------------"
mount
print_ip_address
+echo "--- uname ----------------------------------------"
+uname -a
if [ "$1" = "source-tarball-only" ]; then
echo "--- making source tarball ------------------------------"