Skip to content
Snippets Groups Projects
Commit 2b1f0497 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

bundles: align the brick description filename

This aligns it with the name for data-env, bin-env, etc…
parent c5b5949c
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
mkdir $brick_dir
fi
brick_file="$brick_dir/bundle-bricks.toml"
brick_file="$brick_dir/data-brick.poulpe"
echo "finding all extra revisions"
hg -R "$source_repo" incoming --quiet "$extra_rev_repo" -T '{node}\n' > "$all_extra_rev"
......
......@@ -21,7 +21,7 @@
def __init__(self, path):
self._path = path
desc_file = self._path / "brick-description.poulpe"
desc_file = self._path / "data-brick.poulpe"
self._data = poulpe.basics.get_data(desc_file)
assert self._data['poulpe']['brick']['type'] == "bundles"
assert self._data['poulpe']['brick']['version'] == 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment