--- trunk/Makefile 2005/09/23 08:54:10 130 +++ trunk/Makefile 2005/09/23 08:54:11 131 @@ -31,7 +31,7 @@ index: test sudo rm -Rf /data/backuppc/data/casket || true - sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -i + sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -j xls: test sudo -u backuppc /data/backuppc/bin/BackupPC_xls_report @@ -53,13 +53,8 @@ createdb $(db) date > $(profile_file) echo "## NORMAL RUN" >> $(profile_file) - sudo rm -Rf /data/backuppc/data/casket || true - estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=backuppc' || true - estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=backuppc&label=BackupPC%20search%20index' sudo -u backuppc /data/backuppc/bin/BackupPC_updatedb -c $(profile_opt) | tee -a $(profile_file) echo "## DProf RUN" >> $(profile_file) - sudo rm -Rf /data/backuppc/data/casket || true - estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=backuppc&label=BackupPC%20search%20index' sudo -u backuppc perl -d:DProf /data/backuppc/bin/BackupPC_updatedb -d $(profile_opt) dprofpp 2>&1 | tee -a $(profile_file) echo "## DBI_PROFILE RUN" >> $(profile_file)