Skip to content
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.

ADD --sign forwarding option for makepkg #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

ADD --sign forwarding option for makepkg #269

wants to merge 2 commits into from

Conversation

nullptrT
Copy link
Contributor

@nullptrT nullptrT commented May 7, 2016

Useful when building locally or from AUR. Tested and works.

@@ -393,6 +393,7 @@ while [[ $1 ]]; do
# makepkg options
-A|--ignorearch) program_arg $A_M $1;;
--holdver) program_arg $A_M $1;;
--sign) program_arg $A_M $1;;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please align indentation to other lines.

@nullptrT
Copy link
Contributor Author

nullptrT commented May 7, 2016

Done.

@Skunnyk
Copy link
Member

Skunnyk commented Mar 21, 2017

Hello,
Why not use "sign " in makepkg BUILDENV to force signing ?

@nullptrT
Copy link
Contributor Author

nullptrT commented Mar 24, 2017

The idea was that I did not want to sign everything, just a specific set of packages, where BUILDENV would be too general.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants