Changes between Initial Version and Version 1 of Ticket #14927, comment 9
- Timestamp:
- Nov 17, 2019, 1:18:48 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14927, comment 9
initial v1 14 14 In !HaikuDepot, where packages are populated and associated with a Depot, no installed package (except for local packages) is associated with any Depot, since no Depot has a URL. This happens in LocalPkgDataLoadProcess.cpp in RunInternal() where it uses repoConfig.URL() to associate the Depot's URL. 15 15 16 It seems one of the two places is incorrect. Either it is intentional that BRepositoryConfig::URL() can be empty for old driver settings, or HaikuDepot needs to use BaseURL() instead of URL().16 It seems one of the two places is incorrect. Either it is unintentional that BRepositoryConfig::URL() can be empty for old driver settings, or HaikuDepot needs to use BaseURL() instead of URL(). 17 17 18 18 The code is not correct as is, if the intention is to support a seamless upgrade, as should be the case.