Skip to content

Commit c385ffe

Browse files
JorgeCopilot
andcommitted
chore(bazaar): turn off curated page for now
Disables the curated page by removing the curated config path and deleting the curated.yaml config, allowing Bazaar to fall back to default behavior. Assisted-by: Gemini 3.5 Flash via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f9a98a8 commit c385ffe

6 files changed

Lines changed: 6 additions & 325 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ body:
4141
id: extra-context
4242
attributes:
4343
label: Extra information or context
44-
description: If you are reporting a regression, use `ujust rebase-helper` to find the version that used to work. Report the working version and the broken version so that other users can rebase and confirm the issue!
44+
description: If you are reporting a regression, use `ujust rebase-helper` to find the version that used to work. Report the working version and the broken version so that other users can rebase and confirm the issue!

.github/workflows/build-image-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
secrets: inherit
4949
uses: ./.github/workflows/generate-release.yml
5050
with:
51-
stream_name: '["beta"]'
51+
stream_name: '["beta"]'

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# CONTRIBUTING
1+
# CONTRIBUTING
22

3-
Thanks for helping out!
3+
Thanks for helping out!
44

55
Check the [Contributing Guide](https://docs.projectbluefin.io/contributing) for contribution information.
66

7-
This repository is for building the images, you are probably looking for [@projectbluefin/common](https://github.com/projectbluefin/common) to change something in Bluefin. Make sure you check [the architecture diagram](https://docs.projectbluefin.io/contributing#understanding-bluefins-architecture).
7+
This repository is for building the images, you are probably looking for [@projectbluefin/common](https://github.com/projectbluefin/common) to change something in Bluefin. Make sure you check [the architecture diagram](https://docs.projectbluefin.io/contributing#understanding-bluefins-architecture).

system_files/shared/etc/bazaar/bazaar.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
yaml-blocklist-paths:
22
- /run/host/etc/bazaar/blocklist.yaml
33

4-
curated-config-paths:
5-
- /run/host/etc/bazaar/curated.yaml
6-
74

85
hooks:
96
- id: jetbrains-toolbox

system_files/shared/etc/bazaar/curated.yaml

Lines changed: 0 additions & 316 deletions
This file was deleted.

system_files/shared/usr/share/ublue-os/user-setup.hooks.d/12-gnupg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ if [[ -f /usr/libexec/scdaemon ]]; then
66
if ! grep -q "scdaemon-program" "${HOME}/.gnupg/gpg-agent.conf" 2>/dev/null; then
77
echo "scdaemon-program /usr/libexec/scdaemon" >> "${HOME}/.gnupg/gpg-agent.conf"
88
fi
9-
fi
9+
fi

0 commit comments

Comments
 (0)