From 16abd14bcf2bac170d85f3510f3a401bbee20605 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 1 Feb 2023 16:11:03 -0500 Subject: [PATCH] Add `just changelogs` alias (#34) --- README.md | 1 + etc/justfile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f17a270456..852fd6a008 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ After that run the following commands: - `just` - Show all tasks, more will be added in the future - `just bios` - Reboot into the system bios (Useful for dualbooting) +- `just changelogs` - Show the changelogs of the pending update - Set up distroboxes for the following images: - `just distrobox-boxkit` - `just distrobox-debian` diff --git a/etc/justfile b/etc/justfile index 831c1a9709..a0bcc3fef9 100644 --- a/etc/justfile +++ b/etc/justfile @@ -4,6 +4,9 @@ default: bios: systemctl reboot --firmware-setup +changelogs: + rpm-ostree db diff --changelogs + distrobox-boxkit: echo 'Creating Boxkit distrobox ...' distrobox create --image ghcr.io/ublue-os/boxkit -n boxkit -Y