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 optimized building tools #71

Merged
merged 34 commits into from
Jul 10, 2023
Merged

Conversation

Tostti
Copy link
Member

@Tostti Tostti commented Jun 27, 2023

Description

This PR aims to add the necessary tools to build rpm and deb packages in an efficient way.

Issues Resolved

#58

Check List

  • All tests pass
    • yarn test:jest
    • yarn test:jest_integration
    • yarn test:ftr
  • New functionality includes testing.
  • New functionality has been documented.
  • Update CHANGELOG.md
  • Commits are signed per the DCO using --signoff

@Tostti Tostti linked an issue Jun 27, 2023 that may be closed by this pull request
AlexRuiz7 and others added 2 commits June 27, 2023 19:05
- Fixed a bug where the output option was not taken into account.
- Fixed the path to the production config file.  

Signed-off-by: Álex Ruiz <[email protected]>
@Tostti Tostti marked this pull request as ready for review June 28, 2023 22:14
@Tostti Tostti marked this pull request as draft June 28, 2023 22:16
@AlexRuiz7
Copy link
Member

AlexRuiz7 commented Jun 29, 2023

.deb package installs and works
image

image

image

@AlexRuiz7 AlexRuiz7 mentioned this pull request Jun 29, 2023
5 tasks
@Tostti Tostti self-assigned this Jun 30, 2023
@Tostti Tostti marked this pull request as ready for review June 30, 2023 12:17
Copy link
Member

@Desvelao Desvelao left a comment

Choose a reason for hiding this comment

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

LGTM!

@AlexRuiz7 AlexRuiz7 force-pushed the 58-optimize-package-building branch from bbc9710 to 421a128 Compare July 6, 2023 10:26
@AlexRuiz7 AlexRuiz7 mentioned this pull request Jul 6, 2023
8 tasks
@AlexRuiz7
Copy link
Member

Backport to #62 and #68

@Tostti Tostti force-pushed the 58-optimize-package-building branch from 80945fc to 0eb72e9 Compare July 10, 2023 13:45
@AlexRuiz7 AlexRuiz7 merged commit f8eeb62 into wz-init Jul 10, 2023
43 checks passed
@AlexRuiz7 AlexRuiz7 deleted the 58-optimize-package-building branch July 10, 2023 15:15
AlexRuiz7 added a commit that referenced this pull request Jul 10, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Álex Ruiz <[email protected]>
Co-authored-by: Antonio <[email protected]>
AlexRuiz7 added a commit that referenced this pull request Jul 10, 2023
Signed-off-by: Álex Ruiz <[email protected]>
Co-authored-by: Álex Ruiz <[email protected]>
Co-authored-by: Antonio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Research about the generation of OS packages (rpm, deb)
3 participants