Activity log for bug #1579125

Date Who What changed Old value New value Message
2016-05-06 15:48:08 Samuel Cozannet bug added bug
2016-05-06 15:49:27 Dustin Kirkland  what-utils (Ubuntu): assignee Dustin Kirkland  (kirkland)
2016-05-06 15:49:29 Dustin Kirkland  what-utils (Ubuntu): importance Undecided Critical
2016-05-06 15:49:34 Dustin Kirkland  what-utils (Ubuntu): status New In Progress
2016-05-06 15:50:27 Launchpad Janitor branch linked lp:what-utils
2016-05-06 15:51:14 Dustin Kirkland  nominated for series Ubuntu Xenial
2016-05-06 15:51:14 Dustin Kirkland  bug task added what-utils (Ubuntu Xenial)
2016-05-06 15:51:28 Dustin Kirkland  what-utils (Ubuntu Xenial): status New In Progress
2016-05-06 15:51:32 Dustin Kirkland  what-utils (Ubuntu): status In Progress Fix Committed
2016-05-06 15:51:35 Dustin Kirkland  what-utils (Ubuntu Xenial): importance Undecided High
2016-05-06 15:51:37 Dustin Kirkland  what-utils (Ubuntu): importance Critical High
2016-05-06 15:51:40 Dustin Kirkland  what-utils (Ubuntu Xenial): assignee Dustin Kirkland  (kirkland)
2016-05-06 15:51:43 Dustin Kirkland  what-utils (Ubuntu Xenial): milestone xenial-updates
2016-05-06 15:58:02 Dustin Kirkland  description $ how-many-binary -a amd64 -r xenial 0 Regardless of all tags & arguments $ how-many-binary -a amd64 -r xenial 0 Regardless of all tags & arguments == SRU == [IMPACT] The how-many-binary command doesn't actually work, now that xenial is released and yakkety is open, as it used distro-info. [TEST CASE] $ how-many-binary 0 It should return something more like: $ how-man-binary 53837 The fix is to use /etc/lsb-release instead of distro-info. Duh. [REGRESSION POTENTIAL] Negligible. The patch is already committed upstream, and uploaded to yakkety. === modified file 'usr/bin/how-many-binary' --- usr/bin/how-many-binary 2016-04-18 19:22:12 +0000 +++ usr/bin/how-many-binary 2016-05-06 15:48:52 +0000 @@ -20,7 +20,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. arch="amd64" -release=$(distro-info --latest) +. /etc/lsb-release 2>/dev/null || true +release=$DISTRIB_CODENAME VERBOSE=0 for i in $@; do case "$i" in @@ -45,7 +46,7 @@ case "$arch" in amd64|x86_64|*86) - archive="archive.ubuntu.com" + archive="archive.ubuntu.com/ubuntu" ;; *) archive="ports.ubuntu.com"
2016-05-06 15:58:12 Dustin Kirkland  bug added subscriber Ubuntu Stable Release Updates Team
2016-05-06 15:59:11 Dustin Kirkland  what-utils (Ubuntu Xenial): assignee Dustin Kirkland  (kirkland) Ubuntu Stable Release Updates Team (ubuntu-sru)
2016-05-06 16:52:04 Launchpad Janitor what-utils (Ubuntu): status Fix Committed Fix Released
2016-05-06 19:36:31 Martin Pitt what-utils (Ubuntu Xenial): status In Progress Fix Committed
2016-05-06 19:36:34 Martin Pitt bug added subscriber SRU Verification
2016-05-06 19:36:37 Martin Pitt tags xenial verification-needed xenial
2016-05-18 15:50:20 Dustin Kirkland  tags verification-needed xenial verification-done xenial
2016-05-18 20:53:43 Launchpad Janitor what-utils (Ubuntu Xenial): status Fix Committed Fix Released
2016-05-18 20:53:46 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team