From f6f32aa6d88b7bb1691fa80dffa31918b11be432 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 5 May 2023 16:28:14 +0200 Subject: ["data", "staged"]: support dropping paths In this way, GLOB constructs can be used more easily. As the dropping happens early, this can also be used to solve staging conflicts, by removing that logical path and later add a consolidated artifact to that path. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2e5d427..627c300 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Stage data to a logical subdirectory. | Field | Description | | ----- | ----------- | | `"stage"` | The logical directory to stage the files to. Individual directory components are joined with `"/"`. | +| `"drop"` | List of paths to drop from (each of) the `"srcs"` targets before joining and staging. In this way, GLOB constructs can be used is `"srcs"`. | | `"srcs"` | The files to be staged | | `"deps"` | Targets of with their runfiles should be added as well. Their staging is not changed. | -- cgit v1.2.3