Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 3 08:19:08 UTC 2025 - Ancor Gonzalez Sosa <ancor@suse.com>

- Backport of a fix when deleting repofiles for disabled
repositories (see gh#agama-project/agama#2771).

-------------------------------------------------------------------
Tue Sep 16 07:21:28 UTC 2025 - Josef Reidinger <jreidinger@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion live/src/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ REPO="/etc/zypp/repos.d/agama-${DISTRO}.repo"
if [ -f "${REPO}.disabled" ]; then
mv "${REPO}.disabled" $REPO
fi
rm /etc/zypp/repos.d/*.disabled
rm -f /etc/zypp/repos.d/*.disabled

# configure the repositories in the Live system
# import the OBS key for the systemsmanagement OBS project
Expand Down