~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-04 17:32:17 UTC
  • mto: This revision was merged to the branch mainline in revision 12972.
  • Revision ID: francis.lacoste@canonical.com-20110504173217-z4qg3vk119zyvv9v
Link latest partition.html in top-level directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
    # Only do the linking if requested.
74
74
    if [ "$link" = "link" ]; then
 
75
        ln -sf ${dir}/partition.html \
 
76
            ${OUTPUT_ROOT}/latest-${type}-partition.html
75
77
        ln -sf ${dir}/categories.html \
76
78
            ${OUTPUT_ROOT}/latest-${type}-categories.html
77
79
        ln -sf ${dir}/pageids.html \