Activity log for bug #731376

Date Who What changed Old value New value Message
2011-03-08 15:19:21 Michael Vogt bug added bug
2011-03-08 15:30:07 Michael Vogt bug task added software-center (Ubuntu)
2011-03-08 15:30:17 Michael Vogt nominated for series Ubuntu Natty
2011-03-08 15:30:17 Michael Vogt bug task added software-center (Ubuntu Natty)
2011-03-08 15:46:28 Michael Vogt software-center (Ubuntu Natty): status New Fix Committed
2011-03-08 15:46:30 Launchpad Janitor branch linked lp:software-center
2011-03-08 15:46:43 Michael Vogt software-center (Ubuntu Natty): importance Undecided Medium
2011-03-08 15:46:43 Michael Vogt software-center (Ubuntu Natty): assignee Michael Vogt (mvo)
2011-03-08 15:57:25 Gary Lasker description For natty final we want to support archvie.canoical.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubutnu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like: origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com is "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com is "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA is "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent.
2011-03-08 15:57:48 Gary Lasker description For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com is "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com is "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA is "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com is "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com is "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA is "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent.
2011-03-08 15:58:40 Gary Lasker description For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com is "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com is "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA is "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent.
2011-03-10 02:30:09 Canonical ISD bug wrangler tags kb-improvement
2011-03-10 02:30:21 Canonical ISD bug wrangler rnr-server: importance Undecided Medium
2011-03-10 07:50:10 Canonical ISD bug wrangler rnr-server: status New In Progress
2011-03-10 07:50:10 Canonical ISD bug wrangler rnr-server: assignee Michael Nelson (michael.nelson)
2011-03-11 12:10:07 Launchpad Janitor branch linked lp:~michael.nelson/rnr-server/731736-other-origins
2011-03-11 19:15:11 Launchpad Janitor software-center (Ubuntu Natty): status Fix Committed Fix Released
2011-03-11 20:14:30 Launchpad Janitor branch linked lp:ubuntu/software-center
2011-03-14 12:15:59 Michael Nelson branch linked lp:~michael.nelson/rnr-server/731376-other-origins-2
2011-03-15 10:11:33 ISD Branch Mangler rnr-server: status In Progress Fix Committed
2011-03-24 10:31:24 Michael Nelson description For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. QA Notes: Currently this is difficult to QA as there are no for-pay apps for natty yet. To trick USC you need to update (1) your sources.list entry for the archive you are testing (either a for-pay private ppa, or archive.canonical.com), and then (2) update DISTRIB_CODENAME to 'maverick' in /etc/lsb-release, then (3) `sudo apt-get update`, and run software center.
2011-03-24 12:57:49 Michael Nelson description For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. QA Notes: Currently this is difficult to QA as there are no for-pay apps for natty yet. To trick USC you need to update (1) your sources.list entry for the archive you are testing (either a for-pay private ppa, or archive.canonical.com), and then (2) update DISTRIB_CODENAME to 'maverick' in /etc/lsb-release, then (3) `sudo apt-get update`, and run software center. For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. QA Notes: Currently this is difficult to QA as there are no for-pay apps for natty yet. To trick USC you need to update (1) your sources.list entry for the archive you are testing (either a for-pay private ppa, or archive.canonical.com), and then (2) update DISTRIB_CODENAME to 'maverick' in /etc/lsb-release, then (3) `sudo apt-get update`, and run software center. 1) Select 'More info' for the for-pay app (or partner app) that you have installed 2) Write a review and verify it submits successfully, and displays in the UI 3) Remember to revert the changes to your sources.list and /etc/lsb-release
2011-03-29 08:38:32 Dave Morley description For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. QA Notes: Currently this is difficult to QA as there are no for-pay apps for natty yet. To trick USC you need to update (1) your sources.list entry for the archive you are testing (either a for-pay private ppa, or archive.canonical.com), and then (2) update DISTRIB_CODENAME to 'maverick' in /etc/lsb-release, then (3) `sudo apt-get update`, and run software center. 1) Select 'More info' for the for-pay app (or partner app) that you have installed 2) Write a review and verify it submits successfully, and displays in the UI 3) Remember to revert the changes to your sources.list and /etc/lsb-release For natty final we want to support archive.canonical.com, extras.ubuntu.com and the for-pay origins (in addition to the "regular" origin). To do that the server needs to be extended to support this, the client already sends along the origin information that it gets from the archive release file (in lowercase) when submitting a review. E.g.: - archive.ubuntu.com its "ubuntu" (http://archive.ubuntu.com/dists/natty/Release) - archive.canonical.com its "canonical" (http://archive.canonical.com/dists/natty/Release) - extras.ubuntu.com its "lp-ppa-app-review-board" (http://extras.ubuntu.com/ubuntu/dists/maverick/Release) - a PPA its "lp-ppa-mvo" (http://ppa.launchpad.net/mvo/ppa/ubuntu/dists/lucid/Release) - a private PPA its e.g. lp-ppa-commercial-ppa-uploaders-vendetta-online (https://private-ppa.launchpad.net/commercial-ppa-uploaders/vendetta-online/ubuntu/dists/maverick/Release) The client will use the origin information to get reviews as well. It will have to special case the software-center-agent ones and add something like:     origin = "lp-ppa-%s" % item.archive_id.replace("/", "-") to get the origin for the agent. QA Notes: Currently this is difficult to QA as there are no for-pay apps for natty yet. To trick USC you need to update (1) your sources.list entry for the archive you are testing (either a for-pay private ppa, or archive.canonical.com), and then (2) update DISTRIB_CODENAME to 'maverick' in /etc/lsb-release, then (3) `sudo apt-get update`, and run software center.  1) Select 'More info' for the for-pay app (or partner app) that you have installed  2) Write a review and verify it submits successfully, and displays in the UI  3) Remember to revert the changes to your sources.list and /etc/lsb-release Cheated, I had uplink installed on maverick so I use SC trunk and filed a review from there on Uplink.
2011-03-31 18:45:05 Canonical ISD bug wrangler rnr-server: status Fix Committed Fix Released
2011-07-08 14:35:00 Anthony Lenton rnr-server: milestone 11.03