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

U/fjammes/dm 750 #5

Merged
merged 20 commits into from
Oct 1, 2014
Merged

U/fjammes/dm 750 #5

merged 20 commits into from
Oct 1, 2014

Conversation

fjammes
Copy link
Collaborator

@fjammes fjammes commented Sep 26, 2014

Hi Serge,

Code is finished, but I still need to write documentation. (I may also had colored log if I've enough time.)
In order to test, you can use and update test/test-install-process.sh.

Thanks,

Fabrice

Defaults to ${PREFIX}.''')
ctx.add_option('--mysql-config', type='string', dest='mysql_config',
help='''Path to the mysql_config script (e.g. /usr/local/bin/mysql_config).
Used to obtain the location of MySQL header files and plugins.''')
Copy link
Owner

Choose a reason for hiding this comment

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

Is it still used to get the location of plugins?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No, I remove it.

logging.fatal('Invalid MySQL socket. Use --mysql-socket options.'
.format(args.mysql_socket)
)
exit(1)
Copy link
Owner

Choose a reason for hiding this comment

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

indentation, sys.exit(1)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done, thanks.

@smonkewitz
Copy link
Owner

Overall, I think this looks OK, and I'm happy that you managed to keep all the testing intact. I trust that you tested everything, so I didn't actually try out this code myself (but let me know if you'd like me to).

Thanks for getting this done on such short notice!

- Better isolation of shared library and client builds in waf script
- more robust client mode
- undeployment of plugin
- moving run_command() from configure module to scisql-deploy.py
- improving indentation
- BUGFIX : replacing exit() with sys.exit()
wangd added a commit that referenced this pull request Oct 1, 2014
Merging U/fjammes/dm-750 from fjammes, reviewed by smonkewitz
@wangd wangd merged commit 4e2bd4d into smonkewitz:master Oct 1, 2014
@fjammes
Copy link
Collaborator Author

fjammes commented Oct 1, 2014

Thanks :-)

On 01/10/2014 20:59, Daniel L. Wang wrote:

Merged #5 #5.


Reply to this email directly or view it on GitHub
#5 (comment).

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.

None yet

3 participants