Changes between Version 271 and Version 272 of SummerOfCode
- Timestamp:
- Mar 8, 2017, 10:39:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode
v271 v272 101 101 102 102 === Core tasks === 103 104 ==== Add migrate action to port command ==== #migrate 105 106 Currently 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 108 The 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 103 113 104 114 ==== Phase out dependency on Xcode ==== #xcode