Closed macosforgebot closed 10 years ago
@wsanchez originally submitted this as comment:1:ticket:432
@wsanchez originally submitted this as comment:2:ticket:432
@wsanchez originally submitted this as comment:3:ticket:432
@wsanchez originally submitted this as comment:4:ticket:432
@wsanchez originally submitted this as comment:6:ticket:432
This script was obsoleted.
roland@… originally submitted this as ticket:432
bootstrapdatabase.py uses subprocess.check_output which is new in python2.7.
It is possible to use subprocess.check_call. Only the output isn't preserved.