Difference between revisions of "Condor 2009 Winter"

From CDOT Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
Fedora 10 Uses Condor 7.2 so we should switch from 7.0.5.
 
Fedora 10 Uses Condor 7.2 so we should switch from 7.0.5.
 +
 +
* git clone git.et.redhat.com/mrg-grid.git
 +
* cd mrg-grid
 +
* git-checkout -b jas origin/V7.2.0-condor_config.generic
 +
* cd src
 +
* ./build_init
 +
* ./configure --disable-full-port --enable-proper --disable-gcc-version-check --disable-glibc-version-check
 +
* make
 +
* make release

Revision as of 12:08, 29 January 2009

Jan 29, 2009:

Fedora 10 Uses Condor 7.2 so we should switch from 7.0.5.

  • git clone git.et.redhat.com/mrg-grid.git
  • cd mrg-grid
  • git-checkout -b jas origin/V7.2.0-condor_config.generic
  • cd src
  • ./build_init
  • ./configure --disable-full-port --enable-proper --disable-gcc-version-check --disable-glibc-version-check
  • make
  • make release