From d025dfcea439bec0488786c418e58b6f88c43e40 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 7 May 2009 13:28:34 -0500 Subject: [PATCH] * bin/cpu-count: print cpu model names for --detail Signed-off-by: Dustin Kirkland --- bin/cpu-count | 1 + debian/changelog | 6 ++++-- debian/release.sh | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bin/cpu-count b/bin/cpu-count index 51c2c8d3..c1f47e3c 100755 --- a/bin/cpu-count +++ b/bin/cpu-count @@ -18,6 +18,7 @@ # along with this program. If not, see . if [ "$1" = "--detail" ]; then + grep -i "^model name" /proc/cpuinfo exit 0 fi count=`grep -c "^processor.*:" /proc/cpuinfo` diff --git a/debian/changelog b/debian/changelog index 2ab34f07..89174e4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ byobu (2.2) jaunty; urgency=low - * UNRELEASED + * bin/cpu-count: print cpu model names for --detail + * byobu-status: print the short description (matching the status + in the lower bar) first, then the description in parens - -- Dustin Kirkland Thu, 07 May 2009 02:19:18 -0500 + -- Dustin Kirkland Thu, 07 May 2009 13:27:41 -0500 byobu (2.1-0ubuntu1) karmic; urgency=low diff --git a/debian/release.sh b/debian/release.sh index e0411a42..d8cf9362 100755 --- a/debian/release.sh +++ b/debian/release.sh @@ -38,7 +38,7 @@ echo " dput $PKG-ppa ../*ppa*changes" echo echo "To commit and push:" echo " bzr cdiff" -echo " bzr commit -m 'releasing 2.$curver, opening 2.$ver' && bzr push" +echo " bzr commit -m 'releasing 2.$curver, opening 2.$ver' && bzr push lp:$PKG" echo echo "Publish tarball at:" echo " https://launchpad.net/$PKG/trunk/+addrelease"