From 8ac5599091cfc81d4bf51581ab9b93455fe95900 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Mar 14 2024 13:25:19 +0000 Subject: [PATCH 1/2] justfile: Remove set -x from common interactive commands For those commands, the -x output is mostly noise. --- diff --git a/justfile b/justfile index 96d3d51..1277b67 100644 --- a/justfile +++ b/justfile @@ -43,7 +43,7 @@ validate: # Comps-sync, but without pulling latest sync: #!/bin/bash - set -euxo pipefail + set -euo pipefail if [[ ! -d fedora-comps ]]; then git clone https://pagure.io/fedora-comps.git @@ -56,7 +56,7 @@ sync: # Sync the manifests with the content of the comps groups comps-sync: #!/bin/bash - set -euxo pipefail + set -euo pipefail if [[ ! -d fedora-comps ]]; then git clone https://pagure.io/fedora-comps.git @@ -74,7 +74,7 @@ comps-sync: # Output the processed manifest for a given variant (defaults to Silverblue) manifest variant=default_variant: #!/bin/bash - set -euxo pipefail + set -euo pipefail declare -A pretty_names={{pretty_names}} variant={{variant}} From e3144ba3840e67599ae267d551197316b351cf3e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Mar 14 2024 13:27:50 +0000 Subject: [PATCH 2/2] comps-sync f41 2024-03-14 See: https://pagure.io/fedora-comps/pull-request/944 --- diff --git a/gnome-desktop-pkgs.yaml b/gnome-desktop-pkgs.yaml index c52cdb5..a133231 100644 --- a/gnome-desktop-pkgs.yaml +++ b/gnome-desktop-pkgs.yaml @@ -23,6 +23,7 @@ packages: - gnome-bluetooth - gnome-browser-connector - gnome-classic-session + - gnome-classic-session-xsession - gnome-color-manager - gnome-control-center - gnome-disk-utility