aboutsummaryrefslogtreecommitdiff
path: root/rewrite-urls
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-04 13:22:39 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-04 13:22:39 +0000
commit0959f8e605c50cfe4de834fe0cf52b50491c0a87 (patch)
treee488701456b56d1886e376e27718eb5027b056af /rewrite-urls
parenta4398efb230b77b636f242331a34275b38081cda (diff)
publishing: various changes
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'rewrite-urls')
-rwxr-xr-xrewrite-urls1
1 files changed, 1 insertions, 0 deletions
diff --git a/rewrite-urls b/rewrite-urls
index 4b0c5bc..f594e64 100755
--- a/rewrite-urls
+++ b/rewrite-urls
@@ -23,4 +23,5 @@ progname=$(basename $0)
: ${TOP_DIR:?"Must specify TOP_DIR (e.g., TOP_DIR=$HOME/openjdk8-aarch64 $progname)"}
find $TOP_DIR/reports -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;
+find $TOP_DIR/super-diff -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;
find $TOP_DIR/index.html -maxdepth 1 -type f -exec perl -p -i -e 's!/home/andrew.mcdermott!/~andrew.mcdermott!g' {} \;