Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2017-07-15 Thread Balint Reczey
On Mon, 26 Sep 2016 15:38:50 -0400 anarcat  wrote:
> Control: fixed 647883 0.83.3.1
>
> On Tue, Nov 08, 2011 at 12:00:26PM +0100, Michael Vogt wrote:
> > On Mon, Nov 07, 2011 at 10:53:12AM +0100, Philipp Kern wrote:
> > > The commented-out example for squeeze-updates
(${distro_codename}-updates)
> > > provided by unattended-upgrades does not work. You actually need
to specify
> > > stable-updates to get automatic upgrades.
> >
> > Thanks for your bugreport.
> >
> > I pushed this fix to
> > http://anonscm.debian.org/bzr/apt/unattended-upgrades/debian-squeeze/
> > and it will need a proposed-updates upload.
>
> It looks like you forgot to close this bug report. I believe this was
> actually fixed in 0.83.3.1:
>
>
https://github.com/mvo5/unattended-upgrades/commit/9a2afa59502b34a5941ee6d1f72294f4494d129a

... and closing it now.

Cheers,
Balint



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2016-09-26 Thread anarcat
Control: fixed 647883 0.83.3.1

On Tue, Nov 08, 2011 at 12:00:26PM +0100, Michael Vogt wrote:
> On Mon, Nov 07, 2011 at 10:53:12AM +0100, Philipp Kern wrote:
> > The commented-out example for squeeze-updates (${distro_codename}-updates)
> > provided by unattended-upgrades does not work.  You actually need to specify
> > stable-updates to get automatic upgrades.
>  
> Thanks for your bugreport.
> 
> I pushed this fix to
> http://anonscm.debian.org/bzr/apt/unattended-upgrades/debian-squeeze/  
> and it will need a proposed-updates upload.

It looks like you forgot to close this bug report. I believe this was
actually fixed in 0.83.3.1:

https://github.com/mvo5/unattended-upgrades/commit/9a2afa59502b34a5941ee6d1f72294f4494d129a
 
On Tue, Dec 20, 2011 at 11:47:52AM +0200, Teodor MICU wrote:
> This bug look very much like #618336.

... which has been marked as resolved.

> If it doesn't worth the trouble for a backport to 'stable' maybe close it?

We are now 5 years later. I would assume it is too late for a backport
and we can just close this bug report.

Sorry for the delays everyone, it looks like the BTS needs a lot of
triage for unattended-upgrades... volunteers? :)

A.

-- 
Tu connaîtras la vérité de ton chemin à ce qui te rend heureux.
- Aristote


signature.asc
Description: Digital signature


Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2014-02-23 Thread Iain Nicol
Package: unattended-upgrades
Version: 0.82
Followup-For: Bug #647883

Sam,

As another user of unattended-upgrades, thanks for your patch.
However, it can be marginally improved.  By continuing to use
${distro_codename} instead of stable, unattended-upgrades won't
break the moment stable becomes oldstable:

--- data/50unattended-upgrades.Debian   2013-09-02 07:12:48 +
+++ data/50unattended-upgrades.Debian   2014-02-23 23:06:25 +
@@ -36,7 +36,7 @@
 //  o=Debian,a=stable;
 //  o=Debian,a=stable-updates;
 //  o=Debian,a=proposed-updates;
-origin=Debian,archive=${distro_codename},label=Debian-Security;
+origin=Debian,codename=${distro_codename},label=Debian-Security;
 };


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2014-02-06 Thread Sam Morris
Package: apt-listchanges
Version: 2.85.13
Followup-For: Bug #647883

I installed this version of the package on a system running wheezy, and
had to make the following changes to get it to work.

diff --git a/apt/apt.conf.d/50unattended-upgrades 
b/apt/apt.conf.d/50unattended-upgrades
index db3a68c..6ed93d6 100644
--- a/apt/apt.conf.d/50unattended-upgrades
+++ b/apt/apt.conf.d/50unattended-upgrades
@@ -36,7 +36,7 @@ Unattended-Upgrade::Origins-Pattern {
 //  o=Debian,a=stable;
 //  o=Debian,a=stable-updates;
 //  o=Debian,a=proposed-updates;
-origin=Debian,archive=${distro_codename},label=Debian-Security;
+origin=Debian,archive=stable,label=Debian-Security;
 };

-- System Information:
Debian Release: 7.3
  APT prefers stable-updates
  APT policy: (550, 'stable-updates'), (550, 'stable'), (530, 'testing'), (520, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.12-0.bpo.1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-listchanges depends on:
ii  apt0.9.7.9+deb7u1
ii  debconf [debconf-2.0]  1.5.49
ii  debianutils4.3.2
ii  dpkg-dev   1.16.12
ii  python 2.7.3-4+deb7u1
ii  python-apt 0.8.8.2
ii  python-support 1.0.15
ii  ucf3.0025+nmu3

apt-listchanges recommends no packages.

Versions of packages apt-listchanges suggests:
ii  exim4-daemon-heavy [mail-transport-agent]  4.80-7
pn  python-glade2  none
pn  python-gtk2none
ii  w3m [www-browser]  0.5.3-8
pn  x-terminal-emulatornone

-- debconf information:
  apt-listchanges/confirm: false
* apt-listchanges/which: both
* apt-listchanges/frontend: mail
* apt-listchanges/email-address: root
* apt-listchanges/save-seen: true


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2011-12-20 Thread Teodor MICU
This bug look very much like #618336.
If it doesn't worth the trouble for a backport to 'stable' maybe close it?

Thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2011-11-09 Thread Philipp Kern
On Tue, Nov 08, 2011 at 12:00:26PM +0100, Michael Vogt wrote:
 Thanks for your bugreport.
 
 I pushed this fix to
 http://anonscm.debian.org/bzr/apt/unattended-upgrades/debian-squeeze/  
 and it will need a proposed-updates upload.

Thank you!  Could you prepare a debdiff and either file a pu bug
against release.d.o using reportbug or just mail it to
debian-release@lists.d.o for approval, please?

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2011-11-08 Thread Michael Vogt
On Mon, Nov 07, 2011 at 10:53:12AM +0100, Philipp Kern wrote:
 Package: unattended-upgrades
 Version: 0.62.2
 Severity: normal
 
 The commented-out example for squeeze-updates (${distro_codename}-updates)
 provided by unattended-upgrades does not work.  You actually need to specify
 stable-updates to get automatic upgrades.
 
Thanks for your bugreport.

I pushed this fix to
http://anonscm.debian.org/bzr/apt/unattended-upgrades/debian-squeeze/  
and it will need a proposed-updates upload.

Cheers,
 Michael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2011-11-07 Thread Philipp Kern
Package: unattended-upgrades
Version: 0.62.2
Severity: normal

The commented-out example for squeeze-updates (${distro_codename}-updates)
provided by unattended-upgrades does not work.  You actually need to specify
stable-updates to get automatic upgrades.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org