[ User ] Login

Bug 123: CLOSED

tazpkg add-undigest - trailing slash

Date: 2014-05-21 08:11 - Creator: hodza - Priority standard - 1 message

When I add a new repository via command tazpkg add-undigest 
public-repository 
 my.domain.org/slitazrepo
(without trailing slash) the 
command tazpkg -gi packagename works as expected, but when I try to build 
distro which contains this custom package with tazlito command, it gives me an 
error 404 NotFound. On the server logs I can see that it's trying to 
download the package from a wrong path 
 my.domain.org/slitazrepopackagename
When I add my repository with 
trailing slash like tazpkg add-undigest public-repository 
 my.domain.org/slitazrepo/
tazlito will download the package correctly.

Affected: Slitaz cooking (2014-05-21)

Affected package(s): tazpkg, tazlito

Messages

By: bellard on 2015-12-25 15:35

Seems fixed now: 
 hg.slitaz.org/tazpkg/file/e4257a4c2eb3/modules/mirror#l44