itamae-plugin-recipe-ros 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 591326e8faa20550d55cf43108adb7ff403871cd
4
- data.tar.gz: 7799672c3d25d9c4a22e883e313391b920664e39
3
+ metadata.gz: b81acf163553cddedc56572e008c2f3c12b72493
4
+ data.tar.gz: 57450d677d360acc391f8d06965e8816875600ac
5
5
  SHA512:
6
- metadata.gz: 5a9c150d586a6062dc1f944133c72711ef58169b1bd9f8b62197811163cae3b38725b89e4090d79bed7ffa0c359faa6b23dd193406dbd01e22f22280f4c7913d
7
- data.tar.gz: 884199f752bca91cd0954f9bbc8c8b6828940dfba6e63fcae5c72d043ac7415c233b102715dfffd4a0a664c135d3301a3c1f6285c8b70cb632d1c07efd26533d
6
+ metadata.gz: 007642d46bdbb11c4c9f9fb498ae41bf0018667e89974e9bf7369b06050784e99386b8c32f33c189388a7164b4337c3aed36561bad1a341c312a0a7b773e0674
7
+ data.tar.gz: 724de7c3801dccb751674fe77443a0850cc64b66dbfcaadbf677a8c83fc61a79dbb233fa35e4bb116079e7eda395a3b121a068e20d0f6a9014ad467bfb5ec65d
data/README.md CHANGED
@@ -27,9 +27,16 @@ Or install it yourself as:
27
27
  include_recipe "ros::install"
28
28
  ```
29
29
 
30
- ### Node
30
+ ### Node Attributes
31
31
 
32
- *your node example*
32
+ Attribute Type | Available Values
33
+ ------------- | -------------
34
+ distribution | [jade, indigo]
35
+ install-target | [desktop-full, desktop, ros-base]
36
+
37
+ You should add "ros" as the prefix of each attributes.
38
+
39
+ **For example**
33
40
 
34
41
  ```yaml
35
42
  ros:
@@ -25,7 +25,7 @@ when "debian", "ubuntu"
25
25
  execute 'Environment setup' do
26
26
  add_cmd = "source /opt/ros/%s/setup.bash" % node[:'ros']['distribution']
27
27
  not_if 'grep "%s" ~/.bashrc' % add_cmd
28
- command 'echo "%s" >> ~/.bashrc && source ~/.bashrc' % add_cmd
28
+ command 'echo "%s" >> ~/.bashrc' % add_cmd
29
29
  end
30
30
 
31
31
  execute 'Load setup script' do
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module Ros
5
- VERSION = "0.2.0"
5
+ VERSION = "0.2.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-ros
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
  - Daiki Maekawa
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-08-16 00:00:00.000000000 Z
11
+ date: 2015-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae