From 383098b14790376ee881affbdb33ac47de85f726 Mon Sep 17 00:00:00 2001 From: AN12345 Date: Mon, 21 Nov 2022 20:59:02 -0500 Subject: [PATCH] build: add mason configuration files --- mason-lock.json | 1 + mason.yaml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 mason-lock.json create mode 100644 mason.yaml diff --git a/mason-lock.json b/mason-lock.json new file mode 100644 index 00000000..229f2288 --- /dev/null +++ b/mason-lock.json @@ -0,0 +1 @@ +{"bricks":{"wyatt_clean_code":{"git":{"url":"ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git","path":"bricks/wyatt_clean_code","ref":"033baa65408ec6b68e6a2ef43e64c24708ef16a1"}},"wyatt_feature_brick":{"git":{"url":"ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git","path":"bricks/wyatt_feature_brick","ref":"033baa65408ec6b68e6a2ef43e64c24708ef16a1"}},"wyatt_package":{"git":{"url":"ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git","path":"bricks/wyatt_package","ref":"033baa65408ec6b68e6a2ef43e64c24708ef16a1"}}}} \ No newline at end of file diff --git a/mason.yaml b/mason.yaml new file mode 100644 index 00000000..c9c22317 --- /dev/null +++ b/mason.yaml @@ -0,0 +1,13 @@ +bricks: + wyatt_clean_code: + git: + url: ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git + path: bricks/wyatt_clean_code + wyatt_feature_brick: + git: + url: ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git + path: bricks/wyatt_feature_brick + wyatt_package: + git: + url: ssh://git@git.wyatt-studio.fr:993/Wyatt-FOSS/wyatt-bricks.git + path: bricks/wyatt_package \ No newline at end of file