Successful: HBase Generate Website

2016-02-07 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/130/artifact/website.patch.zip
 | funzip > eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0.patch
  git fetch
  git checkout -b asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 
origin/asf-site
  git am eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 branch:

  git checkout asf-site && git branch -d 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0



If failed, see https://builds.apache.org/job/hbase_generate_website/130/console

Successful: HBase Generate Website

2016-02-06 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/129/artifact/website.patch.zip
 | funzip > eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0.patch
  git fetch
  git checkout -b asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 
origin/asf-site
  git am eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0 branch:

  git checkout asf-site && git branch -d 
asf-site-eacf7bcf97f09c9a6e68baf9a4a9ceb1d83c9fb0



If failed, see https://builds.apache.org/job/hbase_generate_website/129/console

Successful: HBase Generate Website

2016-02-05 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/127/artifact/website.patch.zip
 | funzip > 6f6a8ed71fe98b83e8a8db974fc15b0d8597b174.patch
  git fetch
  git checkout -b asf-site-6f6a8ed71fe98b83e8a8db974fc15b0d8597b174 
origin/asf-site
  git am 6f6a8ed71fe98b83e8a8db974fc15b0d8597b174.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-6f6a8ed71fe98b83e8a8db974fc15b0d8597b174 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-6f6a8ed71fe98b83e8a8db974fc15b0d8597b174:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-6f6a8ed71fe98b83e8a8db974fc15b0d8597b174 branch:

  git checkout asf-site && git branch -d 
asf-site-6f6a8ed71fe98b83e8a8db974fc15b0d8597b174



If failed, see https://builds.apache.org/job/hbase_generate_website/127/console

Successful: HBase Generate Website

2016-02-05 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/128/artifact/website.patch.zip
 | funzip > 9c832109458ced70d0db701e7f58ef41b1df0fc7.patch
  git fetch
  git checkout -b asf-site-9c832109458ced70d0db701e7f58ef41b1df0fc7 
origin/asf-site
  git am 9c832109458ced70d0db701e7f58ef41b1df0fc7.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-9c832109458ced70d0db701e7f58ef41b1df0fc7 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-9c832109458ced70d0db701e7f58ef41b1df0fc7:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-9c832109458ced70d0db701e7f58ef41b1df0fc7 branch:

  git checkout asf-site && git branch -d 
asf-site-9c832109458ced70d0db701e7f58ef41b1df0fc7



If failed, see https://builds.apache.org/job/hbase_generate_website/128/console

Successful: HBase Generate Website

2016-02-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/125/artifact/website.patch.zip
 | funzip > 18eff3c1c337003b2a419490e621f931d16936fb.patch
  git fetch
  git checkout -b asf-site-18eff3c1c337003b2a419490e621f931d16936fb 
origin/asf-site
  git am 18eff3c1c337003b2a419490e621f931d16936fb.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-18eff3c1c337003b2a419490e621f931d16936fb branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-18eff3c1c337003b2a419490e621f931d16936fb:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-18eff3c1c337003b2a419490e621f931d16936fb branch:

  git checkout asf-site && git branch -d 
asf-site-18eff3c1c337003b2a419490e621f931d16936fb



If failed, see https://builds.apache.org/job/hbase_generate_website/125/console

Successful: HBase Generate Website

2016-02-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/126/artifact/website.patch.zip
 | funzip > 8f20bc748de60f8da3ab7f66c6a198515d53de35.patch
  git fetch
  git checkout -b asf-site-8f20bc748de60f8da3ab7f66c6a198515d53de35 
origin/asf-site
  git am 8f20bc748de60f8da3ab7f66c6a198515d53de35.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-8f20bc748de60f8da3ab7f66c6a198515d53de35 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-8f20bc748de60f8da3ab7f66c6a198515d53de35:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-8f20bc748de60f8da3ab7f66c6a198515d53de35 branch:

  git checkout asf-site && git branch -d 
asf-site-8f20bc748de60f8da3ab7f66c6a198515d53de35



If failed, see https://builds.apache.org/job/hbase_generate_website/126/console

Successful: HBase Generate Website

2016-02-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/123/artifact/website.patch.zip
 | funzip > 2cf8af5bf1d501156cbb3b421cf75c1051ead7d9.patch
  git fetch
  git checkout -b asf-site-2cf8af5bf1d501156cbb3b421cf75c1051ead7d9 
origin/asf-site
  git am 2cf8af5bf1d501156cbb3b421cf75c1051ead7d9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-2cf8af5bf1d501156cbb3b421cf75c1051ead7d9 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-2cf8af5bf1d501156cbb3b421cf75c1051ead7d9:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-2cf8af5bf1d501156cbb3b421cf75c1051ead7d9 branch:

  git checkout asf-site && git branch -d 
asf-site-2cf8af5bf1d501156cbb3b421cf75c1051ead7d9



If failed, see https://builds.apache.org/job/hbase_generate_website/123/console

Successful: HBase Generate Website

2016-02-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/124/artifact/website.patch.zip
 | funzip > f5fba2ba0d5ed9717d3a6439a24235710ac0886b.patch
  git fetch
  git checkout -b asf-site-f5fba2ba0d5ed9717d3a6439a24235710ac0886b 
origin/asf-site
  git am f5fba2ba0d5ed9717d3a6439a24235710ac0886b.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-f5fba2ba0d5ed9717d3a6439a24235710ac0886b branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 100 or more lines changed:

  git diff --stat origin/asf-site | grep -E '[1-9][0-9]{2,}'

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-f5fba2ba0d5ed9717d3a6439a24235710ac0886b:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-f5fba2ba0d5ed9717d3a6439a24235710ac0886b branch:

  git checkout asf-site && git branch -d 
asf-site-f5fba2ba0d5ed9717d3a6439a24235710ac0886b



If failed, see https://builds.apache.org/job/hbase_generate_website/124/console

Successful: HBase Generate Website

2016-02-03 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/122/artifact/website.patch.zip
 | funzip > 2f5767376f42c0416e025df412e3d5944a1b2a67.patch
  git fetch
  git checkout -b asf-site-2f5767376f42c0416e025df412e3d5944a1b2a67 
origin/asf-site
  git am 2f5767376f42c0416e025df412e3d5944a1b2a67.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-2f5767376f42c0416e025df412e3d5944a1b2a67 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-2f5767376f42c0416e025df412e3d5944a1b2a67:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-2f5767376f42c0416e025df412e3d5944a1b2a67 branch:

  git checkout asf-site && git branch -d 
asf-site-2f5767376f42c0416e025df412e3d5944a1b2a67



If failed, see https://builds.apache.org/job/hbase_generate_website/122/console

Successful: HBase Generate Website

2016-02-02 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/121/artifact/website.patch.zip
 | funzip > fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch
  git fetch
  git checkout -b asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 
origin/asf-site
  git am fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch:

  git checkout asf-site && git branch -d 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56



If failed, see https://builds.apache.org/job/hbase_generate_website/121/console

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/119/artifact/website.patch.zip
 | funzip > fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch
  git fetch
  git checkout -b asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 
origin/asf-site
  git am fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch:

  git checkout asf-site && git branch -d 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56



If failed, see https://builds.apache.org/job/hbase_generate_website/119/console

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git

  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/120/artifact/website.patch.zip
 | funzip > fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch
  git fetch
  git checkout -b asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 
origin/asf-site
  git am fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch:

  git checkout asf-site && git branch -d 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56



If failed, see https://builds.apache.org/job/hbase_generate_website/120/console

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/118/artifact/website.patch.zip
 | funzip > fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch
  git fetch
  git checkout -b asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 
origin/asf-site
  git am fc5e698c0a4e9613ab9eddcfc2a2684424806c56.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56 branch:

  git checkout asf-site && git branch -d 
asf-site-fc5e698c0a4e9613ab9eddcfc2a2684424806c56



If failed, see https://builds.apache.org/job/hbase_generate_website/118/console

Successful: HBase Generate Website

2016-02-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/117/artifact/website.patch.zip
 | funzip > 2cc48e039d1f800832ac8880bbc820982e0ac8a5.patch
  git fetch
  git checkout -b asf-site-2cc48e039d1f800832ac8880bbc820982e0ac8a5 
origin/asf-site
  git am 2cc48e039d1f800832ac8880bbc820982e0ac8a5.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-2cc48e039d1f800832ac8880bbc820982e0ac8a5 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-2cc48e039d1f800832ac8880bbc820982e0ac8a5:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-2cc48e039d1f800832ac8880bbc820982e0ac8a5 branch:

  git checkout asf-site && git branch -d 
asf-site-2cc48e039d1f800832ac8880bbc820982e0ac8a5



If failed, see https://builds.apache.org/job/hbase_generate_website/117/console

Successful: HBase Generate Website

2016-01-31 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/116/artifact/website.patch.zip
 | funzip > 9ec408e25b70f4ce586340b9396da67a1e38f6ca.patch
  git fetch
  git checkout -b asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca 
origin/asf-site
  git am 9ec408e25b70f4ce586340b9396da67a1e38f6ca.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca branch:

  git checkout asf-site && git branch -d 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca



If failed, see https://builds.apache.org/job/hbase_generate_website/116/console

Successful: HBase Generate Website

2016-01-30 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/115/artifact/website.patch.zip
 | funzip > 9ec408e25b70f4ce586340b9396da67a1e38f6ca.patch
  git fetch
  git checkout -b asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca 
origin/asf-site
  git am 9ec408e25b70f4ce586340b9396da67a1e38f6ca.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca branch:

  git checkout asf-site && git branch -d 
asf-site-9ec408e25b70f4ce586340b9396da67a1e38f6ca



If failed, see https://builds.apache.org/job/hbase_generate_website/115/console

Successful: HBase Generate Website

2016-01-29 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/114/artifact/website.patch.zip
 | funzip > 0de221a19d799ad515f8f4556cacd05e6b4e74f8.patch
  git fetch
  git checkout -b asf-site-0de221a19d799ad515f8f4556cacd05e6b4e74f8 
origin/asf-site
  git am 0de221a19d799ad515f8f4556cacd05e6b4e74f8.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-0de221a19d799ad515f8f4556cacd05e6b4e74f8 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-0de221a19d799ad515f8f4556cacd05e6b4e74f8:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-0de221a19d799ad515f8f4556cacd05e6b4e74f8 branch:

  git checkout asf-site && git branch -d 
asf-site-0de221a19d799ad515f8f4556cacd05e6b4e74f8



If failed, see https://builds.apache.org/job/hbase_generate_website/114/console

Successful: HBase Generate Website

2016-01-28 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/113/artifact/website.patch.zip
 | funzip > 138b754671d51d3f494adc250ab0cb9e085c858a.patch
  git fetch
  git checkout -b asf-site-138b754671d51d3f494adc250ab0cb9e085c858a 
origin/asf-site
  git am 138b754671d51d3f494adc250ab0cb9e085c858a.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-138b754671d51d3f494adc250ab0cb9e085c858a branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-138b754671d51d3f494adc250ab0cb9e085c858a:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-138b754671d51d3f494adc250ab0cb9e085c858a branch:

  git checkout asf-site && git branch -d 
asf-site-138b754671d51d3f494adc250ab0cb9e085c858a



If failed, see https://builds.apache.org/job/hbase_generate_website/113/console

Successful: HBase Generate Website

2016-01-27 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/112/artifact/website.patch.zip
 | funzip > 845d00a16bc22cced0a2eead3d0ba48989968fb6.patch
  git fetch
  git checkout -b asf-site-845d00a16bc22cced0a2eead3d0ba48989968fb6 
origin/asf-site
  git am 845d00a16bc22cced0a2eead3d0ba48989968fb6.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-845d00a16bc22cced0a2eead3d0ba48989968fb6 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-845d00a16bc22cced0a2eead3d0ba48989968fb6:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-845d00a16bc22cced0a2eead3d0ba48989968fb6 branch:

  git checkout asf-site && git branch -d 
asf-site-845d00a16bc22cced0a2eead3d0ba48989968fb6



If failed, see https://builds.apache.org/job/hbase_generate_website/112/console

Successful: HBase Generate Website

2016-01-26 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/111/artifact/website.patch.zip
 | funzip > d6b3d838eba382f6b7734ca1f40fa58eb97a4f89.patch
  git fetch
  git checkout -b asf-site-d6b3d838eba382f6b7734ca1f40fa58eb97a4f89 
origin/asf-site
  git am d6b3d838eba382f6b7734ca1f40fa58eb97a4f89.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-d6b3d838eba382f6b7734ca1f40fa58eb97a4f89 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-d6b3d838eba382f6b7734ca1f40fa58eb97a4f89:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-d6b3d838eba382f6b7734ca1f40fa58eb97a4f89 branch:

  git checkout asf-site && git branch -d 
asf-site-d6b3d838eba382f6b7734ca1f40fa58eb97a4f89



If failed, see https://builds.apache.org/job/hbase_generate_website/111/console

Successful: HBase Generate Website

2016-01-25 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/110/artifact/website.patch.zip
 | funzip > a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch
  git fetch
  git checkout -b asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 
origin/asf-site
  git am a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch:

  git checkout asf-site && git branch -d 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9



If failed, see https://builds.apache.org/job/hbase_generate_website/110/console

Successful: HBase Generate Website

2016-01-24 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/109/artifact/website.patch.zip
 | funzip > a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch
  git fetch
  git checkout -b asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 
origin/asf-site
  git am a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch:

  git checkout asf-site && git branch -d 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9



If failed, see https://builds.apache.org/job/hbase_generate_website/109/console

Successful: HBase Generate Website

2016-01-23 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/108/artifact/website.patch.zip
 | funzip > a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch
  git fetch
  git checkout -b asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 
origin/asf-site
  git am a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9 branch:

  git checkout asf-site && git branch -d 
asf-site-a87d9560fcf4803bdd7a01b6e4ec21435d4e11b9



If failed, see https://builds.apache.org/job/hbase_generate_website/108/console

Successful: HBase Generate Website

2016-01-22 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/107/artifact/website.patch.zip
 | funzip > f9e69b51e1997c6de2ed74f9edbc6947b11c88dc.patch
  git fetch
  git checkout -b asf-site-f9e69b51e1997c6de2ed74f9edbc6947b11c88dc 
origin/asf-site
  git am f9e69b51e1997c6de2ed74f9edbc6947b11c88dc.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-f9e69b51e1997c6de2ed74f9edbc6947b11c88dc branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-f9e69b51e1997c6de2ed74f9edbc6947b11c88dc:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-f9e69b51e1997c6de2ed74f9edbc6947b11c88dc branch:

  git checkout asf-site && git branch -d 
asf-site-f9e69b51e1997c6de2ed74f9edbc6947b11c88dc



If failed, see https://builds.apache.org/job/hbase_generate_website/107/console

Successful: HBase Generate Website

2016-01-18 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/104/artifact/website.patch.zip
 | funzip > 47fc696bc61e10386cf35644d95d2f45246d3269.patch
  git fetch
  git checkout -b asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 
origin/asf-site
  git am 47fc696bc61e10386cf35644d95d2f45246d3269.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-47fc696bc61e10386cf35644d95d2f45246d3269:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 branch:

  git checkout asf-site && git branch -d 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269



If failed, see https://builds.apache.org/job/hbase_generate_website/104/console

Successful: HBase Generate Website

2016-01-17 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/103/artifact/website.patch.zip
 | funzip > 47fc696bc61e10386cf35644d95d2f45246d3269.patch
  git fetch
  git checkout -b asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 
origin/asf-site
  git am 47fc696bc61e10386cf35644d95d2f45246d3269.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-47fc696bc61e10386cf35644d95d2f45246d3269:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269 branch:

  git checkout asf-site && git branch -d 
asf-site-47fc696bc61e10386cf35644d95d2f45246d3269



If failed, see https://builds.apache.org/job/hbase_generate_website/103/console

Successful: HBase Generate Website

2016-01-16 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/102/artifact/website.patch.zip
 | funzip > 387eaff316d32b9983ecfff74520f6cb0e9b7404.patch
  git fetch
  git checkout -b asf-site-387eaff316d32b9983ecfff74520f6cb0e9b7404 
origin/asf-site
  git am 387eaff316d32b9983ecfff74520f6cb0e9b7404.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-387eaff316d32b9983ecfff74520f6cb0e9b7404 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-387eaff316d32b9983ecfff74520f6cb0e9b7404:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-387eaff316d32b9983ecfff74520f6cb0e9b7404 branch:

  git checkout asf-site && git branch -d 
asf-site-387eaff316d32b9983ecfff74520f6cb0e9b7404



If failed, see https://builds.apache.org/job/hbase_generate_website/102/console

Successful: HBase Generate Website

2016-01-15 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/101/artifact/website.patch.zip
 | funzip > cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b.patch
  git fetch
  git checkout -b asf-site-cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b 
origin/asf-site
  git am cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b branch:

  git checkout asf-site && git branch -d 
asf-site-cb17c7a97a1e2eb0ebd532f614191e4edbb9e49b



If failed, see https://builds.apache.org/job/hbase_generate_website/101/console

Successful: HBase Generate Website

2016-01-14 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/100/artifact/website.patch.zip
 | funzip > c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1.patch
  git fetch
  git checkout -b asf-site-c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1 
origin/asf-site
  git am c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1 branch:

  git checkout asf-site && git branch -d 
asf-site-c8b9754a5e0372f93d0e9cf1d9ce788c3d0dcda1



If failed, see https://builds.apache.org/job/hbase_generate_website/100/console

Successful: HBase Generate Website

2016-01-13 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/99/artifact/website.patch.zip
 | funzip > 5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8.patch
  git fetch
  git checkout -b asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 
origin/asf-site
  git am 5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 branch:

  git checkout asf-site && git branch -d 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8



If failed, see https://builds.apache.org/job/hbase_generate_website/99/console

Successful: HBase Generate Website

2016-01-12 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/98/artifact/website.patch.zip
 | funzip > 5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8.patch
  git fetch
  git checkout -b asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 
origin/asf-site
  git am 5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8 branch:

  git checkout asf-site && git branch -d 
asf-site-5e89ebcc2f37366fd1efa7f2317a60552cf9e2b8



If failed, see https://builds.apache.org/job/hbase_generate_website/98/console

Successful: HBase Generate Website

2016-01-11 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/97/artifact/website.patch.zip
 | funzip > 894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13.patch
  git fetch
  git checkout -b asf-site-894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13 
origin/asf-site
  git am 894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13 branch:

  git checkout asf-site && git branch -d 
asf-site-894ce84b8330f9e3b1ca5b04e591c7a77cd2ce13



If failed, see https://builds.apache.org/job/hbase_generate_website/97/console

Successful: HBase Generate Website

2016-01-10 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/96/artifact/website.patch.zip
 | funzip > c2f67a053ebe687773e5e35aa7c060de964dbb68.patch
  git fetch
  git checkout -b asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 
origin/asf-site
  git am c2f67a053ebe687773e5e35aa7c060de964dbb68.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 branch:

  git checkout asf-site && git branch -d 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68



If failed, see https://builds.apache.org/job/hbase_generate_website/96/console

Successful: HBase Generate Website

2016-01-09 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/95/artifact/website.patch.zip
 | funzip > c2f67a053ebe687773e5e35aa7c060de964dbb68.patch
  git fetch
  git checkout -b asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 
origin/asf-site
  git am c2f67a053ebe687773e5e35aa7c060de964dbb68.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68 branch:

  git checkout asf-site && git branch -d 
asf-site-c2f67a053ebe687773e5e35aa7c060de964dbb68



If failed, see https://builds.apache.org/job/hbase_generate_website/95/console

Successful: HBase Generate Website

2016-01-08 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/94/artifact/website.patch.zip
 | funzip > 164aeb53992150f0336f17a32ecb2fb733495964.patch
  git fetch
  git checkout -b asf-site-164aeb53992150f0336f17a32ecb2fb733495964 
origin/asf-site
  git am 164aeb53992150f0336f17a32ecb2fb733495964.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-164aeb53992150f0336f17a32ecb2fb733495964 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-164aeb53992150f0336f17a32ecb2fb733495964:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-164aeb53992150f0336f17a32ecb2fb733495964 branch:

  git checkout asf-site && git branch -d 
asf-site-164aeb53992150f0336f17a32ecb2fb733495964



If failed, see https://builds.apache.org/job/hbase_generate_website/94/console

Successful: HBase Generate Website

2016-01-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/90/artifact/website.patch.zip
 | funzip > 9589a7d8be4d29bffcb0c711e5bd6573e8df712c.patch
  git fetch
  git checkout -b asf-site-9589a7d8be4d29bffcb0c711e5bd6573e8df712c 
origin/asf-site
  git am 9589a7d8be4d29bffcb0c711e5bd6573e8df712c.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-9589a7d8be4d29bffcb0c711e5bd6573e8df712c branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-9589a7d8be4d29bffcb0c711e5bd6573e8df712c:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-9589a7d8be4d29bffcb0c711e5bd6573e8df712c branch:

  git checkout asf-site && git branch -d 
asf-site-9589a7d8be4d29bffcb0c711e5bd6573e8df712c



If failed, see https://builds.apache.org/job/hbase_generate_website/90/console

Successful: HBase Generate Website

2016-01-03 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/89/artifact/website.patch.zip
 | funzip > c5f3d17ae3a61cbf77cab89cddd8303e20e5e734.patch
  git fetch
  git checkout -b asf-site-c5f3d17ae3a61cbf77cab89cddd8303e20e5e734 
origin/asf-site
  git am c5f3d17ae3a61cbf77cab89cddd8303e20e5e734.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-c5f3d17ae3a61cbf77cab89cddd8303e20e5e734 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-c5f3d17ae3a61cbf77cab89cddd8303e20e5e734:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-c5f3d17ae3a61cbf77cab89cddd8303e20e5e734 branch:

  git checkout asf-site && git branch -d 
asf-site-c5f3d17ae3a61cbf77cab89cddd8303e20e5e734



If failed, see https://builds.apache.org/job/hbase_generate_website/89/console

Successful: HBase Generate Website

2016-01-02 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/88/artifact/website.patch.zip
 | funzip > f01a388a35e03b432b1f3a1ecab04ab2c99e9444.patch
  git fetch
  git checkout -b asf-site-f01a388a35e03b432b1f3a1ecab04ab2c99e9444 
origin/asf-site
  git am f01a388a35e03b432b1f3a1ecab04ab2c99e9444.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-f01a388a35e03b432b1f3a1ecab04ab2c99e9444 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-f01a388a35e03b432b1f3a1ecab04ab2c99e9444:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-f01a388a35e03b432b1f3a1ecab04ab2c99e9444 branch:

  git checkout asf-site && git branch -d 
asf-site-f01a388a35e03b432b1f3a1ecab04ab2c99e9444



If failed, see https://builds.apache.org/job/hbase_generate_website/88/console

Successful: HBase Generate Website

2016-01-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/87/artifact/website.patch.zip
 | funzip > 92abf8ac5743849d4c32d6abf8fd33f161bab249.patch
  git fetch
  git checkout -b asf-site-92abf8ac5743849d4c32d6abf8fd33f161bab249 
origin/asf-site
  git am 92abf8ac5743849d4c32d6abf8fd33f161bab249.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-92abf8ac5743849d4c32d6abf8fd33f161bab249 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-92abf8ac5743849d4c32d6abf8fd33f161bab249:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-92abf8ac5743849d4c32d6abf8fd33f161bab249 branch:

  git checkout asf-site && git branch -d 
asf-site-92abf8ac5743849d4c32d6abf8fd33f161bab249



If failed, see https://builds.apache.org/job/hbase_generate_website/87/console

Successful: HBase Generate Website

2015-12-31 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/86/artifact/website.patch.zip
 | funzip > c1b6d47e7974a5d9d75933bab9a28572e9d95c14.patch
  git fetch
  git checkout -b asf-site-c1b6d47e7974a5d9d75933bab9a28572e9d95c14 
origin/asf-site
  git am c1b6d47e7974a5d9d75933bab9a28572e9d95c14.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-c1b6d47e7974a5d9d75933bab9a28572e9d95c14 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-c1b6d47e7974a5d9d75933bab9a28572e9d95c14:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-c1b6d47e7974a5d9d75933bab9a28572e9d95c14 branch:

  git checkout asf-site && git branch -d 
asf-site-c1b6d47e7974a5d9d75933bab9a28572e9d95c14



If failed, see https://builds.apache.org/job/hbase_generate_website/86/console

Successful: HBase Generate Website

2015-12-30 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/85/artifact/website.patch.zip
 | funzip > 07b623670647686084f8f5fd2038e2bafcfdac54.patch
  git fetch
  git checkout -b asf-site-07b623670647686084f8f5fd2038e2bafcfdac54 
origin/asf-site
  git am 07b623670647686084f8f5fd2038e2bafcfdac54.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-07b623670647686084f8f5fd2038e2bafcfdac54 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-07b623670647686084f8f5fd2038e2bafcfdac54:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-07b623670647686084f8f5fd2038e2bafcfdac54 branch:

  git checkout asf-site && git branch -d 
asf-site-07b623670647686084f8f5fd2038e2bafcfdac54



If failed, see https://builds.apache.org/job/hbase_generate_website/85/console

Successful: HBase Generate Website

2015-12-29 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/84/artifact/website.patch.zip
 | funzip > 1e4992c6eccb81166cdda842a68644fa962a3fdc.patch
  git fetch
  git checkout -b asf-site-1e4992c6eccb81166cdda842a68644fa962a3fdc 
origin/asf-site
  git am 1e4992c6eccb81166cdda842a68644fa962a3fdc.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-1e4992c6eccb81166cdda842a68644fa962a3fdc branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-1e4992c6eccb81166cdda842a68644fa962a3fdc:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-1e4992c6eccb81166cdda842a68644fa962a3fdc branch:

  git checkout asf-site && git branch -d 
asf-site-1e4992c6eccb81166cdda842a68644fa962a3fdc



If failed, see https://builds.apache.org/job/hbase_generate_website/84/console

Successful: HBase Generate Website

2015-12-28 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/83/artifact/website.patch.zip
 | funzip > 449fb81286f405cd7b373499c5db65ea61f9ffab.patch
  git fetch
  git checkout -b asf-site-449fb81286f405cd7b373499c5db65ea61f9ffab 
origin/asf-site
  git am 449fb81286f405cd7b373499c5db65ea61f9ffab.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-449fb81286f405cd7b373499c5db65ea61f9ffab branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-449fb81286f405cd7b373499c5db65ea61f9ffab:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-449fb81286f405cd7b373499c5db65ea61f9ffab branch:

  git checkout asf-site && git branch -d 
asf-site-449fb81286f405cd7b373499c5db65ea61f9ffab



If failed, see https://builds.apache.org/job/hbase_generate_website/83/console

Successful: HBase Generate Website

2015-12-27 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/82/artifact/website.patch.zip
 | funzip > 5eefe1317336714b409500daaebe003f65fd87b6.patch
  git fetch
  git checkout -b asf-site-5eefe1317336714b409500daaebe003f65fd87b6 
origin/asf-site
  git am 5eefe1317336714b409500daaebe003f65fd87b6.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-5eefe1317336714b409500daaebe003f65fd87b6:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6 branch:

  git checkout asf-site && git branch -d 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6



If failed, see https://builds.apache.org/job/hbase_generate_website/82/console

Successful: HBase Generate Website

2015-12-26 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/81/artifact/website.patch.zip
 | funzip > 5eefe1317336714b409500daaebe003f65fd87b6.patch
  git fetch
  git checkout -b asf-site-5eefe1317336714b409500daaebe003f65fd87b6 
origin/asf-site
  git am 5eefe1317336714b409500daaebe003f65fd87b6.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-5eefe1317336714b409500daaebe003f65fd87b6:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6 branch:

  git checkout asf-site && git branch -d 
asf-site-5eefe1317336714b409500daaebe003f65fd87b6



If failed, see https://builds.apache.org/job/hbase_generate_website/81/console

Successful: HBase Generate Website

2015-12-25 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/80/artifact/website.patch.zip
 | funzip > dfada43e90a0767518501f6878bf9896bed912ce.patch
  git fetch
  git checkout -b asf-site-dfada43e90a0767518501f6878bf9896bed912ce 
origin/asf-site
  git am dfada43e90a0767518501f6878bf9896bed912ce.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-dfada43e90a0767518501f6878bf9896bed912ce branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-dfada43e90a0767518501f6878bf9896bed912ce:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-dfada43e90a0767518501f6878bf9896bed912ce branch:

  git checkout asf-site && git branch -d 
asf-site-dfada43e90a0767518501f6878bf9896bed912ce



If failed, see https://builds.apache.org/job/hbase_generate_website/80/console

Successful: HBase Generate Website

2015-12-24 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/79/artifact/website.patch.zip
 | funzip > 0bdd6e487fa89ff614593cd3a32e690c1d380e22.patch
  git fetch
  git checkout -b asf-site-0bdd6e487fa89ff614593cd3a32e690c1d380e22 
origin/asf-site
  git am 0bdd6e487fa89ff614593cd3a32e690c1d380e22.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-0bdd6e487fa89ff614593cd3a32e690c1d380e22 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-0bdd6e487fa89ff614593cd3a32e690c1d380e22:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-0bdd6e487fa89ff614593cd3a32e690c1d380e22 branch:

  git checkout asf-site && git branch -d 
asf-site-0bdd6e487fa89ff614593cd3a32e690c1d380e22



If failed, see https://builds.apache.org/job/hbase_generate_website/79/console

Successful: HBase Generate Website

2015-12-23 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/78/artifact/website.patch.zip
 | funzip > 1af98f255132ef6716a1f6ba1d8d71a36ea38840.patch
  git fetch
  git checkout -b asf-site-1af98f255132ef6716a1f6ba1d8d71a36ea38840 
origin/asf-site
  git am 1af98f255132ef6716a1f6ba1d8d71a36ea38840.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-1af98f255132ef6716a1f6ba1d8d71a36ea38840 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-1af98f255132ef6716a1f6ba1d8d71a36ea38840:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-1af98f255132ef6716a1f6ba1d8d71a36ea38840 branch:

  git checkout asf-site && git branch -d 
asf-site-1af98f255132ef6716a1f6ba1d8d71a36ea38840



If failed, see https://builds.apache.org/job/hbase_generate_website/78/console

Successful: HBase Generate Website

2015-12-22 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/77/artifact/website.patch.zip
 | funzip > 95a13b51ee052eb73882682e8f009bfa1e914866.patch
  git fetch
  git checkout -b asf-site-95a13b51ee052eb73882682e8f009bfa1e914866 
origin/asf-site
  git am 95a13b51ee052eb73882682e8f009bfa1e914866.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-95a13b51ee052eb73882682e8f009bfa1e914866 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-95a13b51ee052eb73882682e8f009bfa1e914866:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-95a13b51ee052eb73882682e8f009bfa1e914866 branch:

  git checkout asf-site && git branch -d 
asf-site-95a13b51ee052eb73882682e8f009bfa1e914866



If failed, see https://builds.apache.org/job/hbase_generate_website/77/console

Successful: HBase Generate Website

2015-12-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/76/artifact/website.patch.zip
 | funzip > e75e26e3c6cfe7fd378081839d60fc711c1e095f.patch
  git fetch
  git checkout -b asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f 
origin/asf-site
  git am e75e26e3c6cfe7fd378081839d60fc711c1e095f.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f branch:

  git checkout asf-site && git branch -d 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f



If failed, see https://builds.apache.org/job/hbase_generate_website/76/console

Successful: HBase Generate Website

2015-12-20 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/75/artifact/website.patch.zip
 | funzip > e75e26e3c6cfe7fd378081839d60fc711c1e095f.patch
  git fetch
  git checkout -b asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f 
origin/asf-site
  git am e75e26e3c6cfe7fd378081839d60fc711c1e095f.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f branch:

  git checkout asf-site && git branch -d 
asf-site-e75e26e3c6cfe7fd378081839d60fc711c1e095f



If failed, see https://builds.apache.org/job/hbase_generate_website/75/console

Successful: HBase Generate Website

2015-12-19 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/74/artifact/website.patch.zip
 | funzip > cdca22a36d0e2ec87cea732e0769c4fa4fa37e57.patch
  git fetch
  git checkout -b asf-site-cdca22a36d0e2ec87cea732e0769c4fa4fa37e57 
origin/asf-site
  git am cdca22a36d0e2ec87cea732e0769c4fa4fa37e57.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-cdca22a36d0e2ec87cea732e0769c4fa4fa37e57 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-cdca22a36d0e2ec87cea732e0769c4fa4fa37e57:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-cdca22a36d0e2ec87cea732e0769c4fa4fa37e57 branch:

  git checkout asf-site && git branch -d 
asf-site-cdca22a36d0e2ec87cea732e0769c4fa4fa37e57



If failed, see https://builds.apache.org/job/hbase_generate_website/74/console

Successful: HBase Generate Website

2015-12-18 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/73/artifact/website.patch.zip
 | funzip > 4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5.patch
  git fetch
  git checkout -b asf-site-4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5 
origin/asf-site
  git am 4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5 branch:

  git checkout asf-site && git branch -d 
asf-site-4bfeccb87a94cfe232ea8fc9a6f40ff5b8d3b1c5



If failed, see https://builds.apache.org/job/hbase_generate_website/73/console

Successful: HBase Generate Website

2015-12-17 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/71/artifact/website.patch.zip
 | funzip > cf458d302385f8e32dd444f4820cfd72a8694862.patch
  git fetch
  git checkout -b asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 
origin/asf-site
  git am cf458d302385f8e32dd444f4820cfd72a8694862.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-cf458d302385f8e32dd444f4820cfd72a8694862:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 branch:

  git checkout asf-site && git branch -d 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862



If failed, see https://builds.apache.org/job/hbase_generate_website/71/console

Successful: HBase Generate Website

2015-12-17 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/72/artifact/website.patch.zip
 | funzip > cf458d302385f8e32dd444f4820cfd72a8694862.patch
  git fetch
  git checkout -b asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 
origin/asf-site
  git am cf458d302385f8e32dd444f4820cfd72a8694862.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 branch, and you can review 
the differences by running:

  git diff origin/asf-site

There are lots of spurious changes, such as timestamps and CSS styles in 
tables. To see a list of files that have been added, deleted, renamed, changed 
type, or are otherwise interesting, use the following command:

  git diff --name-status --diff-filter=ADCRTXUB origin/asf-site

To see only files that had 10 or more lines changed:

  git diff --stat origin/asf-site | grep -Ev "\|\s+\ [1-9]\ [\+-]+$"

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-cf458d302385f8e32dd444f4820cfd72a8694862:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862 branch:

  git checkout asf-site && git branch -d 
asf-site-cf458d302385f8e32dd444f4820cfd72a8694862



If failed, see https://builds.apache.org/job/hbase_generate_website/72/console

Successful: HBase Generate Website

2015-12-16 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/69/artifact/website.patch.zip
 | funzip > 7099ab4c56518024a26f5c499a9a1f2ea6bacd6e.patch
  git fetch
  git checkout -b asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e 
origin/asf-site
  git am 7099ab4c56518024a26f5c499a9a1f2ea6bacd6e.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e branch:

  git checkout asf-site && git branch -d 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e



If failed, see https://builds.apache.org/job/hbase_generate_website/69/console

Successful: HBase Generate Website

2015-12-16 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/70/artifact/website.patch.zip
 | funzip > 7099ab4c56518024a26f5c499a9a1f2ea6bacd6e.patch
  git fetch
  git checkout -b asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e 
origin/asf-site
  git am 7099ab4c56518024a26f5c499a9a1f2ea6bacd6e.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e branch:

  git checkout asf-site && git branch -d 
asf-site-7099ab4c56518024a26f5c499a9a1f2ea6bacd6e



If failed, see https://builds.apache.org/job/hbase_generate_website/70/console

Successful: HBase Generate Website

2015-12-16 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/68/artifact/website.patch.zip
 | funzip > 60d33ce34191533bb858852584bd9bddfeb16a23.patch
  git fetch
  git checkout -b asf-site-60d33ce34191533bb858852584bd9bddfeb16a23 
origin/asf-site
  git am 60d33ce34191533bb858852584bd9bddfeb16a23.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-60d33ce34191533bb858852584bd9bddfeb16a23 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-60d33ce34191533bb858852584bd9bddfeb16a23:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-60d33ce34191533bb858852584bd9bddfeb16a23 branch:

  git checkout asf-site && git branch -d 
asf-site-60d33ce34191533bb858852584bd9bddfeb16a23



If failed, see https://builds.apache.org/job/hbase_generate_website/68/console

Successful: HBase Generate Website

2015-12-15 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/67/artifact/website.patch.zip
 | funzip > 64c55b4893ba134f2b2ba849c23027c891638b5c.patch
  git fetch
  git checkout -b asf-site-64c55b4893ba134f2b2ba849c23027c891638b5c 
origin/asf-site
  git am 64c55b4893ba134f2b2ba849c23027c891638b5c.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-64c55b4893ba134f2b2ba849c23027c891638b5c branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-64c55b4893ba134f2b2ba849c23027c891638b5c:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-64c55b4893ba134f2b2ba849c23027c891638b5c branch:

  git checkout asf-site && git branch -d 
asf-site-64c55b4893ba134f2b2ba849c23027c891638b5c



If failed, see https://builds.apache.org/job/hbase_generate_website/67/console

Successful: HBase Generate Website

2015-12-15 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/66/artifact/website.patch.zip
 | funzip > ef92a6a067230cae96d3e3267da5a18ac5ad89c6.patch
  git fetch
  git checkout -b asf-site-ef92a6a067230cae96d3e3267da5a18ac5ad89c6 
origin/asf-site
  git am ef92a6a067230cae96d3e3267da5a18ac5ad89c6.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-ef92a6a067230cae96d3e3267da5a18ac5ad89c6 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-ef92a6a067230cae96d3e3267da5a18ac5ad89c6:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-ef92a6a067230cae96d3e3267da5a18ac5ad89c6 branch:

  git checkout asf-site && git branch -d 
asf-site-ef92a6a067230cae96d3e3267da5a18ac5ad89c6



If failed, see https://builds.apache.org/job/hbase_generate_website/66/console

Successful: HBase Generate Website

2015-12-14 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/65/artifact/website.patch.zip
 | funzip > 04622254f7209c5cfeadcfa137a97fbed161075a.patch
  git fetch
  git checkout -b asf-site-04622254f7209c5cfeadcfa137a97fbed161075a 
origin/asf-site
  git am 04622254f7209c5cfeadcfa137a97fbed161075a.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-04622254f7209c5cfeadcfa137a97fbed161075a branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-04622254f7209c5cfeadcfa137a97fbed161075a:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-04622254f7209c5cfeadcfa137a97fbed161075a branch:

  git checkout asf-site && git branch -d 
asf-site-04622254f7209c5cfeadcfa137a97fbed161075a



If failed, see https://builds.apache.org/job/hbase_generate_website/65/console

Successful: HBase Generate Website

2015-12-13 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/64/artifact/website.patch.zip
 | funzip > f34d3e1d2634566959778b4ecf1fcb5cb20d8721.patch
  git fetch
  git checkout -b asf-site-f34d3e1d2634566959778b4ecf1fcb5cb20d8721 
origin/asf-site
  git am f34d3e1d2634566959778b4ecf1fcb5cb20d8721.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-f34d3e1d2634566959778b4ecf1fcb5cb20d8721 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-f34d3e1d2634566959778b4ecf1fcb5cb20d8721:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-f34d3e1d2634566959778b4ecf1fcb5cb20d8721 branch:

  git checkout asf-site && git branch -d 
asf-site-f34d3e1d2634566959778b4ecf1fcb5cb20d8721



If failed, see https://builds.apache.org/job/hbase_generate_website/64/console

Successful: HBase Generate Website

2015-12-12 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/63/artifact/website.patch.zip
 | funzip > 453a66c3b9d4f51311db6acc5cba84290dbd29ed.patch
  git fetch
  git checkout -b asf-site-453a66c3b9d4f51311db6acc5cba84290dbd29ed 
origin/asf-site
  git am 453a66c3b9d4f51311db6acc5cba84290dbd29ed.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-453a66c3b9d4f51311db6acc5cba84290dbd29ed branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-453a66c3b9d4f51311db6acc5cba84290dbd29ed:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-453a66c3b9d4f51311db6acc5cba84290dbd29ed branch:

  git checkout asf-site && git branch -d 
asf-site-453a66c3b9d4f51311db6acc5cba84290dbd29ed



If failed, see https://builds.apache.org/job/hbase_generate_website/63/console

Successful: HBase Generate Website

2015-12-11 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/62/artifact/website.patch.zip
 | funzip > 22b95aebcd7fc742412ab514520008fda5e327de.patch
  git fetch
  git checkout -b asf-site-22b95aebcd7fc742412ab514520008fda5e327de 
origin/asf-site
  git am 22b95aebcd7fc742412ab514520008fda5e327de.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-22b95aebcd7fc742412ab514520008fda5e327de branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-22b95aebcd7fc742412ab514520008fda5e327de:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-22b95aebcd7fc742412ab514520008fda5e327de branch:

  git checkout asf-site && git branch -d 
asf-site-22b95aebcd7fc742412ab514520008fda5e327de



If failed, see https://builds.apache.org/job/hbase_generate_website/62/console

Successful: HBase Generate Website

2015-12-10 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/61/artifact/website.patch.zip
 | funzip > 26ac60b03f80c9215103a02db783341e67037753.patch
  git fetch
  git checkout -b asf-site-26ac60b03f80c9215103a02db783341e67037753 
origin/asf-site
  git am 26ac60b03f80c9215103a02db783341e67037753.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-26ac60b03f80c9215103a02db783341e67037753 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-26ac60b03f80c9215103a02db783341e67037753:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-26ac60b03f80c9215103a02db783341e67037753 branch:

  git checkout asf-site && git branch -d 
asf-site-26ac60b03f80c9215103a02db783341e67037753



If failed, see https://builds.apache.org/job/hbase_generate_website/61/console

Successful: HBase Generate Website

2015-12-09 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/60/artifact/website.patch.zip
 | funzip > 7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b.patch
  git fetch
  git checkout -b asf-site-7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b 
origin/asf-site
  git am 7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b branch:

  git checkout asf-site && git branch -d 
asf-site-7bfbb6a3c9af4b0e2853b5ea2580a05bb471211b



If failed, see https://builds.apache.org/job/hbase_generate_website/60/console

Successful: HBase Generate Website

2015-12-08 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/59/artifact/website.patch.zip
 | funzip > 1f999c1e2bba62fda0fb426a168afa338b31c251.patch
  git fetch
  git checkout -b asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 
origin/asf-site
  git am 1f999c1e2bba62fda0fb426a168afa338b31c251.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch:

  git checkout asf-site && git branch -d 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251



If failed, see https://builds.apache.org/job/hbase_generate_website/59/console

Successful: HBase Generate Website

2015-12-07 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site. If you prefer to keep the hbase-site repo around 
permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O- 
https://builds.apache.org/job/hbase_generate_website/58/artifact/website.patch.zip
 | funzip > 1f999c1e2bba62fda0fb426a168afa338b31c251.patch
  git fetch
  git checkout -b asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 
origin/asf-site
  git am 1f999c1e2bba62fda0fb426a168afa338b31c251.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch:

  git checkout asf-site && git branch -d 
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251



If failed, see https://builds.apache.org/job/hbase_generate_website/58/console

Fwd: Successful: HBase Generate Website

2015-12-07 Thread Misty Stanley-Jones
You may notice that the instructions in this email have changed slightly.
We now have a second repository,
https://git-wip-us.apache.org/repos/asf/hbase-site.git, with a single
branch, asf-site. The Jenkins job now checks out the hbase repo as normal,
then runs mvn clean site site:stage. Next, it checks out the hbase-site
repo, removes automatically generated content, replaces that content with
the newly-built content from the hbase build, and creates a patch.

The eventual goal is to be able to have Jenkins push the updated site and
docs for us. Apache Infra are working on this last step, but until they get
it working, follow the instructions in these Jenkins emails to update the
website.

Anyone who is an Apache committer can examine the Jenkins job:
https://builds.apache.org/view/H-L/view/HBase/job/hbase_generate_website/

Thanks for your patience!

-- Forwarded message --
From: Apache Jenkins Server <jenk...@builds.apache.org>
Date: Mon, Dec 7, 2015 at 8:48 PM
Subject: Successful: HBase Generate Website
To: dev@hbase.apache.org, mi...@apache.org


Build status: Successful

If successful, the website and docs have been generated. If failed, skip to
the bottom of this email.

Use the following commands to download the patch and apply it to a clean
branch based on origin/asf-site. If you prefer to keep the hbase-site repo
around permanently, you can skip the clone step.

  git clone https://git-wip-us.apache.org/repos/asf/hbase-site.git
  cd hbase-site
  wget -O-
https://builds.apache.org/job/hbase_generate_website/58/artifact/website.patch.zip
| funzip > 1f999c1e2bba62fda0fb426a168afa338b31c251.patch
  git fetch
  git checkout -b asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251
origin/asf-site
  git am 1f999c1e2bba62fda0fb426a168afa338b31c251.patch

At this point, you can preview the changes by opening index.html or any of
the other HTML pages in your local
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch, and you can
review the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this
command:

  git push origin asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251:asf-site

Changes take a couple of minutes to be propagated. You can then remove your
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251 branch:

  git checkout asf-site && git branch -d
asf-site-1f999c1e2bba62fda0fb426a168afa338b31c251



If failed, see
https://builds.apache.org/job/hbase_generate_website/58/console


Successful: HBase Generate Website

2015-12-06 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/55/artifact/website.patch.zip
 | funzip > 8bf70144e40650ef972f005e2465bd0e2a087c40.patch
  git fetch
  git checkout -b asf-site-8bf70144e40650ef972f005e2465bd0e2a087c40 
origin/asf-site
  git am 8bf70144e40650ef972f005e2465bd0e2a087c40.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-8bf70144e40650ef972f005e2465bd0e2a087c40 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-8bf70144e40650ef972f005e2465bd0e2a087c40:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-8bf70144e40650ef972f005e2465bd0e2a087c40 branch:

  git checkout master && git branch -d 
asf-site-8bf70144e40650ef972f005e2465bd0e2a087c40



If failed, see https://builds.apache.org/job/hbase_generate_website/55/console

Successful: HBase Generate Website

2015-12-05 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/54/artifact/website.patch.zip
 | funzip > 80afb839ec57bccc54c4777be0b9cfb8fb71df63.patch
  git fetch
  git checkout -b asf-site-80afb839ec57bccc54c4777be0b9cfb8fb71df63 
origin/asf-site
  git am 80afb839ec57bccc54c4777be0b9cfb8fb71df63.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-80afb839ec57bccc54c4777be0b9cfb8fb71df63 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-80afb839ec57bccc54c4777be0b9cfb8fb71df63:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-80afb839ec57bccc54c4777be0b9cfb8fb71df63 branch:

  git checkout master && git branch -d 
asf-site-80afb839ec57bccc54c4777be0b9cfb8fb71df63



If failed, see https://builds.apache.org/job/hbase_generate_website/54/console

Successful: HBase Generate Website

2015-12-04 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/53/artifact/website.patch.zip
 | funzip > 8b3d1f144408e4a7a014c5ac46418c9e91b9b0db.patch
  git fetch
  git checkout -b asf-site-8b3d1f144408e4a7a014c5ac46418c9e91b9b0db 
origin/asf-site
  git am 8b3d1f144408e4a7a014c5ac46418c9e91b9b0db.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-8b3d1f144408e4a7a014c5ac46418c9e91b9b0db branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-8b3d1f144408e4a7a014c5ac46418c9e91b9b0db:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-8b3d1f144408e4a7a014c5ac46418c9e91b9b0db branch:

  git checkout master && git branch -d 
asf-site-8b3d1f144408e4a7a014c5ac46418c9e91b9b0db



If failed, see https://builds.apache.org/job/hbase_generate_website/53/console

Successful: HBase Generate Website

2015-12-03 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/52/artifact/website.patch.zip
 | funzip > 69658ea4a916c8ea5e6dd7d056a548e8dce4e96d.patch
  git fetch
  git checkout -b asf-site-69658ea4a916c8ea5e6dd7d056a548e8dce4e96d 
origin/asf-site
  git am 69658ea4a916c8ea5e6dd7d056a548e8dce4e96d.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-69658ea4a916c8ea5e6dd7d056a548e8dce4e96d branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-69658ea4a916c8ea5e6dd7d056a548e8dce4e96d:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-69658ea4a916c8ea5e6dd7d056a548e8dce4e96d branch:

  git checkout master && git branch -d 
asf-site-69658ea4a916c8ea5e6dd7d056a548e8dce4e96d



If failed, see https://builds.apache.org/job/hbase_generate_website/52/console

Successful: HBase Generate Website

2015-12-02 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/51/artifact/website.patch.zip
 | funzip > aa41232a877d7a8485bc361fd62150d7c094e9a4.patch
  git fetch
  git checkout -b asf-site-aa41232a877d7a8485bc361fd62150d7c094e9a4 
origin/asf-site
  git am aa41232a877d7a8485bc361fd62150d7c094e9a4.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-aa41232a877d7a8485bc361fd62150d7c094e9a4 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-aa41232a877d7a8485bc361fd62150d7c094e9a4:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-aa41232a877d7a8485bc361fd62150d7c094e9a4 branch:

  git checkout master && git branch -d 
asf-site-aa41232a877d7a8485bc361fd62150d7c094e9a4



If failed, see https://builds.apache.org/job/hbase_generate_website/51/console

Successful: HBase Generate Website

2015-12-01 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/50/artifact/website.patch.zip
 | funzip > 7979ac46cce36f21033f8ed03c8d0dd5fddde005.patch
  git fetch
  git checkout -b asf-site-7979ac46cce36f21033f8ed03c8d0dd5fddde005 
origin/asf-site
  git am 7979ac46cce36f21033f8ed03c8d0dd5fddde005.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-7979ac46cce36f21033f8ed03c8d0dd5fddde005 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-7979ac46cce36f21033f8ed03c8d0dd5fddde005:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-7979ac46cce36f21033f8ed03c8d0dd5fddde005 branch:

  git checkout master && git branch -d 
asf-site-7979ac46cce36f21033f8ed03c8d0dd5fddde005



If failed, see https://builds.apache.org/job/hbase_generate_website/50/console

Successful: HBase Generate Website

2015-11-29 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/47/artifact/website.patch.zip
 | funzip > 3bac31b2a49bca153df3b47a198667828b61f36e.patch
git checkout asf-site && git pull && git am 
3bac31b2a49bca153df3b47a198667828b61f36e.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/47/console

Successful: HBase Generate Website

2015-11-29 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/48/artifact/website.patch.zip
 | funzip > 71d41e0c9c286b4bed9cc6d5560a14268f9b1de9.patch
  git fetch
  git checkout temp-asf-site origin/asf-site
  git am 71d41e0c9c286b4bed9cc6d5560a14268f9b1de9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local temp-asf-site branch, and you can review the 
differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes using this command:

  git push origin asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
temp-asf-site branch:

  git checkout master && git branch -d temp-asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/48/console

Successful: HBase Generate Website

2015-11-29 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. If failed, skip to the 
bottom of this email.

Use the following commands to download the patch and apply it to a clean branch 
based on origin/asf-site:

  wget -O- 
https://builds.apache.org/job/hbase_generate_website/49/artifact/website.patch.zip
 | funzip > 71d41e0c9c286b4bed9cc6d5560a14268f9b1de9.patch
  git fetch
  git checkout -b asf-site-71d41e0c9c286b4bed9cc6d5560a14268f9b1de9 
origin/asf-site
  git am 71d41e0c9c286b4bed9cc6d5560a14268f9b1de9.patch

At this point, you can preview the changes by opening index.html or any of the 
other HTML pages in your local 
asf-site-71d41e0c9c286b4bed9cc6d5560a14268f9b1de9 branch, and you can review 
the differences by running:

  git diff origin/asf-site

When you are satisfied, publish your changes to origin/asf-site using this 
command:

  git push origin asf-site-71d41e0c9c286b4bed9cc6d5560a14268f9b1de9:asf-site

Changes take a couple of minutes to be propagated. You can then remove your 
asf-site-71d41e0c9c286b4bed9cc6d5560a14268f9b1de9 branch:

  git checkout master && git branch -d 
asf-site-71d41e0c9c286b4bed9cc6d5560a14268f9b1de9



If failed, see https://builds.apache.org/job/hbase_generate_website/49/console

Successful: HBase Generate Website

2015-11-28 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/46/artifact/website.patch.zip
 | funzip > 1c900e17218c2e9e3586cef78f90e3583f9ac746.patch
git checkout asf-site && git pull && git am 
1c900e17218c2e9e3586cef78f90e3583f9ac746.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/46/console

Successful: HBase Generate Website

2015-11-27 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/45/artifact/website.patch.zip
 | funzip > b280a41ba661f205eb5de33bb8e03c33e2b005d6.patch
git checkout asf-site && git pull && git am 
b280a41ba661f205eb5de33bb8e03c33e2b005d6.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/45/console

Successful: HBase Generate Website

2015-11-26 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/44/artifact/website.patch.zip
 | funzip > 0d72849581c1e5a50a2aa7757b909e5531b8d12c.patch
git checkout asf-site && git pull && git am 
0d72849581c1e5a50a2aa7757b909e5531b8d12c.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/44/console

Successful: HBase Generate Website

2015-11-25 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/43/artifact/website.patch.zip
 | funzip > e73a9594c218ed969a2f5b0b356d7b8d0e1474c0.patch
git checkout asf-site && git pull && git am 
e73a9594c218ed969a2f5b0b356d7b8d0e1474c0.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/43/console

Successful: HBase Generate Website

2015-11-24 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/41/artifact/website.patch.zip
 | bsdtar xf -
git checkout asf-site && git pull && git am 
0bae444b34b6be3a28b5ccc036afb5add23818c6.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/41/console

Re: Successful: HBase Generate Website

2015-11-23 Thread Misty Stanley-Jones
Refreshed.

On Tue, Nov 24, 2015 at 1:01 AM, Apache Jenkins Server <
jenk...@builds.apache.org> wrote:

> Build status: Successful
>
> If successful, the website and docs have been generated. Use the following
> commands to publish the website:
>
> wget -O-
> https://builds.apache.org/job/hbase_generate_website/40/artifact/website.patch.zip
> | bsdtar xf -
> git checkout asf-site && git pull && git am
> 55087ce8887b5be38b0fda0dda3fbf2f92c13778.patch && git push origin asf-site
>
> If failed, see
> https://builds.apache.org/job/hbase_generate_website/40/console


Successful: HBase Generate Website

2015-11-23 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/40/artifact/website.patch.zip
 | bsdtar xf -
git checkout asf-site && git pull && git am 
55087ce8887b5be38b0fda0dda3fbf2f92c13778.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/40/console

Successful: HBase Generate Website

2015-11-22 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/39/artifact/website.patch.zip
 | bsdtar xf -
git checkout asf-site && git pull && git am 
97ffb193e09cc141396b11dcae6814faea0691b7.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/39/console

Successful: HBase Generate Website

2015-11-21 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/38/artifact/website.patch.zip
 | bsdtar xf -
git checkout asf-site && git pull && git am 
52edd83baf2e8bbf519c6c4927cbdd8dce9ae406.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/38/console

Successful: HBase Generate Website

2015-11-20 Thread Apache Jenkins Server
Build status: Successful

If successful, the website and docs have been generated. Use the following 
commands to publish the website:

wget -O- 
https://builds.apache.org/job/hbase_generate_website/37/artifact/website.patch.zip
 | bsdtar xf -
git checkout asf-site && git pull && git am 
86be690b0723e814a655ad0ae8a6577d7111c1f2.patch && git push origin asf-site

If failed, see https://builds.apache.org/job/hbase_generate_website/37/console

Successful: HBase Generate Website

2015-11-04 Thread Apache Jenkins Server
Successful

If successful, AND you have SVN commit access, paste the following into a 
command prompt to publish the website:

wget 
https://builds.apache.org/job/hbase_generate_website/16/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt --username 

If failed, see https://builds.apache.org/job/hbase_generate_website/16/console

Successful: HBase Generate Website

2015-11-04 Thread Apache Jenkins Server
Successful

If successful, AND you have SVN commit access, paste the following into a 
command prompt to publish the website:

wget 
https://builds.apache.org/job/hbase_generate_website/15/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt --username 

If failed, see https://builds.apache.org/job/hbase_generate_website/15/console

Re: Successful: HBase Generate Website

2015-11-03 Thread Stack
Excellent.

On Mon, Nov 2, 2015 at 9:52 PM, Misty Stanley-Jones <
mstanleyjo...@cloudera.com> wrote:

> I set up a Jenkins job to do the heavy lifting of building and publishing
> the website. All you need to do is paste the commands from the email from
> Jenkins. You don't even need to worry about keeping the SVN repo up to
> date. Hope this is helpful!
>
> Right now, this will run daily. We can tune it down if it's too often.
>
> -- Forwarded message --
> From: Apache Jenkins Server <jenk...@builds.apache.org>
> Date: Tue, Nov 3, 2015 at 3:48 PM
> Subject: Successful: HBase Generate Website
> To: dev@hbase.apache.org
>
>
> Successful
>
> If successful, AND you have SVN commit access, paste the following into a
> command prompt to publish the website:
>
> wget
>
> https://builds.apache.org/job/HBase%20Generate%20Website/9/artifact/trunk.tar.gz
> tar xzvf trunk.tar.gz
> cd trunk
> svn commit -F ./commit_msg.txt
>
> If failed, see
> https://builds.apache.org/job/HBase%20Generate%20Website/9/console
>


Re: Successful: HBase Generate Website

2015-11-03 Thread Enis Söztutar
This is great. Thanks Misty.

FYI: https://issues.apache.org/jira/browse/HBASE-14751

On Tue, Nov 3, 2015 at 9:02 AM, Stack <st...@duboce.net> wrote:

> Excellent.
>
> On Mon, Nov 2, 2015 at 9:52 PM, Misty Stanley-Jones <
> mstanleyjo...@cloudera.com> wrote:
>
> > I set up a Jenkins job to do the heavy lifting of building and publishing
> > the website. All you need to do is paste the commands from the email from
> > Jenkins. You don't even need to worry about keeping the SVN repo up to
> > date. Hope this is helpful!
> >
> > Right now, this will run daily. We can tune it down if it's too often.
> >
> > -- Forwarded message --
> > From: Apache Jenkins Server <jenk...@builds.apache.org>
> > Date: Tue, Nov 3, 2015 at 3:48 PM
> > Subject: Successful: HBase Generate Website
> > To: dev@hbase.apache.org
> >
> >
> > Successful
> >
> > If successful, AND you have SVN commit access, paste the following into a
> > command prompt to publish the website:
> >
> > wget
> >
> >
> https://builds.apache.org/job/HBase%20Generate%20Website/9/artifact/trunk.tar.gz
> > tar xzvf trunk.tar.gz
> > cd trunk
> > svn commit -F ./commit_msg.txt
> >
> > If failed, see
> > https://builds.apache.org/job/HBase%20Generate%20Website/9/console
> >
>


Successful: HBase Generate Website

2015-11-03 Thread Apache Jenkins Server
Successful

If successful, AND you have SVN commit access, paste the following into a 
command prompt to publish the website:

wget 
https://builds.apache.org/job/hbase_generate_website/13/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt --username 

If failed, see https://builds.apache.org/job/hbase_generate_website/13/console

Successful: HBase Generate Website

2015-11-03 Thread Apache Jenkins Server
Successful

If successful, AND you have SVN commit access, paste the following into a 
command prompt to publish the website:

wget 
https://builds.apache.org/job/hbase_generate_website/10/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt

If failed, see https://builds.apache.org/job/hbase_generate_website/10/console

Successful: HBase Generate Website

2015-11-02 Thread Apache Jenkins Server
Successful

If successful, AND you have SVN commit access, paste the following into a 
command prompt to publish the website:

wget 
https://builds.apache.org/job/HBase%20Generate%20Website/9/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt

If failed, see 
https://builds.apache.org/job/HBase%20Generate%20Website/9/console

Fwd: Successful: HBase Generate Website

2015-11-02 Thread Misty Stanley-Jones
I set up a Jenkins job to do the heavy lifting of building and publishing
the website. All you need to do is paste the commands from the email from
Jenkins. You don't even need to worry about keeping the SVN repo up to
date. Hope this is helpful!

Right now, this will run daily. We can tune it down if it's too often.

-- Forwarded message --
From: Apache Jenkins Server <jenk...@builds.apache.org>
Date: Tue, Nov 3, 2015 at 3:48 PM
Subject: Successful: HBase Generate Website
To: dev@hbase.apache.org


Successful

If successful, AND you have SVN commit access, paste the following into a
command prompt to publish the website:

wget
https://builds.apache.org/job/HBase%20Generate%20Website/9/artifact/trunk.tar.gz
tar xzvf trunk.tar.gz
cd trunk
svn commit -F ./commit_msg.txt

If failed, see
https://builds.apache.org/job/HBase%20Generate%20Website/9/console


<    1   2   3   4   5