deb_deploy 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/deb_deploy.rb +1 -4
  2. metadata +46 -26
@@ -54,8 +54,6 @@ Capistrano::Configuration.instance.load do
54
54
 
55
55
  put "deb file:#{debian_target}/deb_deploy ./", "#{debian_target}/deb_deploy.list"
56
56
 
57
- put "Package: *\nPin: origin\nPin-Priority: 900\n", "#{debian_target}/00debdeploy"
58
-
59
57
  run "cd #{debian_target}/deb_deploy && " << DebDeploy::AptFtpArchive.create_packages_file('.')
60
58
 
61
59
  logger.debug "Set up local debian repository"
@@ -112,8 +110,7 @@ Capistrano::Configuration.instance.load do
112
110
  end
113
111
  when "apt"
114
112
  apt_get_options = {
115
- "Dir::Etc::SourceList" => "#{debian_target}/deb_deploy.list",
116
- "Dir::Etc::Preferences" => "#{debian_target}/00debdeploy"
113
+ "Dir::Etc::SourceList" => "#{debian_target}/deb_deploy.list"
117
114
  }
118
115
 
119
116
  list_packages_cmd = "zcat #{debian_target}/deb_deploy/Packages.gz | grep Package | cut -d ' ' -f2 | sed ':a;N;$!ba;s/\n/ /g'"
metadata CHANGED
@@ -1,56 +1,76 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: deb_deploy
3
- version: !ruby/object:Gem::Version
4
- version: 1.3.0
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
5
  prerelease:
6
+ segments:
7
+ - 1
8
+ - 3
9
+ - 1
10
+ version: 1.3.1
6
11
  platform: ruby
7
- authors:
12
+ authors:
8
13
  - Jeroen Rosenberg
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
12
- date: 2012-06-01 00:00:00.000000000 Z
17
+
18
+ date: 2012-06-07 00:00:00 Z
13
19
  dependencies: []
14
- description: See http://github.com/jeroenr/deb_deploy
15
- email:
20
+
21
+ description: See http://jeroenr.github.com/deb_deploy/
22
+ email:
16
23
  - jeroen.rosenberg@gmail.com
17
24
  executables: []
25
+
18
26
  extensions: []
27
+
19
28
  extra_rdoc_files: []
20
- files:
29
+
30
+ files:
21
31
  - README.md
22
32
  - Rakefile
23
- - lib/deb_deploy.rb
24
- - lib/deb_deploy/apt_get.rb
25
- - lib/deb_deploy/rsync.rb
26
33
  - lib/deb_deploy/apt_ftp_archive.rb
27
- - lib/deb_deploy/util/parallel_enumerable.rb
28
- - lib/deb_deploy/util/collection_utils.rb
29
- - lib/deb_deploy/scp.rb
34
+ - lib/deb_deploy/apt_get.rb
30
35
  - lib/deb_deploy/logger/batch.rb
31
36
  - lib/deb_deploy/logger/stream.rb
37
+ - lib/deb_deploy/rsync.rb
38
+ - lib/deb_deploy/scp.rb
39
+ - lib/deb_deploy/util/collection_utils.rb
40
+ - lib/deb_deploy/util/parallel_enumerable.rb
41
+ - lib/deb_deploy.rb
32
42
  homepage: http://github.com/jeroenr/deb_deploy
33
43
  licenses: []
44
+
34
45
  post_install_message:
35
46
  rdoc_options: []
36
- require_paths:
47
+
48
+ require_paths:
37
49
  - lib
38
- required_ruby_version: !ruby/object:Gem::Requirement
50
+ required_ruby_version: !ruby/object:Gem::Requirement
39
51
  none: false
40
- requirements:
41
- - - ! '>='
42
- - !ruby/object:Gem::Version
43
- version: '0'
44
- required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
60
  none: false
46
- requirements:
47
- - - ! '>='
48
- - !ruby/object:Gem::Version
49
- version: '0'
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 3
65
+ segments:
66
+ - 0
67
+ version: "0"
50
68
  requirements: []
69
+
51
70
  rubyforge_project:
52
- rubygems_version: 1.8.23
71
+ rubygems_version: 1.8.10
53
72
  signing_key:
54
73
  specification_version: 3
55
74
  summary: Deploying debian packages with capistrano
56
75
  test_files: []
76
+