travis 1.6.13.travis.536.6 → 1.6.13.travis.538.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +4 -0
- data/assets/travis.sh +3 -3
- data/lib/travis/cli/setup/deis.rb +20 -0
- data/lib/travis/cli/setup/hackage.rb +18 -0
- data/lib/travis/version.rb +1 -1
- data/travis.gemspec +11 -9
- metadata +12 -10
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzM0YmM2NmFlNGExMDQzZDBhYjVhNTA0NjEyNGU2NDZlOTNiNGJlMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZmU5MDY3Mzg3ZmUyN2ZjODcwM2FlY2ZlNTQxYzAxMTRlNTBjODM5Zg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OTQwNjNmNDlkNzk5MDczNjQyOWJmY2ZkOGE1OWU1OGVhMDI0M2VlMWZiZDRj
|
10
|
+
OTRiNDQzMzA2Nzg3ZWM3ZWJkNmEyYzQyNDRmNmY1Y2M5YzkyNzVjZGUwMjU4
|
11
|
+
MjY2NTRmNzMyZDdhZDYzZDI3MjYyN2I5MjMwZjM4YzUxMjJiMWI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjRkZDRjNGQyOWI2ZDIyOTYxZWYyZWUyODM4YjY2MGI3MDkyOTc1MmFhZjlj
|
14
|
+
ZjEzYWIzNTlhMTQ3OGY3NTJiMWI0MWI4OWM3MTEwODJiNjc3MWQ1OGMxZTli
|
15
|
+
MDVmMzA0Y2ZiZGIxMDIxZjM2MTUyNTkxMTgwZTVkYzZhZTRmOGE=
|
data/README.md
CHANGED
@@ -1615,6 +1615,10 @@ Mac OS X 10.9.2 shipped with a slightly broken Ruby version. If you want to inst
|
|
1615
1615
|
If you have the old `travis-cli` gem installed, you should `gem uninstall travis-cli`, just to be sure, as it ships with an executable that is also named `travis`.
|
1616
1616
|
|
1617
1617
|
## Version History
|
1618
|
+
**1.6.13** (June 15, 2014)
|
1619
|
+
* Added Deis and Hackage setup support.
|
1620
|
+
**1.6.12** (June 12, 2014)
|
1621
|
+
* Added artifacts setup support.
|
1618
1622
|
**1.6.11** (May 12, 2014)
|
1619
1623
|
* Added Cloud 66 and Ninefold setup support.
|
1620
1624
|
* Require typhoeus 0.6.8 and later.
|
data/assets/travis.sh
CHANGED
@@ -21,7 +21,7 @@ if type compdef 1>/dev/null 2>/dev/null; then
|
|
21
21
|
compdef _travis travis
|
22
22
|
_travis() { _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
23
23
|
_travis_commands() { list=(accounts:"displays accounts and their subscription status" branches:"displays the most recent build for each branch" cache:"lists or deletes repository caches" cancel:"cancels a job or build" console:"interactive shell" disable:"disables a project" enable:"enables a project" encrypt:"encrypts values for the .travis.yml" endpoint:"displays or changes the API endpoint" help:"helps you out when in dire need of information" history:"displays a projects build history" init:"generates a .travis.yml and enables the project" login:"authenticates against the API and stores the token" logout:"deletes the stored API token" logs:"streams test logs" monitor:"live monitor for what's going on" open:"opens a build or job in the browser" pubkey:"prints out a repository's public key" raw:"makes an (authenticated) API call and prints out the result" report:"generates a report useful for filing issues" repos:"lists repositories the user has certain permissions on" requests:"lists recent requests" restart:"restarts a build or job" settings:"access repository settings" setup:"sets up an addon or deploy target" show:"displays a build or job" status:"checks status of the latest build" sync:"triggers a new sync with GitHub" token:"outputs the secret API token" version:"outputs the client version" whatsup:"lists most recent builds" whoami:"outputs the current user") _describe -t common-commands 'common commands' list; }
|
24
|
-
_travis_setup() { list=(appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
|
24
|
+
_travis_setup() { list=(appfog:"automatic deployment to Appfog" artifacts:"automatic artifact shipping to S3" cloudcontrol:"automatic deployment to cloudControl" cloudfiles:"automatic pushing to Rackspace Cloud Files" cloudfoundry:"automatic deployment to Cloud Foundry" cloud66:"Automatic deployment to Cloud 66" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" engineyard:"automatic deployment to Engine Yard" hackage:"automatic deployment of hackage packages" heroku:"automatic deployment to Heroku" modulus:"deployment to Modulus" npm:"automatic release to NPM" ninefold:"Automatic deployment to Ninefold" nodejitsu:"automatic deployment to Nodejitsu" openshift:"automatic deployment to OpenShfit" opsworks:"deployment to OpsWorks" pypi:"automatic deployment to PyPI" releases:"Upload Assets to GitHub Releases" rubygems:"automatic release to RubyGems" s:"automatic pushing to S3" sauce_connect:"Sauce Connet addon for Sauce Labs integration") _describe -t common-commands 'common commands' list; }
|
25
25
|
_travis_settings() { list=(builds_only_with_travis_yml:"Only run builds with a .travis.yml" build_pushes:"Build pushes" build_pull_requests:"Build pull requests") _describe -t common-commands 'common commands' list; }
|
26
26
|
_travis_init() { list=(c:'initialize c project' clojure:'initialize clojure project' cpp:'initialize cpp project' erlang:'initialize erlang project' go:'initialize go project' groovy:'initialize groovy project' haskell:'initialize haskell project' java:'initialize java project' node_js:'initialize node_js project' objective-c:'initialize objective-c project' perl:'initialize perl project' php:'initialize php project' python:'initialize python project' ruby:'initialize ruby project' scala:'initialize scala project') _describe -t common-commands 'common commands' list; }
|
27
27
|
_travis_option() {
|
@@ -64,7 +64,7 @@ elif type compctl 1>/dev/null 2>/dev/null; then
|
|
64
64
|
compctl -K _travis travis
|
65
65
|
_travis() { read -cA words && _travis_complete $((${#words} - 1)) "${words[2]}"; }
|
66
66
|
_travis_commands() { reply=("accounts" "branches" "cache" "cancel" "console" "disable" "enable" "encrypt" "endpoint" "help" "history" "init" "login" "logout" "logs" "monitor" "open" "pubkey" "raw" "report" "repos" "requests" "restart" "settings" "setup" "show" "status" "sync" "token" "version" "whatsup" "whoami"); }
|
67
|
-
_travis_setup() { reply=("appfog" "artifacts" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "divshot" "engineyard" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
|
67
|
+
_travis_setup() { reply=("appfog" "artifacts" "cloudcontrol" "cloudfiles" "cloudfoundry" "cloud66" "deis" "divshot" "engineyard" "hackage" "heroku" "modulus" "npm" "ninefold" "nodejitsu" "openshift" "opsworks" "pypi" "releases" "rubygems" "s" "sauce_connect"); }
|
68
68
|
_travis_settings() { reply=(builds_only_with_travis_yml build_pushes build_pull_requests); }
|
69
69
|
_travis_init() { reply=("c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"); }
|
70
70
|
_travis_option() {
|
@@ -107,7 +107,7 @@ elif type complete 1>/dev/null 2>/dev/null; then
|
|
107
107
|
complete -F _travis travis
|
108
108
|
_travis() { _travis_complete "$COMP_CWORD" "${COMP_WORDS[1]}"; }
|
109
109
|
_travis_commands() { COMPREPLY=( $(compgen -W "accounts branches cache cancel console disable enable encrypt endpoint help history init login logout logs monitor open pubkey raw report repos requests restart settings setup show status sync token version whatsup whoami" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
110
|
-
_travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts cloudcontrol cloudfiles cloudfoundry cloud66 divshot engineyard heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
110
|
+
_travis_setup() { COMPREPLY=( $(compgen -W "appfog artifacts cloudcontrol cloudfiles cloudfoundry cloud66 deis divshot engineyard hackage heroku modulus npm ninefold nodejitsu openshift opsworks pypi releases rubygems s sauce_connect" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
111
111
|
_travis_settings() { COMPREPLY=( $(compgen -W "builds_only_with_travis_yml build_pushes build_pull_requests" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
112
112
|
_travis_init() { COMPREPLY=( $(compgen -W ""c" "clojure" "cpp" "erlang" "go" "groovy" "haskell" "java" "node_js" "objective-c" "perl" "php" "python" "ruby" "scala"" -- "${COMP_WORDS[COMP_CWORD]}") ); }
|
113
113
|
_travis_option() {
|
@@ -0,0 +1,20 @@
|
|
1
|
+
require 'travis/cli/setup'
|
2
|
+
|
3
|
+
module Travis
|
4
|
+
module CLI
|
5
|
+
class Setup
|
6
|
+
class Deis < Service
|
7
|
+
description "automatic deployment to a deis app"
|
8
|
+
|
9
|
+
def run
|
10
|
+
deploy 'deis' do |config|
|
11
|
+
config['controller'] ||= ask("Deis Controller: ").to_s
|
12
|
+
config['app'] ||= ask("Deis App: ").to_s
|
13
|
+
config['username'] ||= ask("Deis Username: ").to_s
|
14
|
+
config['password'] ||= ask("Deis Password: ") { |q| q.echo = "*" }.to_s
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
require 'travis/cli/setup'
|
2
|
+
|
3
|
+
module Travis
|
4
|
+
module CLI
|
5
|
+
class Setup
|
6
|
+
class Hackage < Service
|
7
|
+
description "automatic deployment of hackage packages"
|
8
|
+
|
9
|
+
def run
|
10
|
+
deploy 'hackage' do |config|
|
11
|
+
config['username'] ||= ask("Hackage Username: ").to_s
|
12
|
+
config['password'] ||= ask("Hackage Password: ") { |q| q.echo = "*" }.to_s
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
data/lib/travis/version.rb
CHANGED
data/travis.gemspec
CHANGED
@@ -15,8 +15,8 @@ Gem::Specification.new do |s|
|
|
15
15
|
"Hiro Asari",
|
16
16
|
"Henrik Hodne",
|
17
17
|
"Aaron Hill",
|
18
|
-
"Peter Souter",
|
19
18
|
"joshua-anderson",
|
19
|
+
"Peter Souter",
|
20
20
|
"Peter van Dijk",
|
21
21
|
"Max Barnash",
|
22
22
|
"Carlos Palhares",
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
|
|
24
24
|
"Thais Camilo and Konstantin Haase",
|
25
25
|
"Joshua Anderson",
|
26
26
|
"Justin Lambert",
|
27
|
-
"
|
27
|
+
"Benjamin Manns",
|
28
28
|
"Laurent Petit",
|
29
29
|
"Maarten van Vliet",
|
30
30
|
"Mario Visic",
|
@@ -37,10 +37,10 @@ Gem::Specification.new do |s|
|
|
37
37
|
"Zachary Scott",
|
38
38
|
"jeffdh",
|
39
39
|
"john muhl",
|
40
|
-
"
|
41
|
-
"Adam Lavin",
|
40
|
+
"Adrien Brault",
|
42
41
|
"Daniel Chatfield",
|
43
|
-
"
|
42
|
+
"Adam Lavin",
|
43
|
+
"Dan Buch",
|
44
44
|
"Jacob Burkhart",
|
45
45
|
"Jonne Ha\xC3\x9F",
|
46
46
|
"Josh Kalderimis"
|
@@ -52,17 +52,17 @@ Gem::Specification.new do |s|
|
|
52
52
|
"asari.ruby@gmail.com",
|
53
53
|
"aa1ronham@gmail.com",
|
54
54
|
"me@henrikhodne.com",
|
55
|
+
"j@zatigo.com",
|
55
56
|
"henrik@hodne.io",
|
56
57
|
"p.morsou@gmail.com",
|
57
|
-
"j@zatigo.com",
|
58
58
|
"peter.van.dijk@netherlabs.nl",
|
59
59
|
"i.am@anhero.ru",
|
60
60
|
"me@xjunior.me",
|
61
61
|
"meyer@paperplanes.de",
|
62
62
|
"dev+narwen+rkh@rkh.im",
|
63
|
+
"j@zatigo.com",
|
63
64
|
"jlambert@eml.cc",
|
64
65
|
"benmanns@gmail.com",
|
65
|
-
"adrien.brault@gmail.com",
|
66
66
|
"laurent.petit@gmail.com",
|
67
67
|
"maartenvanvliet@gmail.com",
|
68
68
|
"mario@mariovisic.com",
|
@@ -75,13 +75,13 @@ Gem::Specification.new do |s|
|
|
75
75
|
"e@zzak.io",
|
76
76
|
"jeffdh@gmail.com",
|
77
77
|
"git@johnmuhl.com",
|
78
|
+
"adrien.brault@gmail.com",
|
78
79
|
"chatfielddaniel@gmail.com",
|
79
80
|
"adam@lavoaster.co.uk",
|
80
81
|
"dan@meatballhat.com",
|
81
82
|
"jburkhart@engineyard.com",
|
82
83
|
"me@jhass.eu",
|
83
|
-
"josh.kalderimis@gmail.com"
|
84
|
-
"j@zatigo.com"
|
84
|
+
"josh.kalderimis@gmail.com"
|
85
85
|
]
|
86
86
|
|
87
87
|
# generated from git ls-files
|
@@ -158,8 +158,10 @@ Gem::Specification.new do |s|
|
|
158
158
|
"lib/travis/cli/setup/cloud_control.rb",
|
159
159
|
"lib/travis/cli/setup/cloud_files.rb",
|
160
160
|
"lib/travis/cli/setup/cloud_foundry.rb",
|
161
|
+
"lib/travis/cli/setup/deis.rb",
|
161
162
|
"lib/travis/cli/setup/divshot.rb",
|
162
163
|
"lib/travis/cli/setup/engine_yard.rb",
|
164
|
+
"lib/travis/cli/setup/hackage.rb",
|
163
165
|
"lib/travis/cli/setup/heroku.rb",
|
164
166
|
"lib/travis/cli/setup/modulus.rb",
|
165
167
|
"lib/travis/cli/setup/ninefold.rb",
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.13.travis.
|
4
|
+
version: 1.6.13.travis.538.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
8
8
|
- Hiro Asari
|
9
9
|
- Henrik Hodne
|
10
10
|
- Aaron Hill
|
11
|
-
- Peter Souter
|
12
11
|
- joshua-anderson
|
12
|
+
- Peter Souter
|
13
13
|
- Peter van Dijk
|
14
14
|
- Max Barnash
|
15
15
|
- Carlos Palhares
|
@@ -17,7 +17,7 @@ authors:
|
|
17
17
|
- Thais Camilo and Konstantin Haase
|
18
18
|
- Joshua Anderson
|
19
19
|
- Justin Lambert
|
20
|
-
-
|
20
|
+
- Benjamin Manns
|
21
21
|
- Laurent Petit
|
22
22
|
- Maarten van Vliet
|
23
23
|
- Mario Visic
|
@@ -30,17 +30,17 @@ authors:
|
|
30
30
|
- Zachary Scott
|
31
31
|
- jeffdh
|
32
32
|
- john muhl
|
33
|
-
-
|
34
|
-
- Adam Lavin
|
33
|
+
- Adrien Brault
|
35
34
|
- Daniel Chatfield
|
36
|
-
-
|
35
|
+
- Adam Lavin
|
36
|
+
- Dan Buch
|
37
37
|
- Jacob Burkhart
|
38
38
|
- Jonne Haß
|
39
39
|
- Josh Kalderimis
|
40
40
|
autorequire:
|
41
41
|
bindir: bin
|
42
42
|
cert_chain: []
|
43
|
-
date: 2014-06-
|
43
|
+
date: 2014-06-16 00:00:00.000000000 Z
|
44
44
|
dependencies:
|
45
45
|
- !ruby/object:Gem::Dependency
|
46
46
|
name: faraday
|
@@ -248,17 +248,17 @@ email:
|
|
248
248
|
- asari.ruby@gmail.com
|
249
249
|
- aa1ronham@gmail.com
|
250
250
|
- me@henrikhodne.com
|
251
|
+
- j@zatigo.com
|
251
252
|
- henrik@hodne.io
|
252
253
|
- p.morsou@gmail.com
|
253
|
-
- j@zatigo.com
|
254
254
|
- peter.van.dijk@netherlabs.nl
|
255
255
|
- i.am@anhero.ru
|
256
256
|
- me@xjunior.me
|
257
257
|
- meyer@paperplanes.de
|
258
258
|
- dev+narwen+rkh@rkh.im
|
259
|
+
- j@zatigo.com
|
259
260
|
- jlambert@eml.cc
|
260
261
|
- benmanns@gmail.com
|
261
|
-
- adrien.brault@gmail.com
|
262
262
|
- laurent.petit@gmail.com
|
263
263
|
- maartenvanvliet@gmail.com
|
264
264
|
- mario@mariovisic.com
|
@@ -271,13 +271,13 @@ email:
|
|
271
271
|
- e@zzak.io
|
272
272
|
- jeffdh@gmail.com
|
273
273
|
- git@johnmuhl.com
|
274
|
+
- adrien.brault@gmail.com
|
274
275
|
- chatfielddaniel@gmail.com
|
275
276
|
- adam@lavoaster.co.uk
|
276
277
|
- dan@meatballhat.com
|
277
278
|
- jburkhart@engineyard.com
|
278
279
|
- me@jhass.eu
|
279
280
|
- josh.kalderimis@gmail.com
|
280
|
-
- j@zatigo.com
|
281
281
|
executables:
|
282
282
|
- travis
|
283
283
|
extensions: []
|
@@ -355,8 +355,10 @@ files:
|
|
355
355
|
- lib/travis/cli/setup/cloud_control.rb
|
356
356
|
- lib/travis/cli/setup/cloud_files.rb
|
357
357
|
- lib/travis/cli/setup/cloud_foundry.rb
|
358
|
+
- lib/travis/cli/setup/deis.rb
|
358
359
|
- lib/travis/cli/setup/divshot.rb
|
359
360
|
- lib/travis/cli/setup/engine_yard.rb
|
361
|
+
- lib/travis/cli/setup/hackage.rb
|
360
362
|
- lib/travis/cli/setup/heroku.rb
|
361
363
|
- lib/travis/cli/setup/modulus.rb
|
362
364
|
- lib/travis/cli/setup/ninefold.rb
|