[gnome-build-meta/jjardon/ellisb/add-first-mirror: 13/13] Change the way that files are included
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/jjardon/ellisb/add-first-mirror: 13/13] Change the way that files are included
- Date: Mon, 6 Dec 2021 11:42:38 +0000 (UTC)
commit 53d630d3275a0b4e75d1ff1ad095233b3160a234
Author: Ellis Barnwell <ellis barnwell codethink co uk>
Date: Mon Dec 6 10:51:38 2021 +0000
Change the way that files are included
Buildstream has an issue if (@): is used multiple times as it sees it as
duplicate keys.
project.conf | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/project.conf b/project.conf
index 59d1f7c6b..c151ef45d 100644
--- a/project.conf
+++ b/project.conf
@@ -41,9 +41,11 @@ options:
default: false
description: mount host resources similar to toolbox
-(@): include/aliases.yml
+aliases:
+ (@): include/aliases.yml
-(@): include/mirrors.yml
+mirrors:
+ (@): include/mirrors.yml
# Some overrides to the default sandbox execution environment
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]