rbm-build.asc 941 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. rbm-build(1)
  2. ============
  3. NAME
  4. ----
  5. rbm-build - Build a package
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'rbm build' <project> [options]
  10. DESCRIPTION
  11. -----------
  12. Build a package for the selected project.
  13. CONFIGURATION OPTIONS
  14. ---------------------
  15. When no +step+ was selected in the command line options, the +build+
  16. option is used as the build script. The default value of the +build+
  17. option is '[% INCLUDE build -%]' which means that you can create the
  18. build script as a +build+ file in the project's directory.
  19. If a +step+ is selected in the command line options, an option of the
  20. same name is used as the build script.
  21. See link:rbm_config.html[rbm_config(7)] for all other options.
  22. COMMAND LINE OPTIONS
  23. --------------------
  24. The --step=<step> option can be used to select the build script to run.
  25. See link:rbm_cli.html[rbm_cli(7)] for the other command line options.
  26. SEE ALSO
  27. --------
  28. link:rbm.html[rbm(1)]
  29. link:rbm_steps.html[rbm_steps(7)]