Darko Poljak
|
954663475a
|
Merge branch 'cdist-5.0.0' into 'master'
Cdist 5.0.0
See merge request ungleich-public/cdist!775
|
6 years ago |
Darko Poljak
|
513fde1cc1
|
++changelog
|
6 years ago |
Darko Poljak
|
d242f1e758
|
Unify build-helper scripts
|
6 years ago |
Darko Poljak
|
2f93320627
|
Generating speeches is not part of cdist release
Speeches should be generated on demand when needed
and the cdist website should be updated.
|
6 years ago |
Darko Poljak
|
249ac917d3
|
Changes due to new website
|
6 years ago |
Darko Poljak
|
0ab43e2405
|
Release -j/--jobs option, i.e. make it non-beta
|
6 years ago |
Darko Poljak
|
bd9884fac4
|
Tell curl to use HTTP version 1.1
By default, was getting the following error:
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
|
6 years ago |
Darko Poljak
|
71945ef956
|
Fix copy-paste thing
|
6 years ago |
Darko Poljak
|
fe833fdfcb
|
Sign git tag as one of the last steps
If it fails then the whole release should not fail,
signing git tag can be tried again.
|
6 years ago |
Darko Poljak
|
6258e397ed
|
Include changelog in gitlab release
|
6 years ago |
Darko Poljak
|
2a0a24eccc
|
++changelog
|
6 years ago |
Darko Poljak
|
de1c198dc0
|
Merge branch 'feature/detect-dependency-cycle' into 'master'
Detect dependency cycle as soon as possible
See merge request ungleich-public/cdist!774
|
6 years ago |
Darko Poljak
|
edfaa65d2b
|
Detect dependency cycle as soon as possible
|
6 years ago |
Darko Poljak
|
2505023387
|
Append requirement only if already not present
|
6 years ago |
Darko Poljak
|
6ad261fdf2
|
++changelog
|
6 years ago |
Darko Poljak
|
8b93bf0218
|
Migrate from github to ungleich gitlab
|
6 years ago |
Darko Poljak
|
3ca337dfe0
|
++changelog
|
6 years ago |
Darko Poljak
|
880f653ec2
|
Merge pull request #771 from sideeffect42/quote-block
__block: Quote prefix/suffix
|
6 years ago |
Darko Poljak
|
5b20950045
|
Merge pull request #773 from sideeffect42/postgres-nopw
__postgres_{database,role}: Run psql with --no-password (-w)
|
6 years ago |
Darko Poljak
|
281691cfd9
|
Merge pull request #772 from sideeffect42/openbsd-init
explorer/init: Add support for OpenBSD
|
6 years ago |
Takashi Yoshi
|
f7ace88ec2
|
[__postgres_{database,role}] Run psql with --no-password (-w)
cdist does not work with interactive processes, so it's better to fail when
manual password input is required.
|
6 years ago |
Takashi Yoshi
|
6dd5278ade
|
[explorer/init] Add support for OpenBSD
|
6 years ago |
Takashi Yoshi
|
510ea220f2
|
[type/__block] Quote prefix and suffix correctly
Before prefix and suffix were not allowed to contain " (quotes).
|
6 years ago |
Darko Poljak
|
31b9859e08
|
++changelog
|
6 years ago |
Dmitry Bogatov
|
a95d4ffefa
|
Fix spelling error in manpage
|
6 years ago |
Darko Poljak
|
2536cd6f95
|
Release 4.11.1
|
6 years ago |
Darko Poljak
|
7c0ba0d5be
|
pycodestyle
|
6 years ago |
Darko Poljak
|
6bd34c74d3
|
++
|
6 years ago |
Darko Poljak
|
e516c9741a
|
Merge pull request #770 from darko-poljak/bugfix/disks-should-not-break-config
Print empty disk list for unsupported OS
|
6 years ago |
Darko Poljak
|
7ca66b7b6a
|
++changelog
|
6 years ago |
Darko Poljak
|
c2d32a78a9
|
Merge pull request #768 from 4nd3r/fixes_for_solaris
[RFC] fixes for solaris
|
6 years ago |
Darko Poljak
|
5314f514c5
|
Print empty disk list for unsupported OS
|
6 years ago |
Darko Poljak
|
a8588019ee
|
++changelog
|
6 years ago |
Darko Poljak
|
84c4bf5577
|
Merge pull request #767 from darko-poljak/feature/better-explorer-error-report
Report explorer error better
|
6 years ago |
Darko Poljak
|
b0273af0d4
|
Rm relicts, pypi before web publishing
|
6 years ago |
Darko Poljak
|
c10074780e
|
Release 4.11.0
|
6 years ago |
Darko Poljak
|
d08ab628da
|
++
|
6 years ago |
Darko Poljak
|
c8bf78d651
|
Merge pull request #763 from darko-poljak/bugfix/disks-explorer-fallback
explorer/disks: do fallback right, in a POSIX way
|
6 years ago |
Ander Punnar
|
038524ba30
|
support solaris in __(file|directory)/explorer/stat
|
6 years ago |
Ander Punnar
|
e3a900c1c9
|
__ssh_authorized_keys: remove legacy code
|
6 years ago |
Darko Poljak
|
087066687c
|
Report explorer error better
Fixes #766
|
6 years ago |
Darko Poljak
|
b5bdb54b7f
|
Currently support only Linux, FreeBSD, OpenBSD, NetBSD
Make no assumptions, but rather output that system is unsupported
and ask the user to add support for it.
|
6 years ago |
Darko Poljak
|
250f3d3fb8
|
shellcheck: remove unused var
|
6 years ago |
Darko Poljak
|
3b3ac95ac3
|
++changelog
|
6 years ago |
Darko Poljak
|
f8d36446db
|
Merge pull request #765 from 4nd3r/__better_interfaces
global interfaces explorer: only check if we have ip or ifconfig
|
6 years ago |
Ander Punnar
|
ab3544d5e8
|
global interfaces explorer: only check if we have ip or ifconfig and be more compatible.
tests on debian, centos, freebsd, openbsd, netbsd and solaris confirm that this is enough and extra os check is not needed here.
|
6 years ago |
Darko Poljak
|
69fc80ec95
|
++
|
6 years ago |
Darko Poljak
|
e32982a648
|
Merge pull request #760 from 4nd3r/__acl_improvements
__acl improvements
|
6 years ago |
Ander Punnar
|
108e46abee
|
__acl: fix removal in freebsd
|
6 years ago |
Ander Punnar
|
186ce77bb2
|
__acl: add messaging
|
6 years ago |