CVS log for JSOC/localize.py |
 |
|
Up to [Development] / JSOC
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Current tag: MAIN
Revision
1.33
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Sep 14 14:59:13 2022 UTC (8 months, 1 week ago) by arta
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.32: +139 -260 lines
Diff to previous 1.32
to selected 1.25
Modifies make system to make it compatible with both the new git-repo structure
and the old cvs structure (commit 1)
Revision
1.32
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 6 22:13:28 2022 UTC (11 months, 3 weeks ago) by arta
Branch:
MAIN
CVS Tags:
Ver_LATEST,
Ver_9-5,
NetDRMS_Ver_LATEST,
NetDRMS_Ver_9-5
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
to selected 1.25
Changes compiler-compatibility code to not error out when it is not possible to test for compatibility
- this allows localize.py to be used for creating drms_parameters.py for non-C purposes
Revision
1.31
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Feb 4 22:24:38 2022 UTC (15 months, 3 weeks ago) by arta
Branch:
MAIN
Changes since 1.30: +10 -0 lines
Diff to previous 1.30
to selected 1.25
Sets the status from error to no error if the SUMS manager UID cannot be found - otherwise localize.py will fail on machines that cannot access sunroom2
Revision
1.30
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 20 20:24:09 2021 UTC (22 months, 1 week ago) by arta
Branch:
MAIN
Changes since 1.29: +4 -1 lines
Diff to previous 1.29
to selected 1.25
Adds support for using drmsparams.py as part of an installed package.
Revision
1.29
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Aug 14 16:41:25 2020 UTC (2 years, 9 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_9-41,
NetDRMS_Ver_9-41
Changes since 1.28: +51 -3 lines
Diff to previous 1.28
to selected 1.25
add get_required() - raises new exception if arg is missing; add code to set parameters in DRMSParams instance object
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 4 20:57:26 2020 UTC (3 years, 3 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_9-4,
NetDRMS_Ver_9-4
Changes since 1.27: +98 -100 lines
Diff to previous 1.27
to selected 1.25
make sure that configure uses python3 when running localize.py; also, get rid of unnecessary py2 stuff in localize.py
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Sep 13 16:46:15 2017 UTC (5 years, 8 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_9-3,
Ver_9-2,
NetDRMS_Ver_9-3,
NetDRMS_Ver_9-2
Changes since 1.26: +46 -10 lines
Diff to previous 1.26
to selected 1.25
allow NetDRMS users to use a SDP-style config.local file - this is nice because then if we have an SDP-style file that works at SDP, it can be used on a NetDRMS
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Sep 23 15:38:30 2016 UTC (6 years, 8 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_9-1,
Ver_9-0,
Ver_8-12,
NetDRMS_Ver_9-1,
NetDRMS_Ver_9-0,
NetDRMS_Ver_8-12
Changes since 1.25: +18 -6 lines
Diff to previous 1.25
Fix last check-in screw-up. Pull the proj/example Rules.mk code out of lower-level code, and put it in higher-level code so that it gets called only once.
Revision
1.25
/
(as text)
/
(view)
- annotate
- [selected]
, Fri Sep 23 15:22:18 2016 UTC (6 years, 8 months ago) by arta
Branch:
MAIN
Changes since 1.24: +43 -21 lines
Diff to previous 1.24
Add a parameters file for shell (bash). Also, make sure that we create a Rules.mk and a target.mk for all builds, regardless if the configuration specifies a set of project directories. We need to provide proj/example and proj/cookbook at the least.
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Apr 18 17:14:44 2016 UTC (7 years, 1 month ago) by arta
Branch:
MAIN
CVS Tags:
Ver_8-11,
NetDRMS_Ver_8-11
Changes since 1.23: +3 -0 lines
Diff to previous 1.23
to selected 1.25
Do a version check for the python being run.
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Apr 20 17:57:53 2015 UTC (8 years, 1 month ago) by arta
Branch:
MAIN
CVS Tags:
Ver_8-10,
NetDRMS_Ver_8-10
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
to selected 1.25
Use new-style class so that class DRMSParams can be sub-classed.
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 11 15:54:15 2014 UTC (8 years, 8 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_8-8,
Ver_8-7,
Ver_8-6,
NetDRMS_Ver_8-8,
NetDRMS_Ver_8-7,
NetDRMS_Ver_8-6
Changes since 1.21: +9 -0 lines
Diff to previous 1.21
to selected 1.25
Add parameters for the white-list feature. Add a function to retrieve parameters as a Boolean. Fix a bug in the py cmd-line parser - it should key required args by the cmd-line string, not the dest string.
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Jul 30 17:31:16 2014 UTC (8 years, 9 months ago) by arta
Branch:
MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20
to selected 1.25
Fix for bug where the config.local proj xml accidentally contained the __PROJ__ div string.
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jun 16 15:51:32 2014 UTC (8 years, 11 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_8-5,
NetDRMS_Ver_8-5
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
to selected 1.25
Fix a typo.
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu May 22 22:01:34 2014 UTC (9 years ago) by arta
Branch:
MAIN
Changes since 1.18: +9 -4 lines
Diff to previous 1.18
to selected 1.25
Add missing resets of status flag for configureComps() function.
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed May 7 17:45:36 2014 UTC (9 years ago) by arta
Branch:
MAIN
Changes since 1.17: +72 -17 lines
Diff to previous 1.17
to selected 1.25
Add Python verson of drms parameters file.
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Apr 18 18:14:54 2014 UTC (9 years, 1 month ago) by arta
Branch:
MAIN
Changes since 1.16: +14 -5 lines
Diff to previous 1.16
to selected 1.25
Use file objects name property to obtain the file name (was using an undefined varible cfgfile). Check for an appropriate form of the exception object in exception handlers.
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Apr 18 17:51:51 2014 UTC (9 years, 1 month ago) by arta
Branch:
MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
to selected 1.25
Fix stupid typo.
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 17 22:16:56 2014 UTC (9 years, 1 month ago) by arta
Branch:
MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
to selected 1.25
Make compatible with Python 2.7.
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Apr 17 18:11:05 2014 UTC (9 years, 1 month ago) by arta
Branch:
MAIN
Changes since 1.13: +6 -1 lines
Diff to previous 1.13
to selected 1.25
Fix bad assumption about type of exception object.
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Feb 12 19:25:42 2014 UTC (9 years, 3 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_8-4,
NetDRMS_Ver_8-4
Changes since 1.12: +183 -4 lines
Diff to previous 1.12
to selected 1.25
Mods for SUMS-server configuration (including sum_rm)
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Nov 22 01:58:25 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
CVS Tags:
Ver_DRMSLATEST,
Ver_8-3,
Ver_8-2,
NetDRMS_Ver_8-3,
NetDRMS_Ver_8-2,
NetDRMS_LATEST
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
to selected 1.25
Fix for properly obtaining the compiler versions.
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Nov 19 23:41:02 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
to selected 1.25
Fix some issues with sums not building on NetDRMS.
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Nov 15 21:45:34 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.9: +13 -13 lines
Diff to previous 1.9
to selected 1.25
fix bugs
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Nov 15 17:05:49 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8
to selected 1.25
Changes to add new DRMS configuration parameter for the SUMS DB HOST, and localization clean-up.
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 13 19:38:37 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
to selected 1.25
Use config.local to override configsdp.txt - that way we do not have to edit configsdp.txt which will lead people to checking-in an edited version configsdp.txt
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 13 18:10:29 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
to selected 1.25
Fix accidental mingling of platform and machine dictionaries.
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Nov 13 17:26:27 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.5: +314 -69 lines
Diff to previous 1.5
to selected 1.25
Get this script working on the Stanford build.
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 11 17:34:54 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.4: +31 -9 lines
Diff to previous 1.4
to selected 1.25
Changes to sort the sections in the output makefile.
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 11 15:40:14 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.3: +28 -20 lines
Diff to previous 1.3
to selected 1.25
Organize the various sections of the generated make file.
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Nov 11 14:53:11 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.2: +239 -12 lines
Diff to previous 1.2
to selected 1.25
Add support for auto-selection of compilers, merge the format of the Stanford and NetDRMS configuration files, add support for determining the SUMS manager UID from the SUMS manager account name, add support for parsing the config-file make variables sections (including those needed for locating third-party libraries.)
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Nov 7 21:03:04 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Changes since 1.1: +76 -29 lines
Diff to previous 1.1
to selected 1.25
Clean up, add the get perl function, add the BUILD_TYPE parameter.
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Nov 7 19:09:52 2013 UTC (9 years, 6 months ago) by arta
Branch:
MAIN
Diff
to selected 1.25
Initial check-in of a script that consolidates all the various localization scripts and programs. Were moving to a single script that works for both SDP and NetDRMS.
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.