Stop TravisCI to upload deb to Bintray on-http #556
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
rework of PR #549
Highlight
the building of swagger python client package : on-http-api1.1, on-http-api2.0 , on-http-redfish-1.0 still being kept in TravisCI , since Jenkins hasn't covered it yet.
so the
./extra/make-deb.sh&.bintray-deb.jsonstill there.Background
https://groups.google.com/forum/#!topic/rackhd/MoES4tSsMKk
Jenkins upload package will be like
1.1-1-20161205UTC-627fbb3and Travis version will be like
1.1-1master-20160930100654Z1, which always newer than Jenkins' publish packages. so we will have to disable Travis uploading.moreover, Bintray has stopped Travis CI to upload deb:
Bintray response: 403 Forbidden. Version 'master' has been published more than 180 days ago and can no longer be deployed to.Test
https://travis-ci.org/RackHD-Mirror/on-http/builds/189120093
This PR can be merged now .
#550 fix swagger-doc build error ( this error previously was hidden , which
./extra/make-docs.shwill fail.)@brianparry