kameleon-builder 2.8.2 → 2.8.3

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: def867b869a1c6ed76375aebff04d4853b6c2f82
4
- data.tar.gz: 3ee480f10fb325ed7a38ba4435276b63c5bba5d1
3
+ metadata.gz: 98b9313831566a71f87622fd29f8e87973a601df
4
+ data.tar.gz: '09aed15988ea673f8f9f9109ed67f007eda70b5f'
5
5
  SHA512:
6
- metadata.gz: 259d3652480915e9bf0de35d7ee7f64f98a398076656e349a16a83474d11b89d1e484fafd73be2cebc73ceedba92362567f5ed301c1c2f11c2df7c35fab9046e
7
- data.tar.gz: 92a70030504ab7e5156d40058c39b3c9cbed9e86b6a849aeeba077d0e73e4e4decf5808568ce0b204488de1cf9a1f14da5c67971c849774f80d82e567698c593
6
+ metadata.gz: e87e5694fe8411bdf6a78655f679ca33cdccafc058a1245031743cd911333b3d9eb6b6d3447de5aee869ef747310edd15006b5ec5e5f3d8732081413f3985af6
7
+ data.tar.gz: ba42f8fdcdd9ed86c271095faadaa29c2434bc26deceb469e09adbe37c34532378efb8943d076c3521aafc94c77cb75a5745a0f57cde9c89fdd459c445f6f8ac
@@ -1,7 +1,7 @@
1
1
  [bumpversion]
2
2
  commit = True
3
3
  tag = True
4
- current_version = 2.8.2
4
+ current_version = 2.8.3
5
5
  parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+))?
6
6
  serialize =
7
7
  {major}.{minor}.{patch}.{release}
data/CHANGES CHANGED
@@ -1,6 +1,11 @@
1
1
  Kameleon CHANGELOG
2
2
  ==================
3
3
 
4
+ Version 2.8.3
5
+ -------------
6
+
7
+ - patch the doc and the default new recipe template
8
+
4
9
  Version 2.8.2
5
10
  -------------
6
11
 
@@ -9,13 +9,15 @@
9
9
  extend: <%= tpl.relative_path_from_recipe(recipe_path) %>
10
10
 
11
11
  global:
12
- <% if Kameleon.env.global["backend"] %>
13
12
  # This is the backend you have imported to switch to an other backend BCKD do:
14
13
  #
15
14
  # kameleon template import <%= tpl.relative_path_from_recipe(recipe_path) %> --global backend:BCKB
16
15
  #
17
- # and update the following variable.
16
+ # Then, uncomment and update the following variable.
17
+ <% if Kameleon.env.global["backend"] %>
18
18
  backend: <%= Kameleon.env.global["backend"] %>
19
+ <% else %>
20
+ # backend: qemu
19
21
  <% end %>
20
22
  # To see the variables that you can override, use the following command:
21
23
  #
@@ -1 +1 @@
1
- 2.8.2
1
+ 2.8.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kameleon-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.2
4
+ version: 2.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Salem Harrache
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2016-09-06 00:00:00.000000000 Z
15
+ date: 2016-09-08 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: childprocess