| Summary: | Orion build support directory missing | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Releng | Assignee: | John Arthorne <john.arthorne> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | david_williams, ken_walker |
| Version: | 0.4 | ||
| Target Milestone: | 0.5 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
John Arthorne
Simply recreating the directory allowed our build to run successfully. The directory can be empty when the build starts and it will checkout the needed files. I can add a mkdir to the build script, but first I want to consider moving it to another folder. David is the e4 or platform build using this directory too? I don't think it is, but do think I thought it was. I see a 'build' directory in the "oldOrObsolete" directory which is where I put things I didn't understand and which were confusing me. /shared/eclipse/e4/oldOrObsolete For the eclipse 4.2 builds, I have started to use /shared/eclipse/eclipse4 I suggest for orion you move to /shared/eclipse/orion to improve separation of builds. (They still have some permission fix-ups to make, bug 375104, but once that's done, should be easy). That /shared/eclipse/e4 directory is "a mess" :/ Apologies for the mix up. (In reply to comment #2) > I suggest for orion you move to > /shared/eclipse/orion I'm not feeling quite that brave. 98% of our build is currently in /shared/eclipse/e4/orion and we have quite a few scripts relying on it (build, rsync, cleanup, etc). I'm going to consolidate everything under /shared/eclipse/e4/orion. I think I can manage that because it just involved moving our "build support" directory. |