Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Starting a Higgins Build"

m
Line 1: Line 1:
'''To trigger the stable build for any Higgins component perform following steps:'''
+
=== Triggering a stable build for any Higgins component ===
  
 
1. Login to build.eclipse.org server via SSH.
 
1. Login to build.eclipse.org server via SSH.
  
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
    Execute in command line:
+
  Execute in command line:
    cd /shared/technology/higgins/static-resources/scripts/
+
  cd /shared/technology/higgins/static-resources/scripts/
  
 
3. Execute in commend line:
 
3. Execute in commend line:
    ./build.sh S
+
  ./build.sh S
  
 
4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.
 
4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.
  
5. Change current directory to desired directory.  For example:
+
5. Change current directory to desired directory.  For example, for HBX:
For HBX:
+
  cd hbx  
                Execute in command line:
+
                    cd hbx  
+
 
For IdAS:
 
For IdAS:
                Execute in command line:
+
  cd idas  
                    cd idas  
+
 
For EODM Context Provider:
 
For EODM Context Provider:
                Execute in command line:
+
  cd contextproviders/eodm  
                    cd contextproviders/eodm  
+
 
For EODM-Jena Context Provider:
 
For EODM-Jena Context Provider:
                Execute in command line:
+
  cd contextproviders/jena  
                    cd contextproviders/jena  
+
 
For Jena Context Provider:
 
For Jena Context Provider:
                Execute in command line:
+
  cd contextproviders/jena2  
                    cd contextproviders/jena2  
+
6. In current directory:
6. In current directory Execute in command line:
+
  ./build.sh -buildID *stable_build_label* S
 
+
  where *stable_build_label* is the string, that defines the version of stable build. E.g. 0.6.1 or 0.7.34.
    ./build.sh -buildID *stable_build_label* S
+
  Command line examples:
    where *stable_build_label* is the string, that defines the version of stable build. E.g. 0.6.1 or 0.7.34.
+
  ./build.sh -buildID 0.6.1 S
    Command line examples:
+
  ./build.sh -buildID 0.7.34 S
    ./build.sh -buildID 0.6.1 S
+
    ./build.sh -buildID 0.7.34 S
+
  
 
7. The stable build should complete in several minutes.
 
7. The stable build should complete in several minutes.
  
 
+
=== Triggering a nightly build of ALL Higgins components ===
 
+
 
+
--------------------------------------------------------------------------------
+
 
+
 
+
 
+
'''Instructions to trigger nightly build of ALL Higgins components'''
+
 
+
 
+
To trigger the nightly build for ALL Higgins components perform the following steps:
+
  
 
1. Login to build.eclipse.org server via SSH.
 
1. Login to build.eclipse.org server via SSH.
  
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
 +
  cd /shared/technology/higgins/static-resources/scripts/
 +
  ./build.sh N
 +
3. The nightly build should complete in several minutes.
  
    Execute in commend line:
+
=== Triggering nightly build for any Higgins component ===
    cd /shared/technology/higgins/static-resources/scripts/
+
3. Execute in command line:
+
 
+
    ./build.sh N
+
4. The nightly build should complete in several minutes.
+
 
+
 
+
 
+
 
+
--------------------------------------------------------------------------------
+
 
+
 
+
 
+
'''Instructions to trigger nightly build for any Higgins component'''
+
 
+
 
+
 
+
 
+
To trigger the nightly build for any Higgins component perform the following steps:
+
  
 
1. Login to build.eclipse.org server via SSH.
 
1. Login to build.eclipse.org server via SSH.
  
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
 
2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'
 
+
  cd /shared/technology/higgins/static-resources/scripts/  
    Execute in commend line:
+
    cd /shared/technology/higgins/static-resources/scripts/  
+
 
3. Execute in commend line:
 
3. Execute in commend line:
 
+
  ./build.sh S  
    ./build.sh S  
+
 
4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.
 
4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.
  
 
5. Change current directory to desired directory.  For example:
 
5. Change current directory to desired directory.  For example:
 
 
For HBX:
 
For HBX:
                Execute in command line:
+
  cd hbx  
                    cd hbx  
+
 
For IdAS:
 
For IdAS:
                Execute in command line:
+
  cd idas  
                    cd idas  
+
 
For EODM Context Provider:
 
For EODM Context Provider:
                Execute in command line:
+
  cd contextproviders/eodm  
                    cd contextproviders/eodm  
+
 
For EODM-Jena Context Provider:
 
For EODM-Jena Context Provider:
                Execute in command line:
+
  cd contextproviders/jena  
                    cd contextproviders/jena  
+
 
For Jena Context Provider:
 
For Jena Context Provider:
                Execute in command line:
+
  cd contextproviders/jena2  
                    cd contextproviders/jena2  
+
 
6. In current directory Execute in command line:
 
6. In current directory Execute in command line:
 
+
  ./build.sh N
    ./build.sh N
+
 
+
 
+
 
7. The nightly build of the specified component should complete in several minutes. All files with the build scripts will be automatically removed from 'scripts' folder.
 
7. The nightly build of the specified component should complete in several minutes. All files with the build scripts will be automatically removed from 'scripts' folder.

Revision as of 13:46, 26 October 2007

Triggering a stable build for any Higgins component

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

 Execute in command line:
 cd /shared/technology/higgins/static-resources/scripts/

3. Execute in commend line:

 ./build.sh S

4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.

5. Change current directory to desired directory. For example, for HBX:

 cd hbx 

For IdAS:

 cd idas 

For EODM Context Provider:

 cd contextproviders/eodm 

For EODM-Jena Context Provider:

 cd contextproviders/jena 

For Jena Context Provider:

 cd contextproviders/jena2 

6. In current directory:

 ./build.sh -buildID *stable_build_label* S
 where *stable_build_label* is the string, that defines the version of stable build. E.g. 0.6.1 or 0.7.34.
 Command line examples:
 ./build.sh -buildID 0.6.1 S
 ./build.sh -buildID 0.7.34 S

7. The stable build should complete in several minutes.

Triggering a nightly build of ALL Higgins components

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

 cd /shared/technology/higgins/static-resources/scripts/ 
 ./build.sh N 

3. The nightly build should complete in several minutes.

Triggering nightly build for any Higgins component

1. Login to build.eclipse.org server via SSH.

2. Change current directory to '/shared/technology/higgins/static-resources/scripts/'

 cd /shared/technology/higgins/static-resources/scripts/ 

3. Execute in commend line:

 ./build.sh S 

4. In a few minutes all the build scripts for all the higgins components will be checked out from CVS repository.

5. Change current directory to desired directory. For example: For HBX:

 cd hbx 

For IdAS:

 cd idas 

For EODM Context Provider:

 cd contextproviders/eodm 

For EODM-Jena Context Provider:

 cd contextproviders/jena 

For Jena Context Provider:

 cd contextproviders/jena2 

6. In current directory Execute in command line:

 ./build.sh N

7. The nightly build of the specified component should complete in several minutes. All files with the build scripts will be automatically removed from 'scripts' folder.

Back to the top