Changes between Version 2 and Version 3 of SummerOfCode2015Libsolv


Ignore:
Timestamp:
Sep 11, 2015, 12:52:51 PM (9 years ago)
Author:
JacksonIsaac (Jackson Isaac)
Comment:

Add note to rebuild portindex manually for libsolv branch.

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2015Libsolv

    v2 v3  
    2727I have written a small shell script to do the above tasks at https://raw.githubusercontent.com/JacksonIsaac/macports-libsolv/master/mplibsolv.sh
    2828
     29'''Re-Build portindex'''
     30[[BR]]
     31For 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:
     32
     33{{{
     34sudo /path/to/libsolv/branch/prefix/bin/portindex -f
     35}}}
     36
     37This will build the portindex again and may take ~10-15 minutes depending on the hardware configuration.
     38
     39'''Note:''' You would have to do this each time you do a selfupdate/sync to update the ports.
     40
    2941'''Testing libsolv engine'''
    3042[[BR]]