ubuntu-ppa/README.md
cargo-1.xx version in ubuntu-ppa/Dockerfile (note: both cargo and cargo-1.xx are needed)cargo-1.xx and rust-1.xx versions in controlcargo-1.xx versions in rulescargo-1.xx versions in release.shVERSION in the release.sh scriptUPSTREAM in the release.sh script (removing any +repack{N} suffix)REVISION to 1 in the release.sh scriptCopy 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.