-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a95fa0b
commit 2eacebf
Showing
15 changed files
with
383 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
config: | ||
files: | ||
foo: src/foo | ||
licenses/gpl: https://www.gnu.org/licenses/gpl-3.0.txt | ||
subdir/bar: src/bar |
6 changes: 3 additions & 3 deletions
6
docs/sections/user_guide/cli/tools/fs/copy-exec-no-target-dir-err.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[2024-08-26T23:03:40] INFO Validating config against internal schema: files-to-stage | ||
[2024-08-26T23:03:40] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-26T23:03:40] ERROR Relative path 'foo' requires the target directory to be specified | ||
[2024-12-07T01:01:51] INFO Validating config against internal schema: files-to-stage | ||
[2024-12-07T01:01:53] INFO 0 UW schema-validation errors found in fs config | ||
[2024-12-07T01:01:53] ERROR Relative path 'foo' requires target directory to be specified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
[2024-08-26T23:03:41] INFO Validating config against internal schema: files-to-stage | ||
[2024-08-26T23:03:41] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-26T23:03:41] INFO File copies: Initial state: Not Ready | ||
[2024-08-26T23:03:41] INFO File copies: Checking requirements | ||
[2024-08-26T23:03:41] INFO Copy src/foo -> copy-dst/foo: Initial state: Not Ready | ||
[2024-08-26T23:03:41] INFO Copy src/foo -> copy-dst/foo: Checking requirements | ||
[2024-08-26T23:03:41] INFO Copy src/foo -> copy-dst/foo: Requirement(s) ready | ||
[2024-08-26T23:03:41] INFO Copy src/foo -> copy-dst/foo: Executing | ||
[2024-08-26T23:03:41] INFO Copy src/foo -> copy-dst/foo: Final state: Ready | ||
[2024-08-26T23:03:41] INFO Copy src/bar -> copy-dst/subdir/bar: Initial state: Not Ready | ||
[2024-08-26T23:03:41] INFO Copy src/bar -> copy-dst/subdir/bar: Checking requirements | ||
[2024-08-26T23:03:41] INFO Copy src/bar -> copy-dst/subdir/bar: Requirement(s) ready | ||
[2024-08-26T23:03:41] INFO Copy src/bar -> copy-dst/subdir/bar: Executing | ||
[2024-08-26T23:03:41] INFO Copy src/bar -> copy-dst/subdir/bar: Final state: Ready | ||
[2024-08-26T23:03:41] INFO File copies: Final state: Ready | ||
[2024-12-07T01:01:56] INFO Validating config against internal schema: files-to-stage | ||
[2024-12-07T01:01:56] INFO 0 UW schema-validation errors found in fs config | ||
[2024-12-07T01:01:56] INFO File copies: Initial state: Not Ready | ||
[2024-12-07T01:01:56] INFO File copies: Checking requirements | ||
[2024-12-07T01:01:56] INFO Copy src/foo -> copy-dst/foo: Initial state: Not Ready | ||
[2024-12-07T01:01:56] INFO Copy src/foo -> copy-dst/foo: Checking requirements | ||
[2024-12-07T01:01:56] INFO Copy src/foo -> copy-dst/foo: Requirement(s) ready | ||
[2024-12-07T01:01:56] INFO Copy src/foo -> copy-dst/foo: Executing | ||
[2024-12-07T01:01:56] INFO Copy src/foo -> copy-dst/foo: Final state: Ready | ||
[2024-12-07T01:01:56] INFO Copy https://www.gnu.org/licenses/gpl-3.0.txt -> copy-dst/licenses/gpl: Initial state: Not Ready | ||
[2024-12-07T01:01:56] INFO Copy https://www.gnu.org/licenses/gpl-3.0.txt -> copy-dst/licenses/gpl: Checking requirements | ||
[2024-12-07T01:01:58] INFO Copy https://www.gnu.org/licenses/gpl-3.0.txt -> copy-dst/licenses/gpl: Requirement(s) ready | ||
[2024-12-07T01:01:58] INFO Copy https://www.gnu.org/licenses/gpl-3.0.txt -> copy-dst/licenses/gpl: Executing | ||
[2024-12-07T01:01:58] INFO Copy https://www.gnu.org/licenses/gpl-3.0.txt -> copy-dst/licenses/gpl: Final state: Ready | ||
[2024-12-07T01:01:58] INFO Copy src/bar -> copy-dst/subdir/bar: Initial state: Not Ready | ||
[2024-12-07T01:01:58] INFO Copy src/bar -> copy-dst/subdir/bar: Checking requirements | ||
[2024-12-07T01:01:58] INFO Copy src/bar -> copy-dst/subdir/bar: Requirement(s) ready | ||
[2024-12-07T01:01:58] INFO Copy src/bar -> copy-dst/subdir/bar: Executing | ||
[2024-12-07T01:01:58] INFO Copy src/bar -> copy-dst/subdir/bar: Final state: Ready | ||
[2024-12-07T01:01:58] INFO File copies: Final state: Ready | ||
|
||
copy-dst | ||
├── foo | ||
├── licenses | ||
│ └── gpl | ||
└── subdir | ||
└── bar | ||
|
||
2 directories, 2 files | ||
3 directories, 3 files |
6 changes: 3 additions & 3 deletions
6
docs/sections/user_guide/cli/tools/fs/link-exec-no-target-dir-err.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[2024-08-26T23:03:41] INFO Validating config against internal schema: files-to-stage | ||
[2024-08-26T23:03:41] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-26T23:03:41] ERROR Relative path 'foo' requires the target directory to be specified | ||
[2024-12-07T01:01:55] INFO Validating config against internal schema: files-to-stage | ||
[2024-12-07T01:01:55] INFO 0 UW schema-validation errors found in fs config | ||
[2024-12-07T01:01:55] ERROR Relative path 'foo' requires target directory to be specified |
6 changes: 3 additions & 3 deletions
6
docs/sections/user_guide/cli/tools/fs/makedirs-exec-no-target-dir-err.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[2024-08-26T23:03:44] INFO Validating config against internal schema: makedirs | ||
[2024-08-26T23:03:45] INFO 0 UW schema-validation errors found in fs config | ||
[2024-08-26T23:03:45] ERROR Relative path 'foo' requires the target directory to be specified | ||
[2024-12-07T01:01:55] INFO Validating config against internal schema: makedirs | ||
[2024-12-07T01:01:55] INFO 0 UW schema-validation errors found in fs config | ||
[2024-12-07T01:01:55] ERROR Relative path 'foo' requires target directory to be specified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.