usr/share/man/man1/byobu.1,

usr/share/man/man1/byobu.1,
* usr/bin/byobu-janitor.in:
  - clear out stale status cache
This commit is contained in:
Dustin Kirkland 2018-08-12 09:02:17 -05:00
commit a6ecea48d1
2 changed files with 7 additions and 2 deletions

6
debian/changelog vendored
View file

@ -9,14 +9,16 @@ byobu (5.127) unreleased; urgency=medium
clients coming to Ubuntu from other OSes without the Ubuntu font clients coming to Ubuntu from other OSes without the Ubuntu font
* usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am, * usr/lib/byobu/include/shutil, usr/lib/byobu/Makefile.am,
usr/lib/byobu/rcs_cost, usr/share/byobu/status/status, usr/lib/byobu/rcs_cost, usr/share/byobu/status/status,
usr/share/man/man1/byobu.1: usr/share/man/man1/byobu.1,
usr/lib/byobu/ec2_cost, usr/lib/byobu/ec2_cost,
usr/lib/byobu/include/ec2instancespricing.py, usr/lib/byobu/include/ec2instancespricing.py,
usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/shutil, usr/lib/byobu/include/Makefile.am, usr/lib/byobu/include/shutil,
usr/lib/byobu/Makefile.am, usr/share/byobu/status/status, usr/lib/byobu/Makefile.am, usr/share/byobu/status/status,
usr/share/man/man1/byobu.1: usr/share/man/man1/byobu.1,
* usr/bin/byobu-janitor.in:
- deprecate unmaintained ec2/rcs pricing functionality - deprecate unmaintained ec2/rcs pricing functionality
- this never really worked well, and these prices are constantly changing - this never really worked well, and these prices are constantly changing
- clear out stale status cache
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 27 May 2018 18:07:11 -0500

View file

@ -125,4 +125,7 @@ if ! (grep -qs "#byobu-prompt#$" "$HOME/.bashrc") && ! [ -e "$BYOBU_CONFIG_DIR/p
fi fi
[ -r "$BYOBU_CONFIG_DIR/prompt" ] || printf "[ -r ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc ] && . ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc #byobu-prompt#\n" > "$BYOBU_CONFIG_DIR/prompt" [ -r "$BYOBU_CONFIG_DIR/prompt" ] || printf "[ -r ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc ] && . ${BYOBU_PREFIX}/share/${PKG}/profiles/bashrc #byobu-prompt#\n" > "$BYOBU_CONFIG_DIR/prompt"
# Affects: Upgrades from <= byobu 5.126, clear out ec2/rcs cost statuses
rm -f "$BYOBU_RUN_DIR"/cache.tmux/ec2_cost* "$BYOBU_RUN_DIR"/cache.tmux/rcs_cost* "$BYOBU_RUN_DIR"/status.tmux/ec2_cost* "$BYOBU_RUN_DIR"/status.tmux/rcs_cost*
# vi: syntax=sh ts=4 noexpandtab # vi: syntax=sh ts=4 noexpandtab