Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Log into lcls-srv01 as the epicsmgr shared account. The following steps will mostly mirror what was just done on dev.


Warning

Two things of note, copy over the installLinks script from /home/epicsmgr/jesseb into $TOOLS/script (TODO: This needs to be committed into eco-tools so that this step isn't needed)

Edit the RELEASE_SITE of the new extensions release to point to /usr/local/lcls/epics



Code Block
languagebash
[epicsmgr@lcls-srv01 jesseb]$ cd $EPICS_TOP/extensions
[epicsmgr@lcls-srv01 jesseb]$ mkdir R1.3.0
[epicsmgr@lcls-srv01 jesseb]$ git clone ssh:///afs/slac/g/cd/swe/git/repos/package/epics/extensions/extensions.git R1.3.0
[epicsmgr@lcls-srv01 jesseb]$ git checkout R1.3.0
[epicsmgr@lcls-srv01 jesseb]$ nano RELEASE_SITE  # Edit to point to /usr/local/lcls/epics
[epicsmgr@lcls-srv01 jesseb]$ make

...