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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user