I am somewhat snowed under atm, so feel free to adjust the code, ladies and gents...
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/…
Well, I reckon, the OS will remove it eventually; wouldn't it?
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…
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…
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…