Thomas Eckert
a46da35bbc
fix SC2148 (missing shebang) and make executable
6 years ago
Darko Poljak
d49d38481f
++changelog
6 years ago
Darko Poljak
66ca2fcb70
Merge pull request #703 from tom-ee/fix-SC2045
...
fix SC2045 (use globs instead of `ls`)
6 years ago
Thomas Eckert
d950ddada3
fix SC2045 (use globs instead of `ls`)
6 years ago
Darko Poljak
31bf6ab230
++changelog
6 years ago
Darko Poljak
b62b41b263
Merge pull request #702 from tom-ee/fix-SC2166-global-explorer
...
fix another SC2166 (test `[ .. -a.. ]` replaced by `[ .. ] && ]`)
6 years ago
Thomas Eckert
134c84607f
fix another SC2166 (test `[ .. -a.. ]` replaced by `[ .. ] && ]`)
6 years ago
Darko Poljak
ab9e2264df
++changelog
6 years ago
Darko Poljak
e1b62ec560
Merge pull request #699 from darko-poljak/SC2039
...
Fix SC2039
6 years ago
Darko Poljak
383af6736f
++changelog
6 years ago
Darko Poljak
4403392869
Merge pull request #698 from darko-poljak/SC2002
...
Fix SC2002
6 years ago
Darko Poljak
8ef2773c0d
Fix SC2039
6 years ago
Darko Poljak
44acfcdd12
Fix SC2002
6 years ago
Darko Poljak
3757e8c2c5
++changelog
6 years ago
Darko Poljak
e69be05f70
Merge pull request #694 from darko-poljak/SC2005
...
Fix SC2005
6 years ago
Darko Poljak
d29534861b
Merge pull request #695 from darko-poljak/SC2004
...
Fix SC2004
6 years ago
Darko Poljak
0928708d19
Fix SC2004
6 years ago
Darko Poljak
5ed95ce93b
Fix SC2005
6 years ago
Darko Poljak
aef14ad39e
++changelog
6 years ago
Darko Poljak
f1369820d0
Merge pull request #693 from thriqon/shellcheck-party-SC2166
...
Fix SC2166 (and/or operators in test) on all manfest/gencode/explorers
6 years ago
Jonas Weber
6326eae1bb
Fix SC2166 on all manfest/gencode/explorers
6 years ago
Darko Poljak
e551348cd7
Create man7 directory if needed.
6 years ago
Darko Poljak
9cb9771e33
Exclude man7 empty directory from archive.
6 years ago
Darko Poljak
f705fe8fc6
Merge pull request #692 from darko-poljak/log-timestamping-config
...
Add timestamping log option to config file.
6 years ago
Darko Poljak
82077aff25
Add timestamping log option to config file.
6 years ago
Darko Poljak
e404ff4836
++changelog
6 years ago
Darko Poljak
1e34fc20be
Merge pull request #691 from darko-poljak/log-timestamping
...
Add timestamp to log messages.
6 years ago
Darko Poljak
c04325fdc5
++changelog
6 years ago
Darko Poljak
4b9994f134
Merge pull request #690 from myeisha/batch-scp
...
transfer all files of a directory at once
6 years ago
Darko Poljak
0c57b3083e
Fix getting loggers.
6 years ago
Darko Poljak
6acf6f64dc
Add timestamp to log messages.
6 years ago
Darko Poljak
02982ca8be
Release 4.10.3
6 years ago
Darko Poljak
1f703ab42e
++changelog
6 years ago
Darko Poljak
9b6ed0adc7
Merge pull request #689 from myeisha/deduplicate-mkdir
...
don't duplicate Remote::mkdir in explorer transfer
6 years ago
dhivael
c021cd15cd
transfer all files of a directory at once
...
instead of calling the copy command once per file in a directory (eg a
type explorer dir), call the copy command only once with all files of
the directory.
batch copy saves 20% of dry-run time on my test manifest in sequential
mode, and 15% in parallel mode.
6 years ago
dhivael
f918acd725
don't duplicate Remote::mkdir in explorer transfer
...
Remote::transfer contains a call to mkdir(destination) if the source is
a directory. since the destination must also be a directory we can omit
extra mkdir calls in Explorer.
this saves about 10% on my manifests in sequential mode, and about 6% in
parallel mode.
6 years ago
Darko Poljak
d6952543a7
Add 'real world example' walkthrough docs chapter.
6 years ago
Darko Poljak
aa80e8f87d
++changelog
6 years ago
Darko Poljak
690b63081f
Merge pull request #688 from thriqon/improve-package-apt
...
Improve __package_apt
6 years ago
Jonas Weber
b3f3b907a4
Quote aptget command and params, simplify explorer
6 years ago
Jonas Weber
346f1f8af3
Send messages when installing packages via __package_apt
6 years ago
Darko Poljak
19a55ac75a
++changelog
6 years ago
Darko Poljak
cebe5949fc
Merge pull request #687 from devinsolutions/update-__docker
...
Update __docker type
6 years ago
Adam Dej
2e653409c1
Update __docker type
...
- Update installation method, following official installation
instructions.
- docker-engine was renamed to Docker CE around March 2017. Update
manpage to reflect that change.
- Remove flag `--experimental` since it is no longer necessary to install a
different binary to get experimental features. Experimental features are
included in the stable binary and can be enabled by a flag or in a
config file.
6 years ago
Adam Dej
c2f8c7abb3
Add explorer for info in /etc/os-release
6 years ago
Darko Poljak
55dcaecafe
Release 4.10.2
6 years ago
Darko Poljak
3782656569
Report encoding errors nicely.
6 years ago
Darko Poljak
b9ddbb1aa0
++changelog
6 years ago
Darko Poljak
b67051fac5
Merge pull request #686 from darko-poljak/letsencrypt_cert_explorers_fix
...
Check if certbot exists before using it. Fixes #685 .
6 years ago
Darko Poljak
a627247908
Check if certbot exists before using it. Fixes #685 .
6 years ago