Revision: | 1.29 |
Committed: | Tue Aug 10 15:25:02 2010 UTC (14 years, 8 months ago) by muzaffar |
Branch: | MAIN |
CVS Tags: | pe20100922b-for39Xrb, pe20100922a-for39Xrb, pe20100908b-for39Xrb, pe20100908a-for39Xrb, pe20100907c-for39Xrb, pe20100907b-for39Xrb, pe20100907a-for39Xrb, pe20100906a-for39Xrb, pe20100902a-for39Xrb, pe20100901b-for39Xrb, pe20100901a-for39Xrb, pe20100830c-for39Xrb, pe20100830b-for39Xrb, pe20100830a-for39Xrb, pe20100829a-for39Xrb, pe20100827a-for39Xrb, sm100826a, pe20100826a-for39Xrb, pe20100825b-for39Xrb, pe20100825a-for39Xrb, pe20100824c-for39Xrb, pe20100824b-for39Xrb, sm100824a, pe20100824a-for39Xrb, sm100811b, sm100811a, sm20100810a |
Changes since 1.28: | +1 -0 lines |
Log Message: | cleanup for toolfiles which are now in separate spec files to avoid re-build of the external in case tool definition needs update |
# | User | Rev | Content |
---|---|---|---|
1 | gowdy | 1.27 | ### RPM cms oracle-env 25.0 |
2 | muzaffar | 1.29 | ## NOCOMPILER |
3 | lat | 1.2 | ## INITENV +PATH SQLPATH %i/etc |
4 | eulisse | 1.1 | ## INITENV SET TNS_ADMIN %i/etc |
5 | |||
6 | eulisse | 1.8 | Source0: http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/*checkout*/COMP/PHEDEX/Schema/login.sql?rev=1.2&cvsroot=CMSSW |
7 | elmer | 1.28 | Source1: http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/*checkout*/COMP/PHEDEX/Schema/tnsnames.ora?rev=1.35&cvsroot=CMSSW |
8 | eulisse | 1.1 | %prep |
9 | %build | ||
10 | %install | ||
11 | lat | 1.2 | mkdir -p %i/etc |
12 | elmer | 1.28 | # Create sqlnet.ora to quash ~/oradiag_$USER directories with oracle 11, |
13 | # as suggested by Andreas Valassi | ||
14 | cat << \EOF_SQLNET >%i/etc/sqlnet.ora | ||
15 | sqlnet.expire_time = 15 | ||
16 | bequeath_detach = yes | ||
17 | DIAG_ADR_ENABLED = FALSE | ||
18 | DIAG_DDE_ENABLED = FALSE | ||
19 | EOF_SQLNET | ||
20 | eulisse | 1.5 | cp %_sourcedir/tnsnames.ora* %i/etc/tnsnames.ora |
21 | cp %_sourcedir/login.sql* %i/etc/login.sql |