- update the
cargo-1.xx
version inubuntu-ppa/Dockerfile
(note: bothcargo
andcargo-1.xx
are needed) - update the
cargo-1.xx
andrust-1.xx
versions incontrol
- update the
cargo-1.xx
versions inrules
- update the
cargo-1.xx
versions inrelease.sh
- update the trippy
VERSION
in therelease.sh
script - reset the
REVISION
to1
in therelease.sh
script
Copy the pgp key to the repo root directory:
cp /path/to/pgp.key .
Build the debian ppa builder Docker image from the ubuntu-ppa
directory:
docker build . -t fujiapple/trippy-ppa-build:latest
Run the debian Docker image (from the repo root directory):
docker run -it -v (pwd):/data fujiapple/trippy-ppa-build
Note that the upload is simulated, remove the -ss
flag from dput to upload the package to the PPA.