Skip to content

HaikuPorter 1.2.7

Latest
Compare
Choose a tag to compare
@pulkomandy pulkomandy released this 21 Mar 09:41
· 29 commits to master since this release
adc25c2

Haikuporter changes

  • respect --quiet flag in repository commands
  • Haikuporter will error (instead of justp rinting a warning) if you have a file in the patches/ directory that's not referenced in the recipe
  • cmakeDirArgs now use relative paths
  • source packages are disabled by default and can be enabled using a configuration file. There is no need for the --no-source-packages option anymore
  • Haikuporter will error if a library is supplied as both static and shared. Libraries for Haiku should usually be shared, rarely static, and never both.
  • The chroot for building recipes now contains font settings, fixing problems with recipes using fontconfig

Buildmaster changes

  • Make the 'system packages' version configurable instead of hardcoded
  • Include hrev number in generated 'system packages' archive, so we can update it without tagging a new Haiku release
  • Various cleanups, fixes and simplifications
  • MongoDB reporter that will store the build results in a database (in addition to the existing json output)