[php-apt-parser-maint] [php-apt-parser-Bugs][304142] URL for .changes and .build files broken

php-apt-parser-bugs at alioth.debian.org php-apt-parser-bugs at alioth.debian.org
Sun Nov 19 02:04:12 CET 2006


Bugs item #304142, was opened at 2006-11-19 02:04
Status: Open
Priority: 3
Submitted By: Daniel Leidert (dleidert-guest)
Assigned to: Nobody (None)
Summary: URL for .changes and .build files broken 
Resolution: None
Group: des


Initial Comment:
Testing the des-branch shows, that the created URL for .changes or .build files is broken. E.g.

parse_and_list(
	Array("dists/sid/main/binary-i386/Packages.gz",
	      "dists/sid/contrib/binary-i386/Packages.gz",
	      "dists/sid/non-free/binary-i386/Packages.gz"),
	Array("dists/sid/main/source/Sources.gz",
	      "dists/sid/contrib/source/Sources.gz",
	      "dists/sid/non-free/source/Sources.gz"),
	"dists/sid/installed",
	"build_logs");


results in links:

http://my.domain.tld/package.changes

not

http://my.domain.tld/foo/dists/sid/installed/package.changes

(foo is the path to where the script was called)

----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=412507&aid=304142&group_id=30953



More information about the php-apt-parser-maint mailing list