diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-18 23:12:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-12-18 23:12:52 +0000 |
commit | 79493f1f90899169fa49f1bc95c88482f9def3e7 (patch) | |
tree | e3375a6afcf98ab7dab27cd211e25966604f1987 | |
parent | 655c5d78733304b3249fbad8ca61c8ed4fc93df2 (diff) |
add 'uname -a' for more debugging info
svn path=/trunk/; revision=16689
-rwxr-xr-x | scripts/auto-build/pd-extended-auto-builder.sh | 2 |
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 ------------------------------" |