Changeset 36536 for branches/eam_branches/ipp-20140206
- Timestamp:
- Feb 18, 2014, 2:53:55 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 47 edited
- 9 copied
-
. (modified) (1 prop)
-
Nebulous (modified) (1 prop)
-
Nebulous-Server (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/libohana/src (modified) (1 prop)
-
Ohana/src/relastro/src (modified) (1 prop)
-
dbconfig/README (modified) (1 diff)
-
dbconfig/cam.md (modified) (1 prop)
-
dbconfig/changes.txt (modified) (3 diffs, 1 prop)
-
dbconfig/ipp.m4 (modified) (1 diff)
-
dbconfig/remote.md (copied) (copied from trunk/dbconfig/remote.md )
-
ippMonitor (modified) (1 prop)
-
ippScripts/scripts/chip_imfile.pl (modified) (1 prop)
-
ippScripts/scripts/destreak_restore_camera.pl (modified) (1 prop)
-
ippScripts/scripts/ipp_apply_burntool_single.pl (modified) (1 diff, 1 prop)
-
ippScripts/scripts/lap_science.pl (modified) (1 prop)
-
ippScripts/scripts/magic_destreak.pl (modified) (1 prop)
-
ippScripts/scripts/publish_file.pl (modified) (1 prop)
-
ippScripts/scripts/register_imfile.pl (modified) (2 diffs)
-
ippScripts/scripts/warp_skycell.pl (modified) (1 prop)
-
ippTasks (modified) (1 prop)
-
ippTasks/pantasks.pro (modified) (1 diff)
-
ippTasks/summit.copy.pro (modified) (1 diff)
-
ippToPsps (modified) (1 prop)
-
ippTools/share (modified) (1 prop)
-
ippTools/share/Makefile.am (modified) (1 diff)
-
ippTools/share/camtool_find_pendingimfile.sql (modified) (1 prop)
-
ippTools/share/chiptool_setimfiletoupdate.sql (modified) (1 prop)
-
ippTools/share/pxadmin_create_tables.sql (modified) (1 diff, 1 prop)
-
ippTools/share/remotetool_definebyquery_cam.sql (copied) (copied from trunk/ippTools/share/remotetool_definebyquery_cam.sql )
-
ippTools/share/remotetool_definebyquery_chip.sql (copied) (copied from trunk/ippTools/share/remotetool_definebyquery_chip.sql )
-
ippTools/share/remotetool_definebyquery_stack.sql (copied) (copied from trunk/ippTools/share/remotetool_definebyquery_stack.sql )
-
ippTools/share/remotetool_definebyquery_warp.sql (copied) (copied from trunk/ippTools/share/remotetool_definebyquery_warp.sql )
-
ippTools/share/remotetool_updatepoll.sql (copied) (copied from trunk/ippTools/share/remotetool_updatepoll.sql )
-
ippTools/share/warptool_towarped.sql (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/Makefile.am (modified) (3 diffs)
-
ippTools/src/camtool.c (modified) (1 prop)
-
ippTools/src/camtoolConfig.c (modified) (1 prop)
-
ippTools/src/magictool.c (modified) (1 prop)
-
ippTools/src/remotetool.c (copied) (copied from trunk/ippTools/src/remotetool.c )
-
ippTools/src/remotetool.h (copied) (copied from trunk/ippTools/src/remotetool.h )
-
ippTools/src/remotetoolConfig.c (copied) (copied from trunk/ippTools/src/remotetoolConfig.c )
-
ippconfig (modified) (1 prop)
-
ippconfig/gpc1 (modified) (1 prop)
-
ippconfig/recipes/ppSub.config (modified) (1 prop)
-
ippconfig/recipes/reductionClasses.mdc (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
psLib/src/math/psMixtureModels.c (modified) (1 prop)
-
psModules (modified) (1 prop)
-
psconfig (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotStackImageLoop.c (modified) (1 prop)
-
pstamp/scripts (modified) (1 prop)
-
psvideophot (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/Nebulous
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/Nebulous-Server
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/Ohana
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/Ohana/src/libohana/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/Ohana/src/relastro/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/dbconfig/README
r31947 r36536 10 10 edit the oldtable.md 11 11 12 2. figure out what changes are needed to get the gpc1/isp up to the current 13 schema. Add those changes at the bottom of changes.txt, and modify gpc1/isp. 12 2. figure out what changes are needed to get the gpc1/isp/uip/ssp up 13 to the current schema. Add those changes at the bottom of 14 changes.txt, and modify gpc1/isp/uip/ssp. 14 15 15 16 3. edit ippTools/share/pxadmin_create_tables.sql. This is the sql that creates 16 an empty database. 17 an empty database. 18 19 -
branches/eam_branches/ipp-20140206/dbconfig/cam.md
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/dbconfig/changes.txt
- Property svn:mergeinfo deleted
r36493 r36536 2392 2392 state VARCHAR(16), 2393 2393 label VARCHAR(654), 2394 registered TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP 2394 registered TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, 2395 2395 fault SMALLINT, 2396 2396 PRIMARY KEY(seq_id, projection_cell), … … 2412 2412 -- unique keys for the release tables 2413 2413 2414 alter table relStack add unique key (rel_id, tess_id, skycell_id, filter, stack_type, mjd_obs) 2414 alter table relStack add unique key (rel_id, tess_id, skycell_id, filter, stack_type, mjd_obs); 2415 2415 alter table relExp add UNIQUE KEY(rel_id, exp_id); 2416 2416 alter table ippRelease add unique key (surveyID, release_name); … … 2494 2494 UPDATE dbversion set schema_version = '1.1.78', updated= CURRENT_TIMESTAMP(); 2495 2495 2496 -- 2497 2498 CREATE TABLE remoteRun ( 2499 remote_id BIGINT NOT NULL AUTO_INCREMENT, 2500 state VARCHAR(64) NOT NULL, 2501 stage VARCHAR(64) NOT NULL, 2502 label VARCHAR(64) NOT NULL, 2503 path_base VARCHAR(255) NOT NULL, 2504 job_id BIGINT, 2505 last_poll TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 2506 fault SMALLINT NOT NULL, 2507 PRIMARY KEY (remote_id), 2508 KEY (state), 2509 KEY (stage), 2510 KEY (label), 2511 KEY (job_id) 2512 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2513 2514 CREATE TABLE remoteComponent ( 2515 remote_id BIGINT, 2516 stage_id BIGINT, 2517 KEY (stage_id), 2518 FOREIGN KEY (remote_id) REFERENCES remoteRun(remote_id) 2519 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2520 2521 UPDATE dbversion set schema_version = '1.1.79', updated= CURRENT_TIMESTAMP(); 2522 2523 -
branches/eam_branches/ipp-20140206/dbconfig/ipp.m4
r36441 r36536 41 41 include(release.md) 42 42 include(ff.md) 43 include(remote.md) -
branches/eam_branches/ipp-20140206/ippMonitor
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/chip_imfile.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/destreak_restore_camera.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/ipp_apply_burntool_single.pl
- Property svn:mergeinfo deleted
r36493 r36536 197 197 my $status = vsystem ("$regtool -dbname $dbname -updateprocessedimfile -exp_id $exp_id -class_id $class_id -burntool_state -1", $REALRUN); 198 198 if ($status) { 199 &my_die("failed to update imfile" );199 &my_die("failed to update imfile",$exp_id,$class_id); 200 200 } 201 201 $burntool_state = 1; -
branches/eam_branches/ipp-20140206/ippScripts/scripts/lap_science.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/magic_destreak.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/publish_file.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippScripts/scripts/register_imfile.pl
r35899 r36536 330 330 unless ($success) { 331 331 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 332 warn ("Unable to perform regtool -addprocessedimfile: $error_code"); 333 exit($error_code); 332 warn ("Unable to perform regtool -updateprocessedimfile: $error_code"); 333 # exit($error_code); 334 &my_die_for_update("Unable to perform updateprocessedimfile", 335 $exp_id, $class_id, $error_code); 336 334 337 } 335 338 } else { … … 522 525 carp($msg); 523 526 if (defined $exp_id && defined $class_id and not $no_update) { 527 sleep(5); 524 528 my $command = "$regtool -updateprocessedimfile"; 525 529 $command .= " -exp_id $exp_id"; -
branches/eam_branches/ipp-20140206/ippScripts/scripts/warp_skycell.pl
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTasks
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTasks/pantasks.pro
r34176 r36536 490 490 book delpage $1 -key pantaskState UNKNOWN_ERR 491 491 book delpage $1 -key pantaskState CRASH_ERR 492 book delpage $1 -key pantaskState CRASH 493 book delpage $1 -key pantaskState TIMEOUT 492 494 end 493 495 end -
branches/eam_branches/ipp-20140206/ippTasks/summit.copy.pro
r35210 r36536 34 34 macro copy.status 35 35 book listbook pzPendingImfile 36 end 37 38 macro copy.reset 39 book init pzPendingExp 40 book init pzPendingImfile 41 book init pzPendingAdvance 42 end 43 44 # aliases because copy.* isn't intuitive 45 macro pztool.reset 46 copy.reset 47 end 48 49 macro summitcopy.reset 50 summitcopy.reset 36 51 end 37 52 -
branches/eam_branches/ipp-20140206/ippToPsps
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/share
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/share/Makefile.am
r36441 r36536 496 496 fftool_summary.sql \ 497 497 fftool_todo.sql \ 498 fftool_toadvance.sql 498 fftool_toadvance.sql \ 499 remotetool_definebyquery_chip.sql \ 500 remotetool_definebyquery_cam.sql \ 501 remotetool_definebyquery_warp.sql \ 502 remotetool_definebyquery_stack.sql \ 503 remotetool_updatepoll.sql 499 504 505 506 -
branches/eam_branches/ipp-20140206/ippTools/share/camtool_find_pendingimfile.sql
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/share/chiptool_setimfiletoupdate.sql
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/share/pxadmin_create_tables.sql
- Property svn:mergeinfo deleted
r36493 r36536 2365 2365 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2366 2366 2367 CREATE TABLE remoteRun ( 2368 remote_id BIGINT NOT NULL AUTO_INCREMENT, 2369 state VARCHAR(64) NOT NULL, 2370 stage VARCHAR(64) NOT NULL, 2371 label VARCHAR(64) NOT NULL, 2372 path_base VARCHAR(255) NOT NULL, 2373 job_id BIGINT, 2374 last_poll TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, 2375 fault SMALLINT NOT NULL, 2376 PRIMARY KEY (remote_id), 2377 KEY (state), 2378 KEY (stage), 2379 KEY (label), 2380 KEY (job_id) 2381 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2382 2383 CREATE TABLE remoteComponent ( 2384 remote_id BIGINT, 2385 stage_id BIGINT, 2386 KEY (stage_id), 2387 FOREIGN KEY (remote_id) REFERENCES remoteRun(remote_id) 2388 ) ENGINE=innodb DEFAULT CHARSET=latin1; 2367 2389 2368 2390 -- These comment lines are here to avoid an empty query error. -
branches/eam_branches/ipp-20140206/ippTools/share/warptool_towarped.sql
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/src/Makefile.am
r36441 r36536 34 34 sctool \ 35 35 releasetool \ 36 fftool 36 fftool \ 37 remotetool 37 38 38 39 pkginclude_HEADERS = \ … … 89 90 sctool.h \ 90 91 releasetool.h \ 91 fftool.h 92 fftool.h \ 93 remotetool.h 92 94 93 95 lib_LTLIBRARIES = libpxtools.la … … 340 342 fftoolConfig.c 341 343 344 remotetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 345 remotetool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 346 remotetool_SOURCES = \ 347 remotetool.c \ 348 remotetoolConfig.c 349 342 350 clean-local: 343 351 -rm -f TAGS -
branches/eam_branches/ipp-20140206/ippTools/src/camtool.c
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/src/camtoolConfig.c
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippTools/src/magictool.c
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippconfig
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippconfig/gpc1
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/ppImage/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psLib/src/math/psMixtureModels.c
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psModules
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psconfig
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psphot
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psphot/src
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psphot/src/psphotStackImageLoop.c
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/pstamp/scripts
- Property svn:mergeinfo deleted
-
branches/eam_branches/ipp-20140206/psvideophot
- Property svn:mergeinfo deleted
Note:
See TracChangeset
for help on using the changeset viewer.
