rbm-tar.asc 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. rbm-tar(1)
  2. ==========
  3. NAME
  4. ----
  5. rbm-tar - Create a tarball file
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'rbm tar' <project> [options]
  10. DESCRIPTION
  11. -----------
  12. Create a tarball file for the selected project.
  13. OUTPUT FILE
  14. -----------
  15. The output directory can be selected with the *output_dir* option.
  16. The output filename will be :
  17. <name>-<version>.tar
  18. If the 'compress_tar', the filename will be :
  19. <name>-<version>.tar.<ext>
  20. With '<name>' the project's name, '<version>' the version of the software,
  21. and '<ext>' the compression type selected in the 'compress_tar' option.
  22. include::version.asc[]
  23. CONFIGURATION OPTIONS
  24. ---------------------
  25. The following options are related to tarball creation :
  26. include::options_tar.asc[]
  27. See link:rbm_config.html[rbm_config(7)] for all other options.
  28. COMMAND LINE OPTIONS
  29. --------------------
  30. The command line options related to tar :
  31. include::clioptions_tar.asc[]
  32. See link:rbm_cli.html[rbm_cli(7)] for all other options.
  33. Git Version
  34. -----------
  35. If you are going to use gpg signed commits, it is recommended to use
  36. git >= 1.8.3.
  37. - git < 1.7.9 does not support signed commits. It only supports signed
  38. tags.
  39. - git < 1.8.3 does not use the +git-config+ option +gpg.program+ in
  40. `git log --show-signature` and `git show --show-signatures` commands
  41. used to check commits signatures. This means you won't be able to
  42. use the +gpg_keyring+ option for commits signature verification (but
  43. it will work for tag signature verification). This was fixed in git
  44. commit +6005dbb9+, included in version 1.8.3.
  45. SEE ALSO
  46. --------
  47. link:rbm.html[rbm(1)]