1 2 3 4 5 6 7 8 |
Run this tool something like this (needs germinate newer than 2.16) installed) $ ./fetch # rsyncs dists/ from archive.u.c $ ./update-germinate # runs germinate to calculate the expansions of the tasks $ ./packageset-report > output # works out what the sets should contain $ ./packageset-push -vn output > changes # calculate changes vs. the current state of the sets $ less changes # review this list to see the changes $ ./packageset-push -v output # if ok, commit them to the seeds |