Add script to build peach-go-sbot debian package #10

Merged
mhfowler merged 3 commits from peach-go-sbot into main 2021-03-08 09:36:59 +00:00
9 changed files with 202 additions and 1 deletions
Showing only changes of commit 8072d5d014 - Show all commits

View File

@ -65,12 +65,12 @@ python3 -u scripts/build_packages.py
Freight supports the ability to have multiple versions of a package in a single Debian package archive. If a particular version of a package already exists in the Freight library, it will not be readded or overwritten.
## Build peach-go-sbot debian package
## Build peach-go-sbot Debian package
`sudo python3 scripts/build_peach_go_sbot.py -v <version_number>`
This build the peach-go-sbot package using the latest code from go-ssb, along with a systemd unit file,
and adds the debian package to the freight library.
This builds the peach-go-sbot package using the latest code from go-ssb, along with a systemd unit file,
and adds the Debian package to the Freight library.
## Install Packages from Debian Package Archive