You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to display the packages version change next to the package name. This is on the screen where is shows the packages that need to be updated. Normally it shows the package change at the bottom of the window when you mouse over each package.
The reason for this is I can quickly copy and paste all packages to be updated into a ticket to do the patching.
Before:
[-] Updates pending
[-] Debian-7.0
R v [-] nXX1-xx.com (Debian 7.5 wheezy; 3.2.0-4-amd64)
u: dpkg
After: (version change is listed after package name)
[-] Updates pending
[-] Debian-7.0
R v [-] nXX1-xx.com (Debian 7.5 wheezy; 3.2.0-4-amd64)
u: dpkg 1.16.13 -> 1.16.14
This is the format of the report I need to create.
$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
Linux xxxx-xxxxx 3.2.0-58-generic Merge several fixes and improvements including multiuser setups. #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
this should be easy to implement. As an alternative you might try the XML report feature of apt-dater to generate your ticket content (scriptable using some XSLT magic).
It would be great to display the packages version change next to the package name. This is on the screen where is shows the packages that need to be updated. Normally it shows the package change at the bottom of the window when you mouse over each package.
The reason for this is I can quickly copy and paste all packages to be updated into a ticket to do the patching.
Before:
[-] Updates pending
[-] Debian-7.0
R v [-] nXX1-xx.com (Debian 7.5 wheezy; 3.2.0-4-amd64)
u: dpkg
After: (version change is listed after package name)
[-] Updates pending
[-] Debian-7.0
R v [-] nXX1-xx.com (Debian 7.5 wheezy; 3.2.0-4-amd64)
u: dpkg 1.16.13 -> 1.16.14
This is the format of the report I need to create.
Ubuntu 12.04 LTS
$ lsb_release -a; uname -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.4 LTS
Release: 12.04
Codename: precise
Linux xxxx-xxxxx 3.2.0-58-generic Merge several fixes and improvements including multiuser setups. #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: