travis 1.7.3.travis.651.5 → 1.7.3.travis.653.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/assets/travis.sh +1 -1
- data/lib/travis/cli/setup.rb +1 -0
- data/lib/travis/cli/setup/biicode.rb +19 -0
- data/travis.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZjA2MTIwMzFlZGQ1OWNmZmUzYTg5MTc1NjU0ZGI2YWJhZjYwODQ1ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NzhhMGJkODc2MzE1YTJkZmVhYTVjNmIwOWM2MDRlNDFjMjBjYmM4NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODI0NTI5YzkxNGUzODAzNDQzMmU0ZDFlNWRhMDQ0YmMxMzA0NWVmY2U5YTY3
|
10
|
+
YjEzYjM0MGE4NzRjMzgzNzJlOTRlNGFlZDQyYmNhN2EwYjQ0ZDFiYTg2NjE0
|
11
|
+
OGNlZTQzMmUyZjMyM2VlMmEzZjYzOTkwYzdjMmMyNDhjMDdlMjM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTdhNzVmMDZhNmJhOGNhNzNjNjJmNmQ3NzJiYTQ3NjU3MDBlZTgwZDNiMzg5
|
14
|
+
MmFhZDZlNTExOWViNmY1NjEyZGZmMzNmZTYzZjliMTUzY2M5NmE4NmJlNmI0
|
15
|
+
ZGIyNTJiMWZkMDNjMTM0MWU1ZDYzNzc3NmQ0YjgzZDY0YTJiMDg=
|
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" encrypt-file:"encrypts a file and adds decryption steps to .travis.yml" endpoint:"displays or changes the API endpoint" env:"show or modify build environment variables" 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" lint:"display warnings for a .travis.yml" 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" sshkey:"checks, updates or deletes an SSH key" 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" deis:"automatic deployment to a deis app" divshot:"deployment to Divshot.io" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" 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" s3:"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" biicode:"automatic publish to biicode" 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" elasticbeanstalk:"deployment to AWS Elastic Beanstalk" engineyard:"automatic deployment to Engine Yard" gcs:"automatic pushing to Google Cloud Storage" 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" s3:"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" maximum_number_of_builds:"Maximum number of concurrent builds") _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() {
|
data/lib/travis/cli/setup.rb
CHANGED
@@ -5,6 +5,7 @@ module Travis
|
|
5
5
|
class Setup < RepoCommand
|
6
6
|
autoload :Appfog, 'travis/cli/setup/appfog'
|
7
7
|
autoload :Artifacts, 'travis/cli/setup/artifacts'
|
8
|
+
autoload :Biicode, 'travis/cli/setup/biicode'
|
8
9
|
autoload :CloudControl, 'travis/cli/setup/cloud_control'
|
9
10
|
autoload :CloudFoundry, 'travis/cli/setup/cloud_foundry'
|
10
11
|
autoload :EngineYard, 'travis/cli/setup/engine_yard'
|
@@ -0,0 +1,19 @@
|
|
1
|
+
require 'travis/cli/setup'
|
2
|
+
|
3
|
+
module Travis
|
4
|
+
module CLI
|
5
|
+
class Setup
|
6
|
+
class Biicode < Service
|
7
|
+
description "automatic publish to biicode"
|
8
|
+
|
9
|
+
def run
|
10
|
+
deploy 'biicode', 'release' do |config|
|
11
|
+
config['user'] ||= ask("biicode username: ") { |q| q }.to_s
|
12
|
+
config['password'] ||= ask("biicode password: ") { |q| q.echo = "*" }.to_s
|
13
|
+
on("publish only tagged commits? ", config, 'tags' => true)
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
data/travis.gemspec
CHANGED
@@ -159,6 +159,7 @@ Gem::Specification.new do |s|
|
|
159
159
|
"lib/travis/cli/setup.rb",
|
160
160
|
"lib/travis/cli/setup/appfog.rb",
|
161
161
|
"lib/travis/cli/setup/artifacts.rb",
|
162
|
+
"lib/travis/cli/setup/biicode.rb",
|
162
163
|
"lib/travis/cli/setup/cloud_66.rb",
|
163
164
|
"lib/travis/cli/setup/cloud_control.rb",
|
164
165
|
"lib/travis/cli/setup/cloud_files.rb",
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: travis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.3.travis.
|
4
|
+
version: 1.7.3.travis.653.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Konstantin Haase
|
@@ -41,7 +41,7 @@ authors:
|
|
41
41
|
autorequire:
|
42
42
|
bindir: bin
|
43
43
|
cert_chain: []
|
44
|
-
date: 2014-10-
|
44
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
45
45
|
dependencies:
|
46
46
|
- !ruby/object:Gem::Dependency
|
47
47
|
name: faraday
|
@@ -356,6 +356,7 @@ files:
|
|
356
356
|
- lib/travis/cli/setup.rb
|
357
357
|
- lib/travis/cli/setup/appfog.rb
|
358
358
|
- lib/travis/cli/setup/artifacts.rb
|
359
|
+
- lib/travis/cli/setup/biicode.rb
|
359
360
|
- lib/travis/cli/setup/cloud_66.rb
|
360
361
|
- lib/travis/cli/setup/cloud_control.rb
|
361
362
|
- lib/travis/cli/setup/cloud_files.rb
|