Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/rpi-image-gen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ supported upstream.
```sh
packaging/deb/build-deb.sh --output dist # or download a release asset
rpi-image-gen build -S ./deploy/rpi-image-gen/ -c door-sync-ab.yaml -- \
IGconf_doorsync_deb=$PWD/dist/door-sync_0.3.0_all.deb
IGconf_doorsync_deb=$PWD/dist/door-sync_0.3.1_all.deb
```

`-S` sets the source directory, so `config/` and `layer/` are found beneath it;
Expand Down
4 changes: 2 additions & 2 deletions deploy/rpi-image-gen/config/door-sync-ab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Build (arm64 Debian host -- see README):
# packaging/deb/build-deb.sh --output dist # or fetch a release asset
# rpi-image-gen build -S ./deploy/rpi-image-gen/ -c door-sync-ab.yaml -- \
# IGconf_doorsync_deb=$PWD/dist/door-sync_0.3.0_all.deb
# IGconf_doorsync_deb=$PWD/dist/door-sync_0.3.1_all.deb
#
# Produces door-sync-ab.update.tar.zst in the deploy dir alongside the disk
# image -- that bundle is what Raspberry Pi Connect pushes to the device.
Expand All @@ -25,7 +25,7 @@ artefact:
# Bump for every image you cut. This is the version an operator sees when
# deciding whether to deploy or roll back, so keep it in step with the
# door-sync release it carries.
version: 0.3.0
version: 0.3.1

image:
name: door-sync-ab
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = "door-sync"
author = "Ryan Morash"
release = "0.3.0"
release = "0.3.1"

extensions = [
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Install from a release asset. The package is ``Architecture: all``, so one

.. code-block:: bash

VERSION=0.3.0
VERSION=0.3.1
curl -fsSLO "https://github.com/TechValleyCenterOfGravity/door-sync/releases/download/v${VERSION}/door-sync_${VERSION}_all.deb"
sudo apt install "./door-sync_${VERSION}_all.deb"

Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages**, not a bundled virtualenv.

```sh
packaging/deb/build-deb.sh # version from pyproject.toml
packaging/deb/build-deb.sh --version 0.3.0 # must match pyproject
packaging/deb/build-deb.sh --version 0.3.1 # must match pyproject
```

Requires `dpkg-deb`, `python3` and `uv`, so it runs on a Debian-ish host or in
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "door-sync"
version = "0.3.0"
version = "0.3.1"
description = "CiviCRM-to-UniFi sync service for door access control"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.