| Summary: | HIPP unable to create download area directories | ||
|---|---|---|---|
| Product: | Community | Reporter: | Christoph Daniel Schulze <zephanya> |
| Component: | Servers | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | derek.toolan, enbewe, zephanya |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Christoph Daniel Schulze
The genie.elk user should allow you copy build artifacts of the Elk Hudson jobs to the Elk download area /home/data/httpd/download.eclipse.org/elk Can I just make sure this is what you are trying to do? If so, and you are still having difficulty, you can restart the HIPP via Committers Tools once you are logged into your Eclipse account: https://dev.eclipse.org/site_login/ Let me know how it goes? Thanks Derek, that was in fact not what we were doing. It's working perfectly now. The problem was with the folder we tried to copy to. According to documentation on the Eclipsepedia [1] (which I actually added based, if I remember correctly, on info I got on one of the mailing lists), I assumed the ELK downloads area to be reachable at /home/data/httpd/download.eclipse.org/modeling/elk when in fact it should be /home/data/httpd/download.eclipse.org/elk What confuses me is that the medium-term storage directory we're using is /shared/modeling/elk Do you happen to know why we need the whole project ID of "modeling.elk" to access medium-term storage, but only the project name for long-term storage? Or would the project name suffice for medium-term storage as well? [1] https://wiki.eclipse.org/Hudson#Server_Storage (In reply to Christoph Daniel Schulze from comment #2) > Do you happen to know why we need the whole project ID of "modeling.elk" to > access medium-term storage, but only the project name for long-term storage? Mostly this is a side effect of an admin decision a couple of years ago to simplify the downloads path(we had a lot of projects moving around and the re-writes were getting out of hand). > Or would the project name suffice for medium-term storage as well? It's possible, so far you're the first person to bring it up. -M. |