mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* bin/ec2-cost: update the hostname regex to work with the latest Ubuntu
ec2 beta, LP: #335274 and release 1.28 open 1.29
This commit is contained in:
parent
ba46689578
commit
2d9279c57d
2 changed files with 10 additions and 3 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
# Exit immediately if this is not an Amazon EC2 instance, and we're not
|
# Exit immediately if this is not an Amazon EC2 instance, and we're not
|
||||||
# in debug mode
|
# in debug mode
|
||||||
$(hostname | grep -qs "\.amazonaws\.com$") || [ -r "/tmp/ec2-cost-debug" ]
|
$(hostname | grep -qs "^domU.*compute.*internal$") || [ -r "$HOME/.screenrc-ec2-cost" ]
|
||||||
[ "$?" = "0" ] || exit 0
|
[ "$?" = "0" ] || exit 0
|
||||||
|
|
||||||
# Instance Cost Basis
|
# Instance Cost Basis
|
||||||
|
|
11
debian/changelog
vendored
11
debian/changelog
vendored
|
@ -1,8 +1,15 @@
|
||||||
screen-profiles (1.28) UNRELEASED; urgency=low
|
screen-profiles (1.29) UNRELEASED; urgency=low
|
||||||
|
|
||||||
*
|
*
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 23 Feb 2009 14:59:42 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 26 Feb 2009 22:50:28 -0600
|
||||||
|
|
||||||
|
screen-profiles (1.28-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
* bin/ec2-cost: update the hostname regex to work with the latest Ubuntu
|
||||||
|
ec2 beta, LP: #335274
|
||||||
|
|
||||||
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 26 Feb 2009 22:50:12 -0600
|
||||||
|
|
||||||
screen-profiles (1.27-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.27-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue