[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647894: qa.debian.org: DEHS uses watch file from sid (fixed for a branch) for package in experimental (should accept latest)



Package: qa.debian.org
Severity: normal

Hi,

the watch file report as of today in
http://qa.debian.org/developer.php?packages=nvidia-graphics-drivers
is incorrect:

Watch
Unstable 	        Exp
280.13.really.275.36    280.13.really.275.36
                        Download link to 275.36 tarball
^^ OK                   ^^ BAD, should be 290.06

current versions in non-free as of today:
oldstable	173.14.09-5
stable		195.36.31-6 
testing		280.13.really.275.28-1
unstable	280.13.really.275.36-1
experimetal	290.06-1

The watch file in sid has
a) version mangling to add/remove the '280.13.really.' prefix
b) is restricted to find upstream 275.xx versions

The watch file in experimental does not have these modifications.

The incorrect qa.d.o report for experimental can only be produced by
using the watch file from sid with the version from experimental.

Both watch files are working properly:

nvidia-graphics-drivers/branches/290$ uscan --report --verbose
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   ftp://download.nvidia.com/XFree86/Linux-x86/([\d\.\-]+)/NVIDIA-Linux-x86-([\d\.\-]+)(?:-pkg0)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86-290.06.run
Newest version on remote site is 290.06, local version is 290.06
 => Package is up to date
-- In debian/watch, processing watchfile line:
   ftp://download.nvidia.com/XFree86/Linux-x86_64/([\d\.\-]+)/NVIDIA-Linux-x86_64-([\d\.\-]+)(?:-pkg2)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86_64-290.06.run
Newest version on remote site is 290.06, local version is 290.06
 => Package is up to date
-- Scan finished

nvidia-graphics-drivers/trunk$ uscan --report --verbose
-- Scanning for watchfiles in .
-- Found watchfile in ./debian
-- In debian/watch, processing watchfile line:
   opts=dversionmangle=s/.*\.really\.$//,uversionmangle=s/^/280.13.really./ ftp://download.nvidia.com/XFree86/Linux-x86/(275(?:\.[\d\.\-]+)?)/NVIDIA-Linux-x86-([\d\.\-]+)(?:-pkg0)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86-275.36.run
Newest version on remote site is 280.13.really.275.36, local version is 280.13.really.275.36
 => Package is up to date
-- In debian/watch, processing watchfile line:
   opts=dversionmangle=s/.*\.really\.$//,uversionmangle=s/^/280.13.really./ ftp://download.nvidia.com/XFree86/Linux-x86_64/(275(?:\.[\d\.\-]+)?)/NVIDIA-Linux-x86_64-([\d\.\-]+)(?:-pkg2)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86_64-275.36.run
Newest version on remote site is 280.13.really.275.36, local version is 280.13.really.275.36
 => Package is up to date
-- Scan finished

and now mixing experimental with sid watch:

nvidia-graphics-drivers/branches/290$ uscan --report --verbose --watch ../../trunk/debian/watch
-- In ../../trunk/debian/watch, processing watchfile line:
   opts=dversionmangle=s/.*\.really\.$//,uversionmangle=s/^/280.13.really./ ftp://download.nvidia.com/XFree86/Linux-x86/(275(?:\.[\d\.\-]+)?)/NVIDIA-Linux-x86-([\d\.\-]+)(?:-pkg0)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86-275.36.run
Newest version on remote site is 280.13.really.275.36, local version is 290.06
 => remote site does not even have current version
-- In ../../trunk/debian/watch, processing watchfile line:
   opts=dversionmangle=s/.*\.really\.$//,uversionmangle=s/^/280.13.really./ ftp://download.nvidia.com/XFree86/Linux-x86_64/(275(?:\.[\d\.\-]+)?)/NVIDIA-Linux-x86_64-([\d\.\-]+)(?:-pkg2)?\.run
-- Found the following matching files:
     NVIDIA-Linux-x86_64-275.36.run
Newest version on remote site is 280.13.really.275.36, local version is 290.06
 => remote site does not even have current version

Andreas

-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (800, 'stable'), (750, 'oldstable'), (700, 'testing'), (600, 'unstable'), (500, 'stable-updates'), (130, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



Reply to: