sle2docker 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5712a466172a865182fb1806df79e41822403c38
4
- data.tar.gz: b61c5ea36c756e5c3a0fe951fd405fd4bb40391c
3
+ metadata.gz: 6eb74b020e570764a417ceb7dcfb6044f6da1c02
4
+ data.tar.gz: 7f8f3fd365400356f62bb3f4aa61287122edc16b
5
5
  SHA512:
6
- metadata.gz: d5b948f2665452b2c4dd0e27cd5850754efd26b74f12ef40f8dbf306ea34730a80f83d7beeb8480979d7e09249aa8a16665b7da472014a0dd84920ef441b7181
7
- data.tar.gz: d862d199b7eb77112bf9bab047091e0723fa24955de5c48e5d050943dadf935f58283cfc26655d32800f4f40d728f754514a1f9ceb6c27905fc7e0dcf4fd90d6
6
+ metadata.gz: 4296f310866f871a4f67a21aa411da9beecb95e6d4cc9d1a4dfa7a056e7ac96c92387106023dc041373e3bb96eed8290dd692c9c31c0a09ddd8dcf70aade4d0e
7
+ data.tar.gz: 819642dbbc8df8de035a073f7e39ecebca06f6f42e7da56a40f0aac727a1192b5c19d27a1d4fd5569ab5118c8f44c6c852d08d5eb54f645692e237db453c055e
data/Changelog CHANGED
@@ -1,3 +1,8 @@
1
+ Thu Oct 30 13:48:45 CET 2014 Flavio Castelli <fcastelli@suse.com>
2
+
3
+ * Version 0.2.2:
4
+ - Fixed SLE12 download urls.
5
+
1
6
  Thu Sep 11 16:09:41 CEST 2014 Flavio Castelli <fcastelli@suse.com>
2
7
 
3
8
  * Version 0.2.1:
@@ -1,5 +1,5 @@
1
1
  module Sle2Docker
2
2
 
3
- VERSION = "0.2.1"
3
+ VERSION = "0.2.2"
4
4
 
5
5
  end
@@ -25,11 +25,11 @@
25
25
  <users group="root">
26
26
  <user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root"/>
27
27
  </users>
28
- <repository type="rpm-md" imageinclude="true" alias="SLE12:Pool" >
29
- <source path="http<%= "s" if enable_https %>://<%= host %>/SUSE:/Products:/SLE-12/images/repo/SLE-12-Server-POOL-x86_64-Media1/<%= "?credentials=NCCcredentials" if use_ncc %>"/>
28
+ <repository type="rpm-md" alias="SLE12:Pool" >
29
+ <source path="http<%= "s" if enable_https %>://<%= host %>/SUSE/Products/SLE-SERVER/12/x86_64/product<%= "?credentials=NCCcredentials" if use_ncc %>"/>
30
30
  </repository>
31
- <repository type="rpm-md" imageinclude="true" alias="SLE12:Updates" >
32
- <source path="http<%= "s" if enable_https %>://<%= host %>/SUSE:/Updates:/SLE-SERVER:/12:/x86_64/standard<%= "?credentials=NCCcredentials" if use_ncc %>"/>
31
+ <repository type="rpm-md" alias="SLE12:Updates" >
32
+ <source path="http<%= "s" if enable_https %>://<%= host %>/SUSE/Updates/SLE-SERVER/12/x86_64/update<%= "?credentials=NCCcredentials" if use_ncc %>"/>
33
33
  </repository>
34
34
  <packages type="image">
35
35
  <package name="coreutils"/>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sle2docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Flavio Castelli
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-11 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -123,4 +123,3 @@ signing_key:
123
123
  specification_version: 4
124
124
  summary: Create SLE images for Docker
125
125
  test_files: []
126
- has_rdoc: