[wol] Make MAC regex case-insensitive

Change-Id: Ie1863cb1b13139bcc4f2ce826dc461bc4b993147
1 file changed
tree: a0c3d3951ac58fdaa8a7637c6ec81c0f56cbe05e
  1. botanist/
  2. cmd/
  3. fastboot/
  4. fuchsia/
  5. fxctx/
  6. gerrit-policy/
  7. netboot/
  8. ninjalog/
  9. pdu/
  10. qemu/
  11. retry/
  12. secrets/
  13. serial/
  14. telnet/
  15. tftp/
  16. tilo/
  17. tools/
  18. .gitignore
  19. AUTHORS
  20. Gopkg.lock
  21. Gopkg.toml
  22. LICENSE
  23. MAINTAINERS
  24. manifest
  25. PATENTS
  26. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}