comfy 0.2.0 → 0.2.1

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: 1a00d600ac242d01ee397d5e77b0740cc3a9361b
4
- data.tar.gz: 21f394dae54301c46756ca44e45f68fb02713ab0
3
+ metadata.gz: 7a3ab50878b48d501e5a62cc1b50a619efc60079
4
+ data.tar.gz: c35ec93ae09d014d30246133dfe1198839809183
5
5
  SHA512:
6
- metadata.gz: d45c8ea2ba75e6801a0dfc4f8487976ad34c04508d73ff479d7cd823697d84d48d647c6e501527c2e5911f44d8ff4b634bbb0122219264599022a4a142ad19d3
7
- data.tar.gz: 4b0bf525e8079fff89367ea160c09cb26ea9451b1c2fee1ac1e9723a30594059ff84d45c96535b4a79083331285c398ac849ef8602c7b188209371c230ae5307
6
+ metadata.gz: 569853233e11d6cbc832a96dae9a0585b5397e84c8d194b0b47f3b4d1a4a341aa8381b009e565b6c3dfca47e105f420a3471b5d8c65c02cd327b5a88d8b1f566
7
+ data.tar.gz: 623454495ac94139aeca1bc5b473f8dc450244671e8727a5f787662373601c1f8301c67de11fcc71e35be597f900406c98fb5ffe38fa2b7b7d865fc71e82ac95
data/lib/comfy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Comfy
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -0,0 +1,30 @@
1
+ [sl-rolling]
2
+ name=Scientific Linux 7rolling (pre-release) - $basearch
3
+ baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/os/
4
+ http://ftp1.scientificlinux.org/linux/scientific/7rolling/$basearch/os/
5
+ http://ftp2.scientificlinux.org/linux/scientific/7rolling/$basearch/os/
6
+ ftp://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/os/
7
+ enabled=1
8
+ gpgcheck=1
9
+ includepkgs=python-jsonpointer*
10
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl7
11
+
12
+ [sl-rolling-security]
13
+ name=Scientific Linux 7rolling (pre-release) - $basearch - security updates
14
+ baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/security/
15
+ http://ftp1.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/security/
16
+ http://ftp2.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/security/
17
+ ftp://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/security/
18
+ enabled=0
19
+ gpgcheck=1
20
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl7
21
+
22
+ [sl-rolling-fastbugs]
23
+ name=Scientific Linux 7rolling (pre-release) - $basearch - bugfix updates
24
+ baseurl=http://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/fastbugs/
25
+ http://ftp1.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/fastbugs/
26
+ http://ftp2.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/fastbugs/
27
+ ftp://ftp.scientificlinux.org/linux/scientific/7rolling/$basearch/updates/fastbugs/
28
+ enabled=0
29
+ gpgcheck=1
30
+ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl file:///etc/pki/rpm-gpg/RPM-GPG-KEY-sl7
@@ -2,6 +2,8 @@
2
2
 
3
3
  # add EPEL repository
4
4
  yum -y install http://ftp.astral.ro/mirrors/fedora/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
5
+ # add SL7-rolling repository for python-jsonpointer
6
+ mv /root/sl7-rolling.repo /etc/yum.repos.d/sl7-rolling.repo
5
7
  # update already installed packages
6
8
  yum -y update
7
9
  # install new packages
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comfy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Kimle
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-10 00:00:00.000000000 Z
12
+ date: 2016-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -319,6 +319,7 @@ files:
319
319
  - lib/templates/scientificlinux/files/krb5.conf
320
320
  - lib/templates/scientificlinux/files/ntp.conf
321
321
  - lib/templates/scientificlinux/files/pakiti-2.1.5-1.noarch.rpm
322
+ - lib/templates/scientificlinux/files/sl7-rolling.repo
322
323
  - lib/templates/scientificlinux/files/sshd_config
323
324
  - lib/templates/scientificlinux/files/xen-domU.conf
324
325
  - lib/templates/scientificlinux/scientificlinux.cfg.erb
@@ -367,7 +368,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
367
368
  version: '0'
368
369
  requirements: []
369
370
  rubyforge_project:
370
- rubygems_version: 2.4.8
371
+ rubygems_version: 2.4.6
371
372
  signing_key:
372
373
  specification_version: 4
373
374
  summary: Tool for building virtual machine images from scratch.