mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
include submodules in the collected license metadata
This commit is contained in:
parent
16768e59ea
commit
ce0051a42f
@ -30,7 +30,7 @@ pub(crate) fn collect(
|
||||
|
||||
fn obtain_spdx_document(reuse_exe: &Path) -> Result<String, Error> {
|
||||
let output = Command::new(reuse_exe)
|
||||
.args(&["spdx", "--add-license-concluded", "--creator-person=bors"])
|
||||
.args(&["--include-submodules", "spdx", "--add-license-concluded", "--creator-person=bors"])
|
||||
.stdout(Stdio::piped())
|
||||
.spawn()?
|
||||
.wait_with_output()?;
|
||||
|
Loading…
Reference in New Issue
Block a user