Darko Poljak
e69be05f70
Merge pull request #694 from darko-poljak/SC2005
...
Fix SC2005
7 years ago
Darko Poljak
d29534861b
Merge pull request #695 from darko-poljak/SC2004
...
Fix SC2004
7 years ago
Darko Poljak
0928708d19
Fix SC2004
7 years ago
Darko Poljak
5ed95ce93b
Fix SC2005
7 years ago
Darko Poljak
aef14ad39e
++changelog
7 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
7 years ago
Jonas Weber
6326eae1bb
Fix SC2166 on all manfest/gencode/explorers
7 years ago
Darko Poljak
e551348cd7
Create man7 directory if needed.
7 years ago
Darko Poljak
9cb9771e33
Exclude man7 empty directory from archive.
7 years ago
Darko Poljak
f705fe8fc6
Merge pull request #692 from darko-poljak/log-timestamping-config
...
Add timestamping log option to config file.
7 years ago
Darko Poljak
82077aff25
Add timestamping log option to config file.
7 years ago
Darko Poljak
e404ff4836
++changelog
7 years ago
Darko Poljak
1e34fc20be
Merge pull request #691 from darko-poljak/log-timestamping
...
Add timestamp to log messages.
7 years ago
Darko Poljak
c04325fdc5
++changelog
7 years ago
Darko Poljak
4b9994f134
Merge pull request #690 from myeisha/batch-scp
...
transfer all files of a directory at once
7 years ago
Darko Poljak
0c57b3083e
Fix getting loggers.
7 years ago
Darko Poljak
6acf6f64dc
Add timestamp to log messages.
7 years ago
Darko Poljak
02982ca8be
Release 4.10.3
7 years ago
Darko Poljak
1f703ab42e
++changelog
7 years ago
Darko Poljak
9b6ed0adc7
Merge pull request #689 from myeisha/deduplicate-mkdir
...
don't duplicate Remote::mkdir in explorer transfer
7 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.
7 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.
7 years ago
Darko Poljak
d6952543a7
Add 'real world example' walkthrough docs chapter.
7 years ago
Darko Poljak
aa80e8f87d
++changelog
7 years ago
Darko Poljak
690b63081f
Merge pull request #688 from thriqon/improve-package-apt
...
Improve __package_apt
7 years ago
Jonas Weber
b3f3b907a4
Quote aptget command and params, simplify explorer
7 years ago
Jonas Weber
346f1f8af3
Send messages when installing packages via __package_apt
7 years ago
Darko Poljak
19a55ac75a
++changelog
7 years ago
Darko Poljak
cebe5949fc
Merge pull request #687 from devinsolutions/update-__docker
...
Update __docker type
7 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.
7 years ago
Adam Dej
c2f8c7abb3
Add explorer for info in /etc/os-release
7 years ago
Darko Poljak
55dcaecafe
Release 4.10.2
7 years ago
Darko Poljak
3782656569
Report encoding errors nicely.
7 years ago
Darko Poljak
b9ddbb1aa0
++changelog
7 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 .
7 years ago
Darko Poljak
a627247908
Check if certbot exists before using it. Fixes #685 .
7 years ago
Darko Poljak
282647a88c
Fix changelog formatting.
7 years ago
Darko Poljak
fbc129e2ef
Merge pull request #684 from zhaostu/master
...
Update type `__package_update_index`
7 years ago
Stu Zhao
ad46c39c86
Merge branch 'master' into master
7 years ago
Darko Poljak
93d877f5bf
Add nonparallel marker for __apt_source type.
7 years ago
Stu Zhao
f143a70463
Support pacman with --maxage parameter
7 years ago
Stu Zhao
b12c02138d
Refactor __package_update_index explorers
...
* add an type explorer to unify detecting of package type.
* update currage use the type explorer, so if os and passed in type
does not match, it behaves correctly.
7 years ago
Stu Zhao
2f89d8a514
Fix __package_update_index processing error
...
exit 1 in explorer will abort cdist.
7 years ago
Darko Poljak
eeb0590150
++changelog
7 years ago
Darko Poljak
0e9ba29850
Merge pull request #682 from greendeath/master
...
Bugfix:
7 years ago
Dominique Roux
f04f76524c
Bugfix:
...
- __grafana_dashboard had the wrong release name for devuan ascii
7 years ago
Darko Poljak
1f2b7c84c2
++changelog
7 years ago
Darko Poljak
e1f5fbf7b2
Merge pull request #678 from devinsolutions/improve-systemd-unit
...
Improve __systemd_unit
7 years ago
Adam Dej
43982f821f
__systemd_unit: add support for masking units
7 years ago
Adam Dej
37b37f6e66
__systemd_unit: fix crash when transitioning to state=absent
...
This type tried to disable an unit after it has removed it, which
failed. Now the removal happens in gencode-remote, after the unit has
been stopped and disabled.
7 years ago