RFR: mlbridge: drop prefix "webrev" from webrev paths

Erik Helin ehelin at openjdk.java.net
Mon Aug 17 17:48:14 UTC 2020


Hi all,

please review this patch that drops the "webrev" prefix from the last part of the path for URLs to automatically
generated webrevs. For example, the current path looks like `https://webrevs.openjdk.java.net/skara/704/webrev.00`,
they will now look like `https://webrevs.openjdk.java.net/skara/704/00`. This is partly done in preparation for
uploading JSON versions of webrevs.

Testing:
- [x] `make test` passes on Linux x64
- [x] Updated a number of unit tests

Thanks,
Erik

-------------

Commit messages:
 - mlbridge: drop prefix "webrev" from webrev paths

Changes: https://git.openjdk.java.net/skara/pull/718/files
 Webrev: https://webrevs.openjdk.java.net/skara/718/webrev.00
  Stats: 17 lines in 3 files changed: 0 ins; 0 del; 17 mod
  Patch: https://git.openjdk.java.net/skara/pull/718.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/718/head:pull/718

PR: https://git.openjdk.java.net/skara/pull/718


More information about the skara-dev mailing list