Index: /trunk/tools/mysql-dump/gpc1_install.sh
===================================================================
--- /trunk/tools/mysql-dump/gpc1_install.sh	(revision 38066)
+++ /trunk/tools/mysql-dump/gpc1_install.sh	(revision 38067)
@@ -13,4 +13,5 @@
 #    - Moves the MD5 checksum to the distribution directory
 # 4) Import gpc1 into gpc1_0 or gpc1_1 (ensured by gpc1Import.py utility)
+# NOTE step 4 is no longer done
 . /home/panstarrs/ipp/mysql-dump/functions.sh
 
@@ -60,8 +61,9 @@
 fi
 
-log INFO "Symlinking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]"
+log INFO "Hard linking backup file [$TARGET/$BACKUP_FILE] to distribution [$DISTRIBUTION_TARGET]"
 /usr/bin/ln -f $TARGET/$BACKUP_FILE $DISTRIBUTION_TARGET
 /usr/bin/cp -f $TARGET/$MD5FILE $DISTRIBUTION_MD5
 
+# We no longer ingest the backup into the database. 
 # if it is between 0 and 4, ingest into gpc1_0 or gpc1_1
 #HOUR=`date +"%H"`
