forked from science-computing/butido
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let the
download_manually
source property default to false
This is an optional setting that should only have to be set for sources that have to be downloaded manually. The example in `examples/packages/repo/pkg.toml` isn't a proper default as it only applies to the source "src" (packages could have multiples sources or choose a different name). Signed-off-by: Michael Weiss <michael.weiss@eviden.com>
- Loading branch information
1 parent
2ced300
commit ad1eff4
Showing
2 changed files
with
8 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ runtime = [] | |
|
||
[sources.src] | ||
hash.type = "sha1" | ||
download_manually = false | ||
|
||
[phases] | ||
|
||
|
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