Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Tags
  • v2016.01.25.01
v2016.01.25.01
9f9c6db8 · Prepare release v2016.01.25.01. · Jan 25, 2016
Release
Download source code
zip tar.gz tar.bz2 tar
  • buck publish now only publishes CLASSPATH entries intstead of all deps when publishing a JAR
  • The .buckconfig docs have been revamped. You can now link directly to any setting, and the formatting has been changed to be consistent throughout: http://buckbuild.com/concept/buckconfig.html
  • You can now set the packaging type for a python_binary via a rule parameter in addition to the global setting in .buckconfig. See package_style at https://buckbuild.com/rule/python_binary.html
  • @DanielGrech fixed buck quickstart to generate a valid .hgignore file
  • Buck can now enforce the Build Tools version used when compiling Android code. This can be used to avoid the build time regression of aapt in 23.0.2: https://buckbuild.com/concept/buckconfig.html#android.build_tools_version, https://code.google.com/p/android/issues/detail?id=198488
  • Buck will no longer consider codesign identities which are marked as invalid when building apple_* rules.