brpm_content 0.1.21 → 0.1.22
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 +8 -8
- data/modules/framework/config.yml +1 -1
- data/modules/framework/lib/module_installer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmM2MDQyNzQzMzIwZWQ2ZTkyYmRjOTAzZDUwYTYwZDBmZWI0YWFkYQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzUxMzkyNzYyZTc0N2Y2MjU5ZmE1YWIzNWNkMDBmM2FhNjcxYjk3Ng==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OTMxNWIzMTdmMmE5NWU0ZWZjOGEzYzM5YjM1ZjNmODdiMWRiZDNmMGFiNjEz
|
|
10
|
+
MTMxNDQyOTJjNTVmYzE0MGQ1YTRiZTZiM2U3ODNjODIzOWUxYWFiMjVkY2Yy
|
|
11
|
+
NTAwMmI1ZDAxMTZkMGQwMWRiM2IyZjAyNWM5OGFmOTRkMWJkZjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NDcyN2E0MWIwNWI5MzRjODExYTQzZGUyODI2NTAxOTE0MDljN2VhZmMyMjU4
|
|
14
|
+
YTgxZjMzODU0YmUzMTIwOWZlNDI5NTI4YWRmNzU3NTJkYTRkMDQyZjMyOGJj
|
|
15
|
+
MWNiYmM5NjQxNWU1ODY0ZmI2MjUzYTI1M2Q4ZTdiZDNkZTI0Mzg=
|
|
@@ -18,7 +18,7 @@ class ModuleInstaller
|
|
|
18
18
|
update_symlink_to_brpm_content_if_necessary(brpm_content_spec)
|
|
19
19
|
|
|
20
20
|
BrpmAuto.log "Copying the log.html file to te automation_results directory..."
|
|
21
|
-
File.cp("#{brpm_content_spec.gem_dir}/modules/framework/log.html", "#{
|
|
21
|
+
File.cp("#{brpm_content_spec.gem_dir}/modules/framework/log.html", "#{ENV["BRPM_HOME"]}/automation_results")
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
BrpmAuto.log "Installing the automation script wrappers in the local BRPM instance..."
|