Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335507

Summary: Support localhost as a build server
Product: [Modeling] Modeling Reporter: Anthony Hunter <ahunter.eclipse>
Component: RelengAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2011-Indigo   
Target Milestone: 2011-Indigo   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2011-01-26 15:34:25 EST
The common modeling build scripts can be started from our modeling php web pages. 
We have a hard coded list of build server names that trigger build web pages if the web server is a build server. For example build.eclipse.org and modeling.eclipse.org are obvious.

There are also some historical IBM build servers, like emf.torolab.ibm.com, hard coded in the php code.

If I want to set up a local build server, I cannot, even though according to the release guidelines we are supposed to permit this.

As a workaround, we can run a web server with the generic hostname localhost.

If we check for localhost in the php pages, then we can trigger the build pages.

I have successfully setup a build server on my local Ubuntu workstation with these changes.

These changes can be committed for sharing.
Comment 1 Anthony Hunter CLA 2011-01-26 15:34:45 EST
Committed these changes to releng HEAD.