commit | ee6b3d7f9d49fa52072a352fbb59f06127b1ba4c | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@chromium.org> | Fri Jul 12 16:07:51 2013 -0700 |
committer | ChromeBot <chrome-bot@google.com> | Mon Jul 15 17:02:33 2013 -0700 |
tree | 999fcdd0f1ef2a021d070e4c04f49dee00847493 | |
parent | f6f9648d5b2beb387ada690b8a20482c694433f1 [diff] |
shill: Map crosbugs to their crbug equivalent This makes things more consistent with the current issue URLs. BUG=chromium:260016 TEST=Unit tests; sed -i $(for crosbug in $(grep 'crosbug.com/[0-9]' *.cc *.h | sed -e 's#.*crosbug.com/\([0-9]*\).*#\1#' | sort | uniq); do crbug=$(curl -s "https://code.google.com/p/chromium-os/issues/detail?id=$crosbug" | grep HREF | sed -e 's/.*id=\([0-9]*\).*/\1/'); echo "-e s#crosbug.com/$crosbug#crbug.com/$crbug#"; done) *.cc *.h Change-Id: I28e31c6c30186dd2a7cd1b36a170c33c2797d97f Reviewed-on: https://gerrit.chromium.org/gerrit/61794 Commit-Queue: Paul Stewart <pstew@chromium.org> Reviewed-by: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org>