Activity log for bug #704595

Date Who What changed Old value New value Message
2011-01-18 19:27:00 Nicolas Valcarcel bug added bug
2011-01-18 19:29:04 Nicolas Valcarcel description Binary package hint: python-apt Steps to reproduce: $ mkdir -p /tmp/apt-test/etc/apt $ cp /etc/apt/sources.list /tmp/apt-test/etc/apt/. - Run the following script: import apt cache = apt.Cache(rootdir='/tmp/apt-test/') cache.update() cache.open(apt.progress.base.OpProgress) for package in cache: foo = package - Inspect the foo.candidate.origins object and this is what you will get: [<Origin component:'' archive:'' origin:'' label:'' site:'archive.ubuntu.com' isTrusted:False>] Binary package hint: python-apt Steps to reproduce: $ mkdir -p /tmp/apt-test/etc/apt $ cp /etc/apt/sources.list /tmp/apt-test/etc/apt/. - Run the following code in a python shell: import apt cache = apt.Cache(rootdir='/tmp/apt-test/') cache.update() cache.open(apt.progress.base.OpProgress()) for package in cache:     foo = package - Inspect the foo.candidate.origins object and this is what you will get: [<Origin component:'' archive:'' origin:'' label:'' site:'archive.ubuntu.com' isTrusted:False>]
2011-01-18 19:31:04 Nicolas Valcarcel description Binary package hint: python-apt Steps to reproduce: $ mkdir -p /tmp/apt-test/etc/apt $ cp /etc/apt/sources.list /tmp/apt-test/etc/apt/. - Run the following code in a python shell: import apt cache = apt.Cache(rootdir='/tmp/apt-test/') cache.update() cache.open(apt.progress.base.OpProgress()) for package in cache:     foo = package - Inspect the foo.candidate.origins object and this is what you will get: [<Origin component:'' archive:'' origin:'' label:'' site:'archive.ubuntu.com' isTrusted:False>] Binary package hint: python-apt Steps to reproduce: $ mkdir -p /tmp/apt-test/etc/apt $ cp /etc/apt/sources.list /tmp/apt-test/etc/apt/. - Run the following code in a python shell: import apt cache = apt.Cache(rootdir='/tmp/apt-test/') cache.update() cache.open(apt.progress.base.OpProgress()) for package in cache:     foo = package - Inspect the foo.candidate.origins object and this is what you will get: [<Origin component:'' archive:'' origin:'' label:'' site:'archive.ubuntu.com' isTrusted:False>] Expected results: [<Origin component:'universe' archive:'maverick' origin:'Ubuntu' label:'Ubuntu' site:'archive.ubuntu.com' isTrusted:True>]
2011-01-19 07:17:07 Julian Andres Klode python-apt (Ubuntu): status New Confirmed
2011-01-19 07:17:07 Julian Andres Klode python-apt (Ubuntu): assignee Julian Andres Klode (juliank)
2011-01-19 07:28:25 Julian Andres Klode affects python-apt (Ubuntu) apt (Ubuntu)
2011-01-19 07:28:25 Julian Andres Klode apt (Ubuntu): assignee Julian Andres Klode (juliank)
2011-04-08 09:26:25 Julian Andres Klode attachment added apt-notverified.diff https://bugs.launchpad.net/ubuntu/+source/apt/+bug/704595/+attachment/1998899/+files/apt-notverified.diff
2011-04-08 12:00:14 Julian Andres Klode apt (Ubuntu): status Confirmed Fix Committed
2011-04-08 17:32:30 Launchpad Janitor branch linked lp:~mvo/apt/debian-sid
2011-04-08 17:34:16 Brian Murray bug added subscriber Ubuntu Review Team
2011-04-08 17:34:18 Brian Murray tags patch
2011-04-11 21:18:26 nutznboltz summary Python-apt shows emply origins object Python-apt shows empty origins object
2011-04-15 21:24:31 Launchpad Janitor branch linked lp:debian/apt
2011-04-29 16:00:12 Launchpad Janitor apt (Ubuntu): status Fix Committed Fix Released
2011-05-02 07:40:51 Launchpad Janitor branch linked lp:apt
2011-11-18 13:48:16 magelan bug added subscriber magelan