Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335507 - Support localhost as a build server
Summary: Support localhost as a build server
Status: RESOLVED FIXED
Alias: None
Product: Modeling
Classification: Modeling
Component: Releng (show other bugs)
Version: 2011-Indigo   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 2011-Indigo   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-26 15:34 EST by Anthony Hunter CLA
Modified: 2011-01-27 11:32 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.