IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2011, 3:01:58 PM (15 years ago)
Author:
Serge CHASTEL
Message:

BZip replaces GZip for gpc1 dumps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/mysql-dump/gpc1_install.sh

    r31235 r31318  
    1010# 2) Check the gpc1 dump file against its checksum.
    1111# 3) Distribute the validated files, that is:
    12 #    - Hard-links the gzipped MySQL dump in the distribution directory
     12#    - Hard-links the bzipped MySQL dump in the distribution directory
    1313#    - Moves the MD5 checksum to the distribution directory
    1414# 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility)
     
    2121MD5FILE=gpc1_checksum.md5
    2222
    23 DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump.gz
     23DISTRIBUTION_TARGET=$TARGET/distribution/ippdb01-gpc1.dump.bz
    2424DISTRIBUTION_MD5=$TARGET/distribution/ippdb01-gpc1.md5
    2525
Note: See TracChangeset for help on using the changeset viewer.