fancsali fancsali
  • Joined on 2021-11-20
fancsali commented on pull request ungleich-public/cdist#340 2022-09-05 18:36:36 +00:00
__package_apt to accept .dpk files directly

Well, according to the FHS, it sortof does: "Programs must not assume that any files or directories in /tmp are preserved between invocations of the program." (https://refspecs.linuxfoundation.org/

fancsali pushed to master at fancsali/cdist 2022-09-05 12:56:16 +00:00
90488d2e9e [doc] add release process documentation
be6e7fcc08 Prepare release of cdist 7.0.0
d4bf41ce3b ++changelog
7de931829a Merge pull request 'Add Check Point Gaia (FW1) management and firewall appliances to explorers' (#339) from stephan/cdist:master into master
17466452f0 revert __line for clean PR history
Compare 10 commits »
fancsali commented on pull request ungleich-public/cdist#340 2022-08-03 08:46:27 +00:00
__package_apt to accept .dpk files directly

Well, I reckon, the OS will remove it eventually; wouldn't it?

fancsali commented on pull request ungleich-public/cdist#337 2022-07-16 21:18:07 +00:00
WIP: Refinements on __apt_source & --signed-by

Fair point; should be fixed now.

fancsali pushed to apt-source-signed-by at fancsali/cdist 2022-07-16 21:17:00 +00:00
8a832b8bb4 Do not state twice, that param is multi-valued
fancsali commented on pull request ungleich-public/cdist#337 2022-07-16 21:14:03 +00:00
WIP: Refinements on __apt_source & --signed-by

Because $signed_by and $forcedarch can both be empty, so we might end up with something like signed-by=ABCDEF or arch=amd64 .

Besides $signed_by itself is multi-valued and assembled…

fancsali commented on pull request ungleich-public/cdist#336 2022-07-14 22:52:06 +00:00
WIP: Merge __apt_pin fixes in 6.9 to master

I did look into this, and found, that Gitea shows the output of

git diff $(git merge-base 6.9 master) 6.9

for this PR; or in other words all the commits/changes that happened on…

fancsali pushed to master at fancsali/cdist 2022-07-14 22:21:58 +00:00
339ca9347b ++changelog
5a7542db75 Merge pull request 'Handle signed-by option in __apt_source' (#335) from fancsali/cdist:apt-source-signed-by into master
0ae37b3445 Handle signed-by option in __apt_source
Compare 3 commits »
fancsali pushed to 6.9 at fancsali/cdist 2022-07-14 22:21:33 +00:00
e50ea3358a Merge pull request 'Fix typo in __apt_pin docs' (#338) from fancsali/cdist:bugfix/apt-pin-type into 6.9
d23cef6a1d Fix typo in __apt_pin docs
Compare 2 commits »
fancsali created pull request ungleich-public/cdist#340 2022-07-14 19:35:30 +00:00
WIP: __package_apt to accept .dpk files directly
fancsali pushed to package-apt-dpkg at fancsali/cdist 2022-07-14 19:34:43 +00:00
35582f948f __package_apt to accept .dpk file as --source
fancsali pushed to apt-source-signed-by at fancsali/cdist 2022-07-14 19:29:37 +00:00
3c4214f0eb Fix sections in doc
fancsali created branch package-apt-dpkg in fancsali/cdist 2022-07-14 09:01:18 +00:00
fancsali pushed to package-apt-dpkg at fancsali/cdist 2022-07-14 09:01:18 +00:00
121a9c23bf __package_apt to accept .dpk file as --source
fancsali created branch docs-fixes in fancsali/cdist 2022-07-09 22:36:40 +00:00
fancsali pushed to docs-fixes at fancsali/cdist 2022-07-09 22:36:40 +00:00
fancsali pushed to docs-typo at fancsali/cdist 2022-07-09 22:11:20 +00:00
211af0d842 Fix unclear wording
fancsali created branch docs-typo in fancsali/cdist 2022-07-09 22:11:20 +00:00
fancsali commented on pull request ungleich-public/cdist#336 2022-07-09 13:25:06 +00:00
WIP: Merge __apt_pin fixes in 6.9 to master

If we change the parameter from optional to required, we also need to change the documentation in man.rst with it, otherwise code and documentation mismatch.

Fix required in docs before…

fancsali created pull request ungleich-public/cdist#338 2022-07-08 15:54:57 +00:00
Fix typo in __apt_pin docs