Commit graph

2957 commits

Author SHA1 Message Date
Dustin Kirkland
3f8ce23344 * usr/bin/purge-old-kernels:
- need to do some extra grepping when using efi kernels
* usr/share/byobu/profiles/tmux:
  - save 100K lines of scrollback, rather than 10K, which I find gets
    eclipsed too often when you actually need it
2017-03-18 11:58:20 -05:00
Dustin Kirkland
e7f6e5d6e1 opening 5.116 2017-02-06 12:22:26 -06:00
Dustin Kirkland
5f72e546ea releasing 5.115 2017-02-06 12:22:26 -06:00
Dustin Kirkland
fb1b034ddd * usr/bin/purge-old-kernels:
- fix $APT_OPS position, thanks Benjamin J. Stassart
2017-02-06 12:16:18 -06:00
Dustin Kirkland
424d9abe52 * debian/control:
- depend on net-tools, for ifconfig
2017-01-27 15:09:21 -06:00
Dustin Kirkland
d5982dfbfd opening 5.115 2017-01-27 08:31:01 -06:00
Dustin Kirkland
3f106d3f3b releasing 5.114 2017-01-27 08:31:00 -06:00
Dustin Kirkland
fcbde24d36 * usr/lib/byobu/include/select-session.py:
- fix pep8 error, E305 expected 2 blank lines...
2017-01-26 08:39:31 -06:00
Dustin Kirkland
c88e803c97 * usr/bin/purge-old-kernels:
- Use dpkg first when APT is broken #16
  - https://github.com/dustinkirkland/byobu/pull/16
2016-12-10 10:03:25 -06:00
Dustin Kirkland
9aa9bb8aff * usr/bin/purge-old-kernels:
- use apt-get, rather than apt, for compatibility with trusty/precise apt
2016-12-10 09:38:08 -06:00
Dustin Kirkland
2d571ceaed opening 5.114 2016-12-07 08:18:12 -06:00
Dustin Kirkland
19b8810afb releasing 5.113 2016-12-07 08:18:11 -06:00
Dustin Kirkland
0edfa2b067 * usr/share/man/man1/byobu.1:
- fix minor nitpick about disk/memory measurement documentation
* usr/share/byobu/desktop/byobu.desktop.old,
  usr/share/byobu/desktop/Makefile.am, usr/share/man/man1/byobu.1: LP: #1639836
  - resurrect byobu-desktop.old, which is needed on Debian and other
    systems, where gnome-terminal may not exist
2016-12-07 08:16:08 -06:00
Dustin Kirkland
3649eec285 * usr/bin/purge-old-kernels:
- ensure that we keep the current running kernel
2016-11-28 11:26:30 -06:00
Dustin Kirkland
63343cbce2 * usr/lib/byobu/include/select-session.py: LP: #1548384
- when selecting a session, if only empty sessions exist, then create
    a new one; the bug was that tmux considers a null string argument
    still an argument
2016-11-28 09:22:41 -06:00
Dustin Kirkland
a9a8e5975a * usr/lib/byobu/include/shutil:
- use a prime here, too
2016-11-06 19:26:03 -06:00
Dustin Kirkland
27a6abe8cf * usr/bin/wifi-status:
- ping the router, too, to verify at least local connectivity
2016-11-06 19:25:44 -06:00
Dustin Kirkland
f3a674a303 opening 5.113 2016-09-16 10:13:08 -05:00
Dustin Kirkland
43224cbd63 releasing 5.112 2016-09-16 10:13:07 -05:00
Dustin Kirkland
5c8f737118 * usr/bin/byobu.in, usr/bin/byobu-janitor.in, usr/bin/byobu-launch.in,
usr/bin/byobu-select-profile.in, usr/bin/byobu-status.in,
  usr/lib/byobu/battery, usr/lib/byobu/disk_io,
  usr/lib/byobu/include/common, usr/lib/byobu/include/constants,
  usr/lib/byobu/include/shutil, usr/lib/byobu/ip_address,
  usr/lib/byobu/memory, usr/lib/byobu/release,
  usr/lib/byobu/updates_available:
  - https://github.com/dustinkirkland/byobu/pull/15
  - Fixing BYOBU_TEST issues
  - The first issue was that command -v, which and type were always
    returning an error code when executed without an extra argument.
    so BYOBU_TEST was always falling to which because it was the last one.
  - The second issue was, command -v didn't work because of a different
    reason. When executed in a shell (at least my shell) using variable
    substitution, the shell was trying to find a binary called
    "command -v" so it was failing.
2016-09-15 14:25:51 -05:00
Elan Ruusamäe
7cf903e5a2 add autogen.sh script
can be used to make release tarball using:

./autogen.sh
./configure
make dist
2016-09-06 08:49:31 +03:00
Elan Ruusamäe
e57acabf5a modernize configure.ac; add .bzrignore
https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
2016-09-06 08:39:41 +03:00
Dustin Kirkland
b11fc5efa2 opening 5.112 2016-08-09 15:23:19 -05:00
Dustin Kirkland
f3fdb00f06 releasing 5.111 2016-08-09 15:23:19 -05:00
Jeffery To
b0e08593b6 allow the user to override our term choices, by setting
BYOBU_TERM, BYOBU_DEFAULT_TERM and/or BYOBU_COLOR_TERM
2016-08-06 16:43:09 +08:00
Dustin Kirkland
066c1faa30 * usr/lib/byobu/battery:
- battery color when black-on-red is hard to read; change to
    white on red.
2016-08-05 08:38:45 -05:00
Jeffery To
dff5ec6658 [ Jeffery To ]
* usr/bin/byobu.in, usr/share/byobu/profiles/tmux:
  - use screen-256color if possible, for both screen and tmux
2016-08-05 21:08:08 +08:00
Dustin Kirkland
7e2fe530dd opening 5.111 2016-07-29 12:29:07 -05:00
Dustin Kirkland
845a24b0c5 releasing 5.110 2016-07-29 12:29:06 -05:00
Dustin Kirkland
41d115bb8d * usr/share/man/man1/byobu.1:
- add some whitespace in the manpage
2016-07-29 12:07:56 -05:00
Dustin Kirkland
a9e5dac976 * usr/lib/byobu/cpu_temp: LP: #1587139
- add cpu temp support for rpi1, rpi2, and rpi3
2016-07-29 11:55:18 -05:00
Dustin Kirkland
b841fa0e38 * usr/lib/byobu/include/select-session.py: LP: #1583590
- fix default window selection by just hitting enter
2016-07-29 11:40:29 -05:00
Dustin Kirkland
f218f7263b * usr/bin/purge-old-kernels: LP: #1532153
- run autoremove afterwards, to clean up anything else
2016-07-29 11:08:23 -05:00
Dustin Kirkland
aa56b67c99 * usr/bin/purge-old-kernels: LP: #1595977
- modify the kernel purge algorithm slightly to better handle efi
    and virtual kernels
2016-07-29 10:58:36 -05:00
Dustin Kirkland
e341582516 * debian/control: LP: #1596364
- add |xterm to suggests
2016-07-29 10:21:01 -05:00
Dustin Kirkland
8eb6839497 * usr/share/byobu/status/status, usr/share/byobu/status/statusrc:
- default to showing disk space
 - fix DISTRO to BYOBU_DISTRO in template
2016-07-29 10:16:54 -05:00
Dustin Kirkland
fbbed2db77 * usr/lib/byobu/logo:
- added a logo for AlpineLinux, which has published an apk for Byobu
2016-07-29 10:12:57 -05:00
Dustin Kirkland
c54dc8b171 opening 5.110 2016-07-05 10:47:25 -05:00
Dustin Kirkland
ca0ce02980 releasing 5.109 2016-07-05 10:47:24 -05:00
Dustin Kirkland
d600b3d24e usr/share/byobu/desktop/byobu.desktop.old,
usr/share/byobu/desktop/Makefile.am:
2016-07-05 10:44:42 -05:00
Dustin Kirkland
0c231defce * usr/share/byobu/desktop/byobu.desktop.old:
- deprecated
2016-07-05 10:42:03 -05:00
Dustin Kirkland
c0050ac51e - Add support for tmux grouped sessions
- select-session.py: Pass command name in argument list
2016-07-05 10:38:41 -05:00
Dustin Kirkland
182d3f4154 * usr/lib/byobu/include/select-session.py:
-  Pass command name in argument list
     + When calling os.execpv(), make sure the first argument in the argument
       list is the command name so that the command shows up in tools like ps
2016-06-27 15:47:56 -05:00
Dustin Kirkland
a80cd6da1c * usr/lib/byobu/include/icons, usr/lib/byobu/reboot_required,
usr/lib/byobu/updates_available:
  - add an checkbox icon
* usr/lib/byobu/include/icons, usr/lib/byobu/include/select-
  session.py, usr/lib/byobu/reboot_required,
  usr/lib/byobu/updates_available:
2016-06-27 15:46:56 -05:00
Dustin Kirkland
771fa02d58 fix formatting again 2016-06-04 09:34:17 -05:00
Dustin Kirkland
bf1ed62e67 * usr/lib/byobu/updates_available:
- add an asterisk icon
2016-06-02 17:24:58 -05:00
Dustin Kirkland
b3d3361a38 opening 5.109 2016-05-31 10:03:15 -05:00
Dustin Kirkland
a2d1083f23 releasing 5.108 2016-05-31 10:03:14 -05:00
Dustin Kirkland
2a3e4032a6 * usr/lib/byobu/uptime:
- fix uptime status on MacOS
2016-05-31 09:48:53 -05:00
Kevin Mark
757ba0fbdc Fixes the uptime status notification on OS X. 2016-05-28 10:05:27 -04:00