I want to install delete-project plugin to my gerrit server. As per the latest version, I should clone it from google source and use buck build.
I cloned it and my buck is also ready.
What are the steps to be followed to build the delete project plugin and add it to my gerrit server.
I tried
buck build .
in the cloned source of delete-project. But, I am getting the following error
Traceback (most recent call last):
File "/home/gerrit/buck/src/com/facebook/buck/parser/buck.py", line 872, in <module>
main()
File "/home/gerrit/buck/src/com/facebook/buck/parser/buck.py", line 867, in main
buildFileProcessor.process(build_file.rstrip())
File "/home/gerrit/buck/src/com/facebook/buck/parser/buck.py", line 800, in process
build_env['BUILD_FILE_SYMBOL_TABLE'])
File "/home/gerrit/delete-project/././BUCK", line 1, in <module>
gerrit_plugin(
NameError: name 'gerrit_plugin' is not defined
BUILD FAILED: Parse error for BUCK file ././BUCK: End of input at line 1 column 1
Please help
buck build delete-project:delete-project
i getOSError: [Errno 2] No such file or directory (/usr/lib/python2.7/subprocess.py
any idea why? I have the subprocess.py lib – Dobbins