HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sfdk package — Execute package creation build step. More information: <https://github.com/sailfishos/sailfish-qtcre

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandbuildcreationexecutestepclisfdk packagepackage

Problem

How to use the sfdk package command: Execute package creation build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.package.adoc>.

Solution

sfdk package — Execute package creation build step. More information: <https://github.com/sailfishos/sailfish-qtcreator/blob/master/share/qtcreator/sfdk/modules/20-building-mb2/doc/command.package.adoc>.

Create a package:
sfdk package


Create a package without executing the check section in RPM SPEC file:
sfdk package --no-check


Create and sign a package:
sfdk package --sign

Code Snippets

Create a package

sfdk package

Create a package without executing the check section in RPM SPEC file

sfdk package --no-check

Create and sign a package

sfdk package --sign

Context

tldr-pages: common/sfdk package

Revisions (0)

No revisions yet.