Skip to content

Commit

Permalink
Adapt SRCREV to new overriding format
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-pa committed Jun 15, 2022
1 parent ba025f2 commit 5ab0a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ fn real_main(options: Args, config: &mut Config) -> CliResult {
);

// save revision
src_uri_extras.push(format!("SRCREV_FORMAT .= \"_{}\"", pkg.name()));
src_uri_extras.push(format!("SRCREV_FORMAT .= \":{}\"", pkg.name()));

let precise = if options.reproducible {
src_id.precise()
Expand Down

0 comments on commit 5ab0a60

Please sign in to comment.