Changes between Version 3 and Version 4 of SummerOfCode2015Libsolv


Ignore:
Timestamp:
Sep 14, 2015, 12:18:01 PM (9 years ago)
Author:
JacksonIsaac (Jackson Isaac)
Comment:

Add workaround for generating portindex manually. Syncing via svn doesn't require to rebuild portindex as it is generated locally

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2015Libsolv

    v3 v4  
    2929'''Re-Build portindex'''
    3030[[BR]]
    31 For now, you will need to rebuild the portindex as conflicts field (required to set up solv information) has been added to the portindex in libsolv branch which is not yet merged with trunk. To do so run the following command:
     31Currently if you are updating the ports via rsync, you will need to rebuild the portindex as conflicts field (required to set up solv information) has been added to the portindex in libsolv branch which is not yet merged with trunk. To do so run the following command:
    3232
    3333{{{
     
    3737This will build the portindex again and may take ~10-15 minutes depending on the hardware configuration.
    3838
    39 '''Note:''' You would have to do this each time you do a selfupdate/sync to update the ports.
     39'''Note:''' You would have to do this each time you do a selfupdate to update the ports.
     40[[BR]]
     41'''Workaround:''' You can sync via SVN [wiki:howto/SyncingWithSVN SyncingWithSVN], as the portindex is generated locally.
     42
    4043
    4144'''Testing libsolv engine'''