mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 05:53:22 -07:00
* debian/source_byobu.py:
- Do not include the user's .screenrc in the apport generated crash report
This commit is contained in:
commit
6acb5e87d5
2 changed files with 4 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -21,6 +21,10 @@ byobu (5.128) unreleased; urgency=medium
|
|||
* usr/lib/byobu/wifi_quality:
|
||||
- prefer iwconfig over iw for now, iw is not working for me
|
||||
|
||||
[ Paride Legovini ]
|
||||
* debian/source_byobu.py:
|
||||
- Do not include the user's .screenrc in the apport generated crash report
|
||||
|
||||
[ Jeffery To ]
|
||||
* usr/bin/byobu-disable-prompt.in,
|
||||
usr/bin/byobu-janitor.in:
|
||||
|
|
1
debian/source_byobu.py
vendored
1
debian/source_byobu.py
vendored
|
@ -10,4 +10,3 @@ from os import path
|
|||
def add_info(report):
|
||||
attach_related_packages(report, ['byobu*', 'screen*'])
|
||||
report['Binaries'] = command_output(['sh', '-c', 'ls -alF /usr/bin/screen* /usr/bin/byobu*'])
|
||||
attach_file_if_exists(report, path.expanduser('~/.screenrc'), 'ScreenRC')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue