Changeset 37739
- Timestamp:
- Dec 12, 2014, 11:34:18 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ippScripts/scripts/addstar_run.pl (modified) (1 diff)
-
ippToPsps/config/ippToPspsDbSchema.sql (modified) (1 diff)
-
ippToPsps/config/settings.xml (modified) (2 diffs)
-
ippToPsps/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/addstar_run.pl
r37723 r37739 97 97 # $reduction = 'ADDSTAR'; 98 98 #} 99 #if ($stage =~/fullforce/) { 100 # $reduction = 'ADDSTAR'; 101 #} 102 99 103 if ($stage =~/fullforce/) { 100 $reduction = 'ADDSTAR'; 101 } 104 $reduction='DEFAULT'; 105 #hardwired because why not 106 } 102 107 103 108 my $recipe_addstar = $ipprc->reduction($reduction, 'ADDSTAR'); -
trunk/ippToPsps/config/ippToPspsDbSchema.sql
r37551 r37739 1 1 -- MySQL dump 10.11 2 2 -- 3 -- Host: ipp db01Database: ipptopsps3 -- Host: ipp06 Database: ipptopsps 4 4 -- ------------------------------------------------------ 5 5 -- Server version 5.0.77-log -
trunk/ippToPsps/config/settings.xml
r36699 r37739 70 70 <gpc1database> 71 71 <name>gpc1</name> 72 <host>ippdb0 1</host>72 <host>ippdb05</host> 73 73 <user>ipp</user> 74 74 <password>ipp</password> … … 136 136 <czardatabase> 137 137 <name>czardb</name> 138 <host>ippdb0 1</host>138 <host>ippdb05</host> 139 139 <user>ipp</user> 140 140 <password>ipp</password> -
trunk/ippToPsps/doc/notes.txt
r35456 r37739 43 43 mysql -h ipp006 -u dvo -p ipptopsps -e "select batch_id, stage_id from batch where batch_type = 'P2'" > P2.batches.dat 44 44 45 on ippdb0 1: cp P2.batches.dat /tmp/datadump/45 on ippdb05: cp P2.batches.dat /tmp/datadump/ 46 46 47 mysql -h ippdb0 1-u dvo -p gpc147 mysql -h ippdb05 -u dvo -p gpc1 48 48 mysql> create temporary table eam_p2_batches (batch_id int, cam_id int); 49 49 mysql> create temporary table eam_st_batches (batch_id int, stack_id int);
Note:
See TracChangeset
for help on using the changeset viewer.
