Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release functionality to build system #148

Open
mattysmith22 opened this issue Dec 28, 2021 · 1 comment
Open

Add release functionality to build system #148

mattysmith22 opened this issue Dec 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mattysmith22
Copy link
Member

Aims

Add the ability for the entire release process to be performed by scons, that includes

  • Signing key generation
  • PBO signing
  • Exporting relevant files to an export folder
  • Zipping said export folder ready for export to Github releases

How do you envision this feature being implemented?

Use of ${a3ToolsDir}\DSSignFile\DSCreateKey.exe <authorityName> to generate fresh key
Use of ${a3ToolsDir}\DSSignFile\DSSignFile.exe <privateKey> <pboToSign> to sign fresh key
Scons can zip here.

Reference material

scons.

@mattysmith22 mattysmith22 added the enhancement New feature or request label Dec 28, 2021
@mattysmith22 mattysmith22 self-assigned this Dec 28, 2021
@mattysmith22 mattysmith22 added this to the Apache mod release v2.2 milestone Dec 28, 2021
@mattysmith22 mattysmith22 added this to To do in AH-64D Project Management via automation Dec 28, 2021
@mattysmith22
Copy link
Member Author

mattysmith22 commented Dec 28, 2021

This is a long term thing I would like to do, it can wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant