CVS log for JSOC/Attic/gen_init.csh

(logo)

Help

(back) Up to [Development] / JSOC

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD
Current tag: MAIN

Revision 1.30 , Fri Nov 15 17:12:06 2013 UTC (9 years, 10 months ago) by arta
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +0 -0 lines
FILE REMOVED
Files no longer needed - the localization logic was consolidated in localize.py

Revision 1.29 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 22 16:37:50 2012 UTC (11 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: Ver_DRMSLATEST, NetDRMS_Ver_LATEST, NetDRMS_Ver_8-1, NetDRMS_Ver_8-0, NetDRMS_Ver_7-1, NetDRMS_Ver_7-0, NetDRMS_Ver_6-4
Changes since 1.28: +4 -6 lines
Diff to previous 1.28
Dont use 3 as a default for SUMS_MULTIPLE_PARTNSETS. Also, dont require this parameter.

Revision 1.28 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 11 21:32:28 2012 UTC (11 years, 2 months ago) by arta
Branch: MAIN
Changes since 1.27: +12 -26 lines
Diff to previous 1.27
Dont make the production-user table parameters required.

Revision 1.27 / (download) / (as text) - annotate - [select for diffs] , Wed Jul 11 21:03:58 2012 UTC (11 years, 2 months ago) by arta
Branch: MAIN
Changes since 1.26: +31 -0 lines
Diff to previous 1.26
Localize the parameters needed to access the db table containing a list of production users

Revision 1.26 / (download) / (as text) - annotate - [select for diffs] , Tue Apr 24 21:13:31 2012 UTC (11 years, 5 months ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_6-3, NetDRMS_Ver_6-2
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 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 10 23:14:57 2011 UTC (12 years, 1 month ago) by arta
Branch: MAIN
CVS Tags: NetDRMS_Ver_6-1, NetDRMS_Ver_6-0, NetDRMS_Ver_2-7
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 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 10 23: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 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 10 23: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 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 10 23: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 / (download) / (as text) - 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_9-9, NetDRMS_Ver_2-6
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 / (download) / (as text) - annotate - [select for diffs] , Fri Oct 29 17: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 / (download) / (as text) - annotate - [select for diffs] , Thu Oct 8 05:01:37 2009 UTC (13 years, 11 months ago) by arta
Branch: MAIN
CVS Tags: VER_DRMSLATEST, NetDRMS_Ver_2-4, NetDRMS_Ver_2-3, NetDRMS_Ver_2-2, NetDRMS_Ver_2-1, NetDRMS_Ver_2-0b, NetDRMS_Ver_2-0
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 / (download) / (as text) - annotate - [select for diffs] , Mon Sep 28 20: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 / (download) / (as text) - annotate - [select for diffs] , Mon Sep 28 19: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 / (download) / (as text) - annotate - [select for diffs] , Tue Sep 22 16: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 / (download) / (as text) - annotate - [select for diffs] , Fri Sep 18 22: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 / (download) / (as text) - annotate - [select for diffs] , Wed Sep 16 22: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 / (download) / (as text) - annotate - [select for diffs] , Wed Aug 26 17:56:07 2009 UTC (14 years 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 / (download) / (as text) - annotate - [select for diffs] , Thu Jul 30 16: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 / (download) / (as text) - annotate - [select for diffs] , Fri Jul 24 22: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 / (download) / (as text) - annotate - [select for diffs] , Fri Jun 5 21: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 / (download) / (as text) - annotate - [select for diffs] , Thu Jun 4 21: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 / (download) / (as text) - annotate - [select for diffs] , Thu Apr 23 16:02:09 2009 UTC (14 years, 5 months ago) by arta
Branch: MAIN
CVS Tags: Ver_LATEST, Ver_5-1, NetDRMS_Ver_2-0a2
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 / (download) / (as text) - annotate - [select for diffs] , Wed Apr 22 16: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 / (download) / (as text) - annotate - [select for diffs] , Wed Apr 15 23: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 / (download) / (as text) - annotate - [select for diffs] , Wed Apr 1 23: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 / (download) / (as text) - 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 / (download) / (as text) - annotate - [select for diffs] , Thu Jan 29 19:58:55 2009 UTC (14 years, 7 months ago) by arta
Branch: MAIN
CVS Tags: Ver_5-0, NetDRMS_Ver_2-0a
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
copy rick's bug fix

Revision 1.2 / (download) / (as text) - 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 / (download) / (as text) - 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

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

Karen Tian
Powered by
ViewCVS 0.9.4