ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/PRODREQUEST/submitRequest
Revision 1.17 - (view) (annotate) - [select for diffs]
Mon Sep 24 11:29:31 2007 UTC (17 years, 7 months ago) by eulisse
Branch: MAIN
CVS Tags: HEAD, V00-07-00, V00-07-01, V00-07-02, V00-07-03, V00-07-04, V00-07-05, V00-07-06, V00-07-07, V00-07-08, V00-07-09, V00-08-00
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
createPayloadWithEntry now can create requests explicitly for prodmanager

Revision 1.16 - (view) (annotate) - [select for diffs]
Mon Sep 24 10:41:51 2007 UTC (17 years, 7 months ago) by eulisse
Branch: MAIN
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
submitRequest support for prodmanager

Revision 1.15 - (view) (annotate) - [select for diffs]
Fri Jul 27 10:07:59 2007 UTC (17 years, 9 months ago) by eulisse
Branch: MAIN
CVS Tags: gePreProdManagerSupport
Changes since 1.14: +1 -6 lines
Diff to previous 1.14
* removing --generator-executable option.

Revision 1.14 - (view) (annotate) - [select for diffs]
Wed Jul 11 12:35:38 2007 UTC (17 years, 9 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-06-08
Changes since 1.13: +29 -1 lines
Diff to previous 1.13
* Initial support for cmsGen requests added.

Revision 1.13 - (view) (annotate) - [select for diffs]
Fri Jun 1 14:56:43 2007 UTC (17 years, 10 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-06-05, V00-06-06, V00-06-07
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
* If --user is not specified in submitRequest command-line, use $USER.

Revision 1.12 - (view) (annotate) - [select for diffs]
Fri Jun 1 14:38:53 2007 UTC (17 years, 10 months ago) by eulisse
Branch: MAIN
Changes since 1.11: +18 -10 lines
Diff to previous 1.11
* now prints a message if it could not authenticate.

Revision 1.11 - (view) (annotate) - [select for diffs]
Fri Jun 1 11:40:01 2007 UTC (17 years, 10 months ago) by eulisse
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
* prodcommon_version now defaults to "" and ProdRequest is in charge of finding
  out what to use from the CMSSW version.

Revision 1.10 - (view) (annotate) - [select for diffs]
Tue May 29 12:31:52 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
Changes since 1.9: +31 -13 lines
Diff to previous 1.9
* injection does not require creation of parsed parameter set anymore.
* missing comma in method declaration.
* debug messages are now off if --debug is not passed.
* default values used if missing arguments.
* Code cleanup for ProdRequest.createPayloadWithEntry.
* default for input_dataset and output_dataset is now None.

Revision 1.9 - (view) (annotate) - [select for diffs]
Tue May 29 10:34:11 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
Changes since 1.8: +7 -12 lines
Diff to previous 1.8
* now uses getpass rather than raw_input.

Revision 1.8 - (view) (annotate) - [select for diffs]
Fri May 25 13:52:55 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
Changes since 1.7: +17 -43 lines
Diff to previous 1.7
* It's now possible to specify the prodcommon/cmssw version from commandline.
* submitRequest now has an option to specify which prodcommon version to use (default PRODCOMMON_0_3_X).
* submitRequest does not do any pythonization or similar things, since this is now handled serverside.
* All references to Payload.parsed_parameterset are now removed.
* pset_hash and parsed_parameterset are now computed when the workflow is created. They will not be stored in the DB.
  What will be stored is the workflow_spec.

Revision 1.7 - (view) (annotate) - [select for diffs]
Thu May 10 17:36:10 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-06-01, V00-06-02, V00-06-03, V00-06-04
Changes since 1.6: +34 -23 lines
Diff to previous 1.6
* PRODREQUEST changed ProdRequest
* submitRequest now points to the security module.
* ProdRequest moved to use the new SecurityModule from WEBTOOLS.
* ProdRequestDBS moved to use the new security Module.
* Now getGlobalProductionStatus () behaves correctly if no database is there.

Revision 1.6 - (view) (annotate) - [select for diffs]
Fri May 4 16:07:08 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-06-00
Changes since 1.5: +9 -4 lines
Diff to previous 1.5
* Extra parameter for passing password to submitRequest.

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu May 3 12:45:38 2007 UTC (17 years, 11 months ago) by eulisse
Branch: MAIN
CVS Tags: V00-05-15
Changes since 1.4: +33 -7 lines
Diff to previous 1.4
* submitRequest now authenticates itself.
* createPayloadWithEntry now allows for cross_section and selection efficiency to be specified.

Revision 1.4 - (view) (annotate) - [select for diffs]
Mon Apr 23 15:54:19 2007 UTC (18 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-05-14
Changes since 1.3: +6 -1 lines
Diff to previous 1.3
* CMSSW version information is now correctly handled by the server.
* submitRequest asks for confirmation if a cfg file is not found in cvs

Revision 1.3 - (view) (annotate) - [select for diffs]
Fri Apr 20 09:56:11 2007 UTC (18 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-05-13
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
* Printing of the python pset removed. Print of PSetHash added.
* Fixes to get the input_dataset support in createPayloadWithEntry.

Revision 1.2 - (view) (annotate) - [select for diffs]
Thu Apr 19 16:39:09 2007 UTC (18 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-05-11
Changes since 1.1: +5 -3 lines
Diff to previous 1.1
* Now submitRequest allows to specify physics group and number of events.

Revision 1.1 - (view) (annotate) - [select for diffs]
Thu Apr 19 15:01:20 2007 UTC (18 years ago) by eulisse
Branch: MAIN
CVS Tags: V00-05-10
* New script to create and submit requests from the command line.

Convenience Links

Links to HEAD: (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