mkit.ini 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [project]
  2. version = 0.0.1
  3. name = preupg
  4. tagline = JAT test library for preupg
  5. pkgname = shellfu-bash-preupg
  6. maintainer = Alois Mahdal <amahdal+jats@redhat.com>
  7. vcs_browser = https://github.com/upgrades-migrations/shellfu-bash-preupg
  8. relsrc = master
  9. reldst = last
  10. [dist]
  11. tarball = LICENSE.md
  12. tarball = Makefile
  13. tarball = README.md
  14. tarball = mkit.ini
  15. tarball = packaging
  16. tarball = src
  17. tarball = utils
  18. rpmstuff = packaging/template.spec
  19. [ENV]
  20. PREFIX = /usr/local
  21. [roots]
  22. doc = [ENV:PREFIX]/share/doc/shellfu-bash-preupg
  23. sfmod = [ENV:PREFIX]/share/shellfu/include-bash
  24. sfdata = [ENV:PREFIX]/share/shellfu-bash-preupg
  25. [macros]
  26. __SHELLFU_MODNAME__ = preupg
  27. __SHELLFU_MODHOME__ = [roots:sfdata]
  28. __SHELLFU_MODDESC__ = JATS is a testing framework for Shell-based test suites.
  29. __SHELLFU_MODDESC__ =
  30. __SHELLFU_MODDESC__ = This sub-package contains test modules to help test preupgrade-assistant
  31. __SHELLFU_MODDESC__ = AKA preupg.
  32. __SHELLFU_VREQ_LO__ = 0.10.8
  33. __SHELLFU_VREQ_HI__ = 0.11
  34. __SHELLFU_REQUIRE__ = shellfu-bash-dist
  35. __SHELLFU_REQUIRE__ = shellfu-bash-pxpath
  36. [files]
  37. doc = README.md
  38. sfmod = src/preupg.sh
  39. sfmod = src/preupg_upath.sh
  40. sfmod = src/preupg_fupath.sh
  41. sfdata = src/builtins
  42. #mkit version=0.0.32