Community
Participate
Working Groups
I noticed while running Buckminster with "--loglevel DEBUG" that the Buckminster import is far from optimal : it tries to get each artifact from several locations before finding one location that contains it. This is probably one of the reasons the import is taking so long (see Bug 323977). The rmap should specify where each artifact is supposed to be, instead of letting Buckminster search from it in all update sites. And the same goes for the SVN locations: each MoDisco project should only be searched for at one location, instead of in each folder (plugins, features, examples, doc, tests, releng) under the MoDisco SVN.
I have optimized the rmap. Unfortunately, this doesn't seem to solve the problem, since the job still gets stuck when running on hudson.eclipse.org (Bug 323977). But once this problem is solved, the optimization should help the job run quickly.
Bug to be fixed by bug #323977.