#13786 closed bug (fixed)
[Repositories] ignores repos not starting with http://
Reported by: | diver | Owned by: | perelandra |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Preferences/Repositories | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
I've overwrote haikuporter repo with buildmaster to my x86_gcc2 Haiku running hrev51555
pkgman add eu.hpkg.haiku-os.org/haikuports/master/repository/x86_gcc2/current
For some reason Repositories doesn't list buildmaster repo at all.
Attachments (1)
Change History (8)
by , 7 years ago
Attachment: | Repositories.png added |
---|
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Description: | modified (diff) |
---|
comment:3 by , 7 years ago
comment:4 by , 7 years ago
Description: | modified (diff) |
---|---|
Summary: | [Repositories] shows wrong repo as enabled → [Repositories] ignores repos not starting with http:// |
comment:5 by , 7 years ago
Yes this is an invalid URL so gets rejected here: https://github.com/haiku/haiku/blob/master/src/preferences/repositories/RepositoriesView.cpp#L640
Seems like pkgman should enforce valid URLs, somewhere before or within this call: https://github.com/haiku/haiku/blob/master/src/bin/pkgman/command_add_repo.cpp#L90
comment:7 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Turned out it was due to not "http://" not being there. Overwriting it once again with
fixed it. Still a bug of course.