Changes between Initial Version and Version 1 of Ticket #14927, comment 9


Ignore:
Timestamp:
Nov 17, 2019, 1:18:48 PM (4 years ago)
Author:
stippi

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14927, comment 9

    initial v1  
    1414In !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.
    1515
    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().
     16It 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().
    1717
    1818The code is not correct as is, if the intention is to support a seamless upgrade, as should be the case.