projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425a463
)
make it easier to compare system information between runs
author
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Dec 2013 22:28:00 +0000
(17:28 -0500)
committer
Jason Etheridge
<jason@esilibrary.com>
Thu, 26 Dec 2013 22:28:00 +0000
(17:28 -0500)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
cfc1122
..
11c3fc7
100755
(executable)
--- a/
installer/wheezy/eg_wheezy_installer.sh
+++ b/
installer/wheezy/eg_wheezy_installer.sh
@@
-504,10
+504,10
@@
function test_evergreen_live {
cat /proc/cpuinfo
echo ''
echo 'dpkg --list:'
- dpkg --list
+ dpkg --list
| sort
echo ''
echo 'cpan -l:'
- sudo cpan -l
+ sudo cpan -l
2> /dev/null | sort
echo End of system information =~-._
date
}