Darko Poljak
5092752786
Update build helper script in .gitattributes
2 years ago
Darko Poljak
a07a458871
++changelog
2 years ago
poljakowski
105797ccb4
Merge branch 'feature/type/__hwclock' into 'master'
...
__hwclock: New type
See merge request ungleich-public/cdist!956
2 years ago
poljakowski
17fb8bb5d5
Merge branch 'feature/tests/keep-going' into 'master'
...
cdist-build-helper shellcheck* keep going
See merge request ungleich-public/cdist!955
2 years ago
poljakowski
ac31e95ec0
Merge branch 'fix/ci' into 'master'
...
Make the pipeline green again
See merge request ungleich-public/cdist!954
2 years ago
Dennis Camera
ebf471e8d0
[type/__hwclock] Add new type
2 years ago
Dennis Camera
2f70a8b540
[bin/cdist-build-helper] Keep going in shellcheck targets
2 years ago
Dennis Camera
c39eb1dbce
[cdist.emulator] Fix setting of log level (tests OK)
2 years ago
Dennis Camera
0ee3fda94d
Fix paths to cdist executable
2 years ago
Dennis Camera
f82e0167aa
[.gitlab-ci.yml] Make version before other targets
2 years ago
Dennis Camera
e2d4f8037a
[bin/cdist-build-helper] Fix paths to ex scripts/ scripts
2 years ago
Dennis Camera
21dd500c05
Make pycodestyle pipeline happy
2 years ago
Darko Poljak
ba90651052
++changelog
2 years ago
poljakowski
bf9d70bb8c
Merge branch 'reorg' into 'master'
...
small reorganization
See merge request ungleich-public/cdist!942
2 years ago
poljakowski
461c287323
Merge branch 'feature/__locale/explorer' into 'master'
...
__locale: add state explorer
See merge request ungleich-public/cdist!950
2 years ago
poljakowski
304f420072
Merge branch 'docs/cdist-best-practice/24-9' into 'master'
...
docs: Add missing 'config' command in 24.9. Testing a new type
See merge request ungleich-public/cdist!952
2 years ago
ssrq
792b4b1076
Add missing 'config' command
2 years ago
matze
a95eab77a5
__locale: add state explorer
...
.. so it doesn't execute code all the time.
2 years ago
Darko Poljak
d2506ac04e
Release 6.9.1
2 years ago
Darko Poljak
fded60bd0f
++changelog
2 years ago
poljakowski
fe8920740f
Merge branch 'feature/__package_apt/recommends' into 'master'
...
__package_apt: add --install-recommends parameter
See merge request ungleich-public/cdist!949
2 years ago
poljakowski
729fdb9c1a
Merge branch 'type/__dpkg_architecture' into 'master'
...
New type __dpkg_architecture
See merge request ungleich-public/cdist!948
2 years ago
poljakowski
1b3e1acd22
Merge branch 'feature/type/__hostname/openwrt-support' into 'master'
...
__hostname: Add support for OpenWrt
See merge request ungleich-public/cdist!947
2 years ago
poljakowski
77397514ca
Merge branch 'fix/type/__file/pre-exists' into 'master'
...
__file: Fix --state pre-exists (this time for real)
See merge request ungleich-public/cdist!946
2 years ago
matze
9fc6ee0948
__package_apt: add --install-recommends parameter
...
For a good reason, __package_apt doesn't install recommended packages as
default. But the option --install-recommends comes handy if you want to
install a package where you want to install all recommended packages
(and not to install all of them separately).
Also, the manpage now explains that the type won't install recommended
packages by default.
2 years ago
matze
91bcc2a293
__dpkg_architecture: make type nonparallel
...
I think it's not good that dpkg or apt is running in parallel.
2 years ago
matze
7777580d8f
__dpkg_architecture: add copyright headers
2 years ago
matze
b0f3bb3350
New type __dpkg_architecture
...
This type handles foreign architectures added to dpkg.
2 years ago
Dennis Camera
10abe514b8
[type/__hostname] Add support for OpenWrt
2 years ago
Darko Poljak
348c6eedc9
Release 6.9.0
2 years ago
Darko Poljak
c7c3075f62
++changelog
2 years ago
Darko Poljak
0f1df5ef68
Fix shellcheck source directives
2 years ago
poljakowski
bd9b21394f
Merge branch 'type/openwrt-uci' into 'master'
...
Add OpenWrt UCI types
See merge request ungleich-public/cdist!886
2 years ago
Darko Poljak
d28a70a73c
++changelog
2 years ago
poljakowski
67f1475a20
Merge branch 'feature/type/__apt_norecommends/reuse-file' into 'master'
...
__apt_norecommends: Use 00InstallRecommends file as debian-installer does
See merge request ungleich-public/cdist!945
2 years ago
Dennis Camera
df881c0f98
[type/__file] Fix --state pre-exists also for non-dry-runs
2 years ago
Darko Poljak
2be8c63458
pycodestyle fixes
2 years ago
Dennis Camera
ade69729dd
[type/__uci_section] Only generate UCI commands if state differs
2 years ago
Dennis Camera
9d40500570
[type/__uci_section] Apply all commands in a single batch
2 years ago
Dennis Camera
3e5f18d409
[type/__uci] Apply all commands in a single batch
2 years ago
Dennis Camera
ec984f81b5
[type/__uci] Delete --transaction parameter
2 years ago
Dennis Camera
dfe9e08c28
[type/__uci_commit] Delete type
2 years ago
Dennis Camera
e264fb004f
[type/__uci] Convert to immediate remote execution
2 years ago
Dennis Camera
c1ae3ccb2f
[type/__uci*] Remove public-facing transaction "interface"
2 years ago
Dennis Camera
a6c37095f1
[type/__uci_section] Externalise functions to separate file
2 years ago
Dennis Camera
7b30119504
[type/__uci] Externalise functions to separate file
2 years ago
Dennis Camera
63d41a1053
[type/__uci_section] Improve --match support with existing named sections
...
Use section if named section exists without --match option (e.g. empty section).
2 years ago
Dennis Camera
4aebb1f127
[type/__uci*] Update man.rst regarding quoting requirements
2 years ago
Dennis Camera
8728817af6
[type/__uci] Unquote UCI reported values
...
Without unquoting values printed in single quotes by UCI would always lead to
the state explorer reporting "different".
2 years ago
Dennis Camera
b99ca3cbdf
[type/__uci_section] Split up --option and --list
2 years ago