~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/page-performance-report-daily.sh

  • Committer: Francis J. Lacoste
  • Date: 2011-05-03 20:03:42 UTC
  • mto: This revision was merged to the branch mainline in revision 12972.
  • Revision ID: francis.lacoste@canonical.com-20110503200342-csidgqra6bkmu4to
Remove historic import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
        ln -sf ${dir}/top200.html ${OUTPUT_ROOT}/latest-${type}-top200.html
83
83
        ln -sf ${dir}/timeout-candidates.html   \
84
84
            ${OUTPUT_ROOT}/latest-${type}-timeout-candidates.html
85
 
        # This should be removed once the one-time import has taken place.
86
 
        find ${OUTPUT_ROOT} -path '*daily*/metrics.dat' |sort |xargs cat \
87
 
            > ${OUTPUT_ROOT}/history-metrics.dat
88
85
    fi
89
86
 
90
87
    return 0