packer: fix build scripts, packerlib update.

There were some hardcoded values left in there, and the remote caching
wasn't working right.

The ubuntu-board-gen tool now produces the right output file
name.
This commit is contained in:
2023-04-12 12:50:11 -07:00
parent 91a631ef4f
commit be216aefe5
8 changed files with 31 additions and 123 deletions

View File

@@ -14,7 +14,7 @@ The first time, make sure dependencies are installed and run ``./install-packer.
.. code-block:: shell
bazel run //packer:ubuntu-board-gen -f $(pwd)/ubuntu-boards.yml -o $(pwd)/boards
bazel run -- //packer:ubuntu-board-gen -f $(pwd)/ubuntu-boards.yml -o $(pwd)/boards
This will place the board with a default name in the ``boards`` directory.