ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/gen_init.csh
Revision 1.26 - (view) (annotate) - [select for diffs]
Tue Apr 24 22:13:31 2012 UTC (11 years, 5 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_6-2, NetDRMS_Ver_6-3
Changes since 1.25: +1 -5 lines
Diff to previous 1.25
Reorganize the way localization.h is created so that we can set defines that are not configurable.

Revision 1.25 - (view) (annotate) - [select for diffs]
Thu Aug 11 00:14:57 2011 UTC (12 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-7, NetDRMS_Ver_6-0, NetDRMS_Ver_6-1
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
fixing quoting problems caused by shell bs and my inability to remember syntax

Revision 1.24 - (view) (annotate) - [select for diffs]
Thu Aug 11 00:13:15 2011 UTC (12 years, 1 month ago) by arta
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
remove double quotes from number defines

Revision 1.23 - (view) (annotate) - [select for diffs]
Thu Aug 11 00:10:41 2011 UTC (12 years, 1 month ago) by arta
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22
remove S and the end of SUMS - should be there, but the defines with SUMS in their name got coded into SUMS without the S.

Revision 1.22 - (view) (annotate) - [select for diffs]
Thu Aug 11 00:04:16 2011 UTC (12 years, 1 month ago) by arta
Branch: MAIN
Changes since 1.21: +22 -0 lines
Diff to previous 1.21
Add support for 3 new configurable parameters - SUM_NUMSUM, SUM_MAXNUMSUMS, and SUMS_MULTIPLE_PARTNSETS.

Revision 1.21 - (view) (annotate) - [select for diffs]
Wed Jan 19 20:46:37 2011 UTC (12 years, 8 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-6, NetDRMS_Ver_9-9
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
Make the compiler autoconfiguration configurable so that the user can turn it off.

Revision 1.20 - (view) (annotate) - [select for diffs]
Fri Oct 29 18:53:35 2010 UTC (12 years, 10 months ago) by rick
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-5
Changes since 1.19: +14 -0 lines
Diff to previous 1.19
added setting of DRMSPGPORT and SUMPGPORT in localization file from
config file or defaults

Revision 1.19 - (view) (annotate) - [select for diffs]
Thu Oct 8 06:01:37 2009 UTC (13 years, 11 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-0, NetDRMS_Ver_2-0b, NetDRMS_Ver_2-1, NetDRMS_Ver_2-2, NetDRMS_Ver_2-3, NetDRMS_Ver_2-4, VER_DRMSLATEST
Changes since 1.18: +0 -53 lines
Diff to previous 1.18
Remove the lines that create the SQL files that create the drms_series and drms_session PG functions.

Revision 1.18 - (view) (annotate) - [select for diffs]
Mon Sep 28 21:45:59 2009 UTC (13 years, 11 months ago) by arta
Branch: MAIN
Changes since 1.17: +4 -4 lines
Diff to previous 1.17
Fix regular expression for SUMEXP* defines (put ^ at the beginning of regexp)

Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Sep 28 20:51:51 2009 UTC (13 years, 11 months ago) by arta
Branch: MAIN
Changes since 1.16: +0 -4 lines
Diff to previous 1.16
Ensure that base/include and include have been created before alling gen_init.csh, which requires that they exist; remove localization.h-link creation from gen_init.csh; move non-clean code into appropriate place in configure.

Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Sep 22 17:43:03 2009 UTC (14 years ago) by arta
Branch: MAIN
Changes since 1.15: +13 -37 lines
Diff to previous 1.15
Revamp some make-system files to handle third-party libraries better. There is no longer a lib_third_party directory. The paths to these libraries are specified in the configure script (for Stanford defaults) or in the config.local file (to override defaults and for non-Stanford sites). The only third-party libraries supported in the base system are PostgreSQL and CFITSIO. To use other third-party libraries, project-specific Rules.mk files need to be modified.

Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Sep 18 23:36:50 2009 UTC (14 years ago) by rick
Branch: MAIN
Changes since 1.14: +7 -23 lines
Diff to previous 1.14
improved processing of SUMEXP variables

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Sep 16 23:02:00 2009 UTC (14 years ago) by arta
Branch: MAIN
Changes since 1.13: +28 -0 lines
Diff to previous 1.13
Support localization of remotesums scp command-line based upon the sums_url column value in jsoc.drms_sites

Revision 1.13 - (view) (annotate) - [select for diffs]
Wed Aug 26 18:56:07 2009 UTC (14 years, 1 month ago) by rick
Branch: MAIN
Changes since 1.12: +22 -3 lines
Diff to previous 1.12
added code for sums mgr uid to localization

Revision 1.12 - (view) (annotate) - [select for diffs]
Thu Jul 30 17:13:30 2009 UTC (14 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-0b1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Fix for failure to link properly to third party libs; also ensure configure makes the third-party lib link for both platforms

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Jul 24 23:41:41 2009 UTC (14 years, 2 months ago) by rick
Branch: MAIN
Changes since 1.10: +45 -16 lines
Diff to previous 1.10
added directives for custom.mk, warnings for admin only variables, use of
POSTGRES_INCS and POSTGRES_LIBS

Revision 1.10 - (view) (annotate) - [select for diffs]
Fri Jun 5 22:13:52 2009 UTC (14 years, 3 months ago) by rick
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
added define for SUMS_BIN_BASEDIR

Revision 1.9 - (view) (annotate) - [select for diffs]
Thu Jun 4 22:59:46 2009 UTC (14 years, 3 months ago) by rick
Branch: MAIN
Changes since 1.8: +11 -0 lines
Diff to previous 1.8
added support for SUMS_LOG_BASEDIR and SUMS_GROUP

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Apr 23 17:02:09 2009 UTC (14 years, 5 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-0a2, Ver_5-1, Ver_LATEST
Changes since 1.7: +7 -0 lines
Diff to previous 1.7
Modify gen_init.csh to print out the SUMS_TAPE_AVAILABLE define; also fix gen_sumcf.csh which was missing the preamble

Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Apr 22 17:16:08 2009 UTC (14 years, 5 months ago) by arta
Branch: MAIN
Changes since 1.6: +0 -40 lines
Diff to previous 1.6
Move the SUMS configuration part of gen_init.csh to a new script confsums.pl that is to be run by the sums manager

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Apr 16 00:33:44 2009 UTC (14 years, 5 months ago) by rick
Branch: MAIN
Changes since 1.5: +39 -1 lines
Diff to previous 1.5
added section to create template sum_rm.cfg file

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Apr 2 00:50:09 2009 UTC (14 years, 5 months ago) by rick
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
added support for SUMS_SERVER_HOST

Revision 1.4 - (view) (annotate) - [select for diffs]
Fri Feb 6 00:25:08 2009 UTC (14 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-0a1
Changes since 1.3: +15 -1 lines
Diff to previous 1.3
localization changes and fixes for NetDRMS2.0beta

Revision 1.3 - (view) (annotate) - [select for diffs]
Thu Jan 29 19:58:55 2009 UTC (14 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_2-0a, Ver_5-0
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
copy rick's bug fix

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Jan 29 19:46:49 2009 UTC (14 years, 7 months ago) by arta
Branch: MAIN
Changes since 1.1: +31 -2 lines
Diff to previous 1.1
Commit Rick's changes for putting third-party configuration into his gen_init/config.local files

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Jan 29 00:38:11 2009 UTC (14 years, 7 months ago) by arta
Branch: MAIN
Used to create drms_series.sql and drms_session.sql scripts and localizaiton.h

Convenience Links

Links to HEAD: (view) (annotate) Links to NetDRMS_Ver_6-3: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a