incron deprecation notice

pull/224/head
Rui Carmo 2021-12-07 10:14:34 +00:00
rodzic 749dee8325
commit c739bd6406
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
distro: [ buster, bullseye, bionic, focal ]
distro: [ buster, bionic, focal ]
steps:
- uses: actions/checkout@v1

Wyświetl plik

@ -10,12 +10,14 @@ The tiniest Heroku/CloudFoundry-like PaaS you've ever seen.
### Documentation: [Using](#using-piku) | [Install](#install) | [Procfile](docs/DESIGN.md#procfile-format) | [ENV](./docs/ENV.md) | [Examples](./examples/README.md) | [Roadmap](https://github.com/piku/piku/projects/2) | [Contributing](./docs/CONTRIBUTING.md) | [LinuxConf Talk](https://www.youtube.com/watch?v=ec-GoDukHWk) | [Fast Web App Tutorial](https://github.com/piku/webapp-tutorial)
## Requirements / Deprecation Notice
## Requirements / Deprecation Notices
`piku` currently requires Python 3.5 or above, but will move to require 3.8+ sometime in 2022 since that is the baseline Python 3 version in Ubuntu LTS 20.04 and Debian 11 has already moved on to 3.9.
The current plan is to throw up a warning for older runtimes and do regression testing for 3.7, 3.8, 3.9 and 3.10 (replacing the current bracket of tests from 3.5 to 3.8)
> **Note:** `piku` currently does not run on Debian 11 (`bullseye`) since the `incron` package has been removed from the distro. We are evaluating using [a custom `systemd.path` unit](https://www.freedesktop.org/software/systemd/man/systemd.path.html) (and accepting contributions for it).
## Goals and Motivation
I kept finding myself wanting an Heroku/CloudFoundry-like way to deploy stuff on a few remote ARM boards and [my Raspberry Pi cluster][raspi-cluster], but since [dokku][dokku] didn't work on ARM at the time and even `docker` can be overkill sometimes, I decided to roll my own.