Handle signed-by option in __apt_source #335
No reviewers
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#335
Loading…
Reference in a new issue
No description provided.
Delete branch "fancsali/cdist:apt-source-signed-by"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow users to specify a GPG key fingerprint or keyring file to be
included as the 'signed-by' option.
Closes #16.
9f76574b90
to3f9f3e07e0
3f9f3e07e0
tod0271e4cd1
d0271e4cd1
to14cd5e3388
14cd5e3388
to1a3c8f2d63
1a3c8f2d63
tod7ff4469a5
@ -37,0 +38,4 @@
options="$options signed-by=$(cat "$__object/parameter/signed-by")"
fi
if [ "$options" != "" ]; then
This is very unshell alike, I suggest to use:
Et voilá...
Besides one comment, good from my side.
d7ff4469a5
to0ae37b3445
One thing though: this might be looked at in relation with #336 - depending on what the workflow/branching policy is...