From 6f11f3f247d8949401cd0afb676198b439053740 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 12 Apr 2024 19:34:13 +0200 Subject: Replace 'inherit' recipe field with 'parent' All occurrences of 'inherit' in the code are replaced with 'parent' or 'ancestors'. --- crates/common/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/common/src/types.rs') diff --git a/crates/common/src/types.rs b/crates/common/src/types.rs index 32b9182..a5d6678 100644 --- a/crates/common/src/types.rs +++ b/crates/common/src/types.rs @@ -39,7 +39,7 @@ pub struct Task { pub command: String, pub workdir: String, pub rootfs: ArchiveHash, - pub inherit: Vec, + pub ancestors: Vec, pub depends: HashSet, pub outputs: HashMap, pub pins: HashMap, -- cgit v1.2.3