From 39ca31df7d53d9ebe58c0744b0d7bd13823d4155 Mon Sep 17 00:00:00 2001 From: Giuseppe Di Natale Date: Mon, 11 Sep 2017 12:41:24 -0700 Subject: [PATCH] Updated Buildbot Options (markdown) --- Buildbot-Options.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Buildbot-Options.md b/Buildbot-Options.md index 9dea2a9..da7275a 100644 --- a/Buildbot-Options.md +++ b/Buildbot-Options.md @@ -46,12 +46,12 @@ Requires-builders: style test ## Requiring SPL Versions Currently, the ZFS Buildbot attempts to choose the correct SPL branch to build based on a pull request's base branch. In the cases where a specific SPL version -needs to be built, the ZFS builbot supports specifying provide an SPL version for pull -request testing. By opening a pull request against ZFS and using the `Requires-spl:` +needs to be built, the ZFS buildbot supports specifying an SPL version for pull +request testing. By opening a pull request against ZFS and adding `Requires-spl:` in a commit message, you can instruct the buildbot to use a specific SPL version. -Below are examples of a commit message that specifies the SPL version. +Below are examples of a commit messages that specify the SPL version. -Build SPL from a specific pull request: +### Build SPL from a specific pull request ``` This is a commit message @@ -61,7 +61,7 @@ Signed-off-by: Contributor Requires-spl: refs/pull/123/head ``` -Build SPL branch `spl-branch-name` from `zfsonlinux/spl` repository: +### Build SPL branch `spl-branch-name` from `zfsonlinux/spl` repository ``` This is a commit message