Skip to content
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

High: vm.sh: ensure XML domain spec - domain name match #432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jnpkrn
Copy link
Contributor

@jnpkrn jnpkrn commented May 15, 2014

Otherwise, it could happen that the domain specified via xmlfile
is successfully started, but any later action (migration, etc.),
may fail or accidentally manipulate with a different domain(!).

Signed-off-by: Jan Pokorný [email protected]

Otherwise, it could happen that the domain specified via xmlfile
is successfully started, but any later action (migration, etc.),
may fail or accidentally manipulate with a different domain(!).

Signed-off-by: Jan Pokorný <[email protected]>
@guessi
Copy link
Contributor

guessi commented Aug 13, 2015

@jnpkrn,

I've noticed that there's a file permission change in this PR (100755 --> 100644)

should be 0755, right?

@jnpkrn
Copy link
Contributor Author

jnpkrn commented Aug 25, 2015

@guessi, you are right this was certainly unintended. Quick check discovered another instance of such a side-effect change: PR #424.
On the other hand, this is a violation of unified approach (already violated by SAP{Database,Instance}, not a real issue per-se:
make install will run install utility that sets executable bits automatically and during the build process, we extract the metadata by running bash $AGENT anyway.

@jnpkrn
Copy link
Contributor Author

jnpkrn commented Aug 25, 2015

That being said, if the maintainer deems appropriate, will fix the perms, indeed.

@guessi
Copy link
Contributor

guessi commented Aug 25, 2015

@jnpkrn
it's just a reminder for pointing out there's unwanted permission changed in this PR :)

and agree, it's not a big issue if permissions were guaranteed by Makefile,

@jnpkrn
Copy link
Contributor Author

jnpkrn commented Aug 25, 2015

@guessi all in all, good spot, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants