diff --git a/.gitattributes b/.gitattributes index cc495dc..f3eaa1d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,8 @@ *.toml linguist-documentation LICENSE linguist-documentation LICENSES/** linguist-documentation +.gitattributes linguist-documentation +.gitignore linguist-documentation # Not needed to build or use upac from a source release archive. .github/** export-ignore linguist-vendored diff --git a/README.md b/README.md index b0078f7..235cbd7 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ -# 📦 Upac +
One atomic deploy. Any package format. One rollback away.
+A modular package management for Linux systems with composefs-based atomic deploys.
-### A modular package management for Linux systems with composefs-based atomic deploys. +**Links for repositories:** [](https://github.com/SmoothTeam/upac) [](https://codeberg.org/justpav05/upac) -Links for repositories: [](https://github.com/SmoothTeam/upac) [](https://codeberg.org/justpav05/upac) +**General information:** [](https://github.com/SmoothTeam/upac/releases) [](https://github.com/SmoothTeam/upac/actions/workflows/reuse.yml) -General information: [](https://github.com/SmoothTeam/upac/releases) [](https://github.com/SmoothTeam/upac/actions/workflows/reuse.yml) - -Licensing: [](LICENSES/LGPL-3.0-or-later.txt) [](LICENSES/GPL-3.0-only.txt) [](LICENSES/CC-BY-SA-4.0.txt) +**Licensing:** [](LICENSES/LGPL-3.0-or-later.txt) [](LICENSES/GPL-3.0-only.txt) [](LICENSES/CC-BY-SA-4.0.txt) > **⚠️ Active development is on [`lib-rs`](https://github.com/SmoothTeam/upac/tree/lib-rs).** > That branch is a from-scratch rewrite of upac's core library in Rust, built around > [composefs](https://github.com/containers/composefs) instead of OSTree. `main` is synced -> from it periodically and lags behind. The FFI/orchestration engine is done; command -> bodies, the hook system, and packaging are still in progress — expect gaps and `todo!()`s. +> from it periodically and lags behind.