| Summary: | Gerritfs jar needs a constant location | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Bogdan Gheorghe <gheorghe> |
| Component: | Releng | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | antonm, john.arthorne, libingw, mamacdon, ryehle |
| Version: | 6.0 | ||
| Target Milestone: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Bogdan Gheorghe
Thanks Bogdan. Is this on the radar to be completed any time soon? Thanks! The latest gerritfs.jar is available at http://download.eclipse.org/orion/stable/gerritfs.jar which is the latest http://download.eclipse.org/orion/drops/S-7.0S1-201407160323/download.php?dropFile=gerritfs.jar (In reply to Anthony Hunter from comment #2) > The latest gerritfs.jar is available at > http://download.eclipse.org/orion/stable/gerritfs.jar > > which is the latest > http://download.eclipse.org/orion/drops/S-7.0S1-201407160323/download. > php?dropFile=gerritfs.jar Since the gerritfs.jar is created by every Orion build and Orion builds are now automatically published by Hudson, we can update the publish script to also update the gerritfs.jar in the stable location with each Orion build. The publish log and hudson build log will now have the line: Update gerritfs.jar in /home/data/httpd/download.eclipse.org/orion/stable The latest gerritfs.jar is available at: http://download.eclipse.org/orion/stable/gerritfs.jar There is also a README to reference at: http://download.eclipse.org/orion/stable/README which will contain: gerritfs.jar copied from build I20150317-1614 (Starting with the next build tonight). The changes are delivered with commit: http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=a0a57b94ae877322e229612a9f1abe70bb39070e There was a permissions problem copying gerritfs.jar in last night's build:
> Copied built-editor.zip
> Copied built-compare.zip
> Update gerritfs.jar in /home/data/httpd/download.eclipse.org/orion/stable
> cp: cannot create regular file `/home/data/httpd/download.eclipse.org/orion/stable/gerritfs.jar': Permission denied
(In reply to Mark Macdonald from comment #4) > There was a permissions problem copying gerritfs.jar in last night's build: > > > Copied built-editor.zip > > Copied built-compare.zip > > Update gerritfs.jar in /home/data/httpd/download.eclipse.org/orion/stable > > cp: cannot create regular file `/home/data/httpd/download.eclipse.org/orion/stable/gerritfs.jar': Permission denied Fixed: > Copied built-editor.zip > Copied built-compare.zip > Update gerritfs.jar in /home/data/httpd/download.eclipse.org/orion/stable |