Changes

Jump to navigation Jump to search
511 bytes added ,  00:28, 3 May 2020
Created page with "Initializing the repo: <syntaxhighlight lang="bash">mkdir debian freight-init --gpg=packages@zom.bi --origin=Zombi --label=Zombi debian </syntaxhighlight> Adding a Package and..."
Initializing the repo:
<syntaxhighlight lang="bash">mkdir debian
freight-init --gpg=packages@zom.bi --origin=Zombi --label=Zombi debian
</syntaxhighlight>
Adding a Package and signing
<syntaxhighlight lang="bash">
# 'apt/' is not a path but the manager, and its the only supported argument here.
# add supports adding packages (*.deb) or
# source packages (*.dsc, *.debian.tar.gz, *.orig.tar.gz).
freight-add ../test.deb apt/stable/main
freight-cache # signs release and creates servable repo
</syntaxhighlight>

Navigation menu