Difference between revisions of "Mac"

From FreekiWiki
Jump to navigation Jump to search
(overview flowchart)
(Redirected page to MacBuild)
 
(32 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This page will contain information about the FreeGeek process for Apple Macintosh computers, including
+
#REDIRECT [[MacBuild]]
receiving, recycling, and build.  The process is currently (28 December 2006) being defined, so there
 
is nothing here yet.  People active in the process definition are Dave <last-name?>, Loren <last-name?>,
 
and Tony Rick. 
 
 
 
There is a related PPS stub [http://wiki.freegeek.org/index.php?title=General_Priorities&action=edit&section=6 here]. This page should be considered a sandbox until a formal process definition is created.
 
 
 
Here is first cut at an overview
 
==Overview==
 
<graphviz>
 
digraph macProcess {
 
    Eval            [label="Eval" shape=octagon]
 
    FGkeep          [label="Does FG want it?"]
 
    MRkeep          [label="Does MacRenewal want it?"]
 
    CRT            [label="Does it have a CRT?"]
 
    Recycle        [lable="Recycle" shape=box]
 
    SpecialRecycle  [label="Special recycle" shape=box]
 
    MacPile        [label="Return to MacPile" shape=box]
 
    MacRebuild      [label="Send to Mac Rebuild" shape=box]
 
 
 
    Eval        -> FGkeep
 
    FGkeep      -> MRkeep [label="No"]
 
    FGkeep      -> MacRebuild [label="Yes"]
 
    MRkeep      -> CRT [label="No"]
 
    MRkeep      -> MacPile [label="Yes"]
 
    CRT        -> Recycle [label="No"]
 
    CRT        -> SpecialRecycle [label="Yes"]
 
}</graphviz>
 
 
 
 
 
==MacRenewal Reject Criteria==
 
*(Lorraine's rejection list goes here)
 

Latest revision as of 11:27, 12 June 2012

Redirect to: