socotra-build 0.3.44 → 0.3.45
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 +4 -4
- data/lib/socotra-build.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91226f66d7746c00ecb70432bd194ebe10723d87
|
|
4
|
+
data.tar.gz: d12e1c5af58e1ca7c94b3b3cf938951fae5ba405
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dede8a465546bb1c550181d328f6fb4ffc7b2664ea0cf8db9736f17da755bc4b3c8a234a188e5ca0155aa23116b0e600042a0853d1cebb5c7572475831451793
|
|
7
|
+
data.tar.gz: 33106cbf1d55be618098f6770751ff46df3e7040fd7a4e5f28dc059e4daf419670b68baa3dad6fea4ae628b233be043894f1c5b02cd6c6bb182de0e3888febaa
|
data/lib/socotra-build.rb
CHANGED
|
@@ -132,9 +132,9 @@ def self.system_safe(cmd=cmd, cmd_description=cmd_description, error_message=err
|
|
|
132
132
|
date = Time.now.strftime("%Y-%m-%d %H:%M:%S")
|
|
133
133
|
cmd_sanitized = get_sanitized_cmd(cmd)
|
|
134
134
|
if print_command
|
|
135
|
-
puts "#{date} Executing command: #{cmd_sanitized}"
|
|
135
|
+
puts "#{date} INFO: Executing command: #{cmd_sanitized}"
|
|
136
136
|
else
|
|
137
|
-
puts "Not logging command"
|
|
137
|
+
puts "#{date} INFO: Not logging command"
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
if log
|