Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.2.0
-
None
-
None
-
Linux
-
2018-19, 2018-20
Description
Hi Ben,
could you change the tools buildbot binary packaging step from:
argv: ['sh', '-c', './package.sh', '../build/mariadb-columnstore-tools'] to
argv: ['sh', '-c', './package.sh ../build/mariadb-columnstore-tools']
so that the package.sh argument is in the same quotes as the build path?
Somehow /bin/sh doesn't acknowledge the second parameter otherwise.
This way mcsimport will be included in the binaries.