mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* bin/cpu-count: print cpu model names for --detail
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
d7577da69d
commit
d025dfcea4
3 changed files with 6 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if [ "$1" = "--detail" ]; then
|
if [ "$1" = "--detail" ]; then
|
||||||
|
grep -i "^model name" /proc/cpuinfo
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
count=`grep -c "^processor.*:" /proc/cpuinfo`
|
count=`grep -c "^processor.*:" /proc/cpuinfo`
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
||||||
byobu (2.2) jaunty; urgency=low
|
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 <kirkland@ubuntu.com> Thu, 07 May 2009 02:19:18 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 May 2009 13:27:41 -0500
|
||||||
|
|
||||||
byobu (2.1-0ubuntu1) karmic; urgency=low
|
byobu (2.1-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
2
debian/release.sh
vendored
2
debian/release.sh
vendored
|
@ -38,7 +38,7 @@ echo " dput $PKG-ppa ../*ppa*changes"
|
||||||
echo
|
echo
|
||||||
echo "To commit and push:"
|
echo "To commit and push:"
|
||||||
echo " bzr cdiff"
|
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
|
||||||
echo "Publish tarball at:"
|
echo "Publish tarball at:"
|
||||||
echo " https://launchpad.net/$PKG/trunk/+addrelease"
|
echo " https://launchpad.net/$PKG/trunk/+addrelease"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue