Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
[BZ 1542206] Change fileName to be the last identity instead of hash …
Browse files Browse the repository at this point in the history
…of all patches
  • Loading branch information
Michael Burman committed Feb 7, 2018
1 parent 57683ec commit 7ef087a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -143,7 +143,7 @@ public BundleDistributionInfo processBundleDistributionFile(File distributionFil
addCommonProperties(config);

parseResults = new RecipeParseResults(props, config, null);
fileName = allPatchIds.toString();
fileName = lastPatch.getIdentityName();
recipe = patchBundle.getContents();
}
} finally {
Expand Down
Expand Up @@ -142,7 +142,7 @@ public BundleDistributionInfo processBundleDistributionFile(File distributionFil
addCommonProperties(config);

parseResults = new RecipeParseResults(props, config, null);
fileName = allPatchIds.toString();
fileName = lastPatch.getIdentityName();
recipe = patchBundle.getContents();
}
} finally {
Expand Down

0 comments on commit 7ef087a

Please sign in to comment.