Re: [jclouds/jclouds-site] draft release notes for 2.1.0 (#210)

2018-02-23 Thread Andrew Phillips
demobox commented on this pull request.



> @@ -6,6 +6,7 @@ permalink: /releasenotes/
 
 The Release Notes and Javadocs for every major release of Apache jclouds are 
listed chronologically below.
 
+* [2.1.0](/releasenotes/2.1.0) | [Javadoc](/reference/javadoc/2.1.x/)

The steps are 
[here](https://cwiki.apache.org/confluence/display/JCLOUDS/Publishing+Javadoc), 
from what I can make out - listed as step 19 in the [release 
guide](https://cwiki.apache.org/confluence/display/JCLOUDS/Releasing+jclouds), 
I think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/210#discussion_r170407497

Re: [jclouds/jclouds-site] draft release notes for 2.1.0 (#210)

2018-02-23 Thread Ignasi Barrera
Staging site: 
http://7cf94f307dd1bb8cf1fa-8f1fba471c11f5574dc0107a5cd29139.r9.cf5.rackcdn.com/

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/210#issuecomment-367952897

Re: [jclouds/jclouds-site] draft release notes for 2.1.0 (#210)

2018-02-23 Thread Andrea Turli
thanks @demobox for your review!

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/210#issuecomment-367948008

Re: [jclouds/jclouds-site] draft release notes for 2.1.0 (#210)

2018-02-23 Thread Andrea Turli
andreaturli commented on this pull request.



> @@ -6,6 +6,7 @@ permalink: /releasenotes/
 
 The Release Notes and Javadocs for every major release of Apache jclouds are 
listed chronologically below.
 
+* [2.1.0](/releasenotes/2.1.0) | [Javadoc](/reference/javadoc/2.1.x/)

yes @demobox I think I've not executed that script. When should I do that?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/210#discussion_r170195460

Re: [jclouds/jclouds-site] draft release notes for 2.1.0 (#210)

2018-02-23 Thread Andrea Turli
@andreaturli pushed 1 commit.

a7fa3bc  address demobox comments


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/jclouds/jclouds-site/pull/210/files/33b9bac3ef73d44e6cb4f977706c7920fff3aa07..a7fa3bc8b9ec4d2dc9db4b825486554303f4d069


Re: [jclouds/jclouds-site] Blog post about linking Nova and Neutron (#209)

2018-02-23 Thread Ignasi Barrera
FWIW, the staging site is here: 
http://c5f35c2ccdfb06c94f11-9fe13aba28fe200f60ff19b644a8e368.r24.cf5.rackcdn.com/

The CI job failed to place a comment  on GitHub because of an SSL validation 
failure (probably an issue in `PyGitHib`):

```bash
Traceback (most recent call last):
  File "/private/jclouds/github/comment.py", line 7, in 
repo = 
github.get_user(os.environ['GITHUB_ORG']).get_repo(os.environ['GITHUB_REPO'])
  File "/home/jenkins/python_packages/github/MainClass.py", line 168, in 
get_user
"/users/" + login
  File "/home/jenkins/python_packages/github/Requester.py", line 169, in 
requestJsonAndCheck
return self.__check(*self.requestJson(verb, url, parameters, headers, 
input, cnx))
  File "/home/jenkins/python_packages/github/Requester.py", line 215, in 
requestJson
return self.__requestEncode(cnx, verb, url, parameters, headers, input, 
encode)
  File "/home/jenkins/python_packages/github/Requester.py", line 268, in 
__requestEncode
status, responseHeaders, output = self.__requestRaw(cnx, verb, url, 
requestHeaders, encoded_input)
  File "/home/jenkins/python_packages/github/Requester.py", line 293, in 
__requestRaw
requestHeaders
  File "/usr/lib64/python2.7/httplib.py", line 958, in request
self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.7/httplib.py", line 992, in _send_request
self.endheaders(body)
  File "/usr/lib64/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
  File "/usr/lib64/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
  File "/usr/lib64/python2.7/httplib.py", line 776, in send
self.connect()
  File "/usr/lib64/python2.7/httplib.py", line 1161, in connect
self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  File "/usr/lib64/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
  File "/usr/lib64/python2.7/ssl.py", line 143, in __init__
self.do_handshake()
  File "/usr/lib64/python2.7/ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:504: error:1407742E:SSL 
routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/209#issuecomment-367939605