- Timestamp:
- May 4, 2011, 3:20:38 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/mysql-dump/gpc1_install.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/tools/mysql-dump/gpc1_install.sh
r31253 r31434 10 10 # 2) Check the gpc1 dump file against its checksum. 11 11 # 3) Distribute the validated files, that is: 12 # - Hard-links the gzipped MySQL dump in the distribution directory12 # - Hard-links the bzipped MySQL dump in the distribution directory 13 13 # - Moves the MD5 checksum to the distribution directory 14 14 # 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility) 15 15 . /home/panstarrs/ipp/mysql-dump/functions.sh 16 16 17 EMAILTO= schastel@ifa.hawaii.edu17 EMAILTO=ps-ipp-ops@ifa.hawaii.edu 18 18 19 19 HOST=ipp001 … … 21 21 MD5FILE=gpc1_checksum.md5 22 22 23 DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump. gz23 DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump.bz 24 24 DISTRIBUTION_MD5=$TARGET/distribution/ippdb01-gpc1.md5 25 25
Note:
See TracChangeset
for help on using the changeset viewer.
