Skip to content

Provide options for specifying inventory file and location #103 #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Dec 16, 2019

Conversation

jshum2479
Copy link
Member

No description provided.

@jshum2479 jshum2479 requested a review from ddsharpe November 11, 2019 17:42

@Option(
names = {"--inventoryPointerInstallLoc"},
description = "path to a inventory location file. Override the default inventory location file"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description of both of these parameters is exactly the same. How does the user differentiate what to put in each parameter?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed description


if (inventoryPointerInstallLoc != null) {
List<String> invLocValue = new ArrayList<>(2);
invLocValue.add(Constants.BUILD_ARG);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use mustache place-holders instead of build-args.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merged master into it. Please review

}
}
} catch (FileNotFoundException notFound) {
logger.severe("Unable to find installer response file: {0}", inventoryLoc);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs i18n. move message to resource bundle

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed


@Option(
names = {"--inventoryPointerInstallLoc"},
description = "path to where the inventory pointer file (oraInst.loc) should be store in the image"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...should be stored...

@ddsharpe ddsharpe merged commit b4536b6 into master Dec 16, 2019
@ddsharpe ddsharpe deleted the inventoryloc branch December 16, 2019 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants