Changes between Version 271 and Version 272 of SummerOfCode


Ignore:
Timestamp:
Mar 8, 2017, 10:39:02 PM (7 years ago)
Author:
pixilla (Bradley Giesbrecht)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v271 v272  
    101101
    102102=== Core tasks ===
     103
     104==== Add migrate action to port command ==== #migrate
     105
     106Currently when MacPorts users upgrade to a new OS or hardware they are advised to follow a set of manual [https://trac.macports.org/wiki/Migration migration instructions]. These instructions can be challenging for casual users to follow and in some cases more difficult if executed after the OS upgrade or hardware change.
     107
     108The goal of the new port migrate action is to automate the processes described in the migration documentation.
     109
     110* Difficulty: Medium
     111* Languages: Tcl, SQL
     112* Potential mentors: pixilla
    103113
    104114==== Phase out dependency on Xcode ==== #xcode