Skip to content

Commit

Permalink
Progress! build.sh works until the end, but
Browse files Browse the repository at this point in the history
rpm-ostree can't be run during a build (duh!).
Trying without the repo metadata refresh.
  • Loading branch information
ashebanow committed Dec 14, 2024
1 parent 3bc7610 commit 3117d42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ fi
# the repos folder in this source tree.
# cp *.repo /etc/yum.repos.d/

# Very important to refresh the metadata after adding new repos
rpm-ostree refresh-md --force
# TODO: Refresh the metadata after adding new repos, but rpm-ostree
# doesn't work in this context
# rpm-ostree refresh-md --force

#######################################################################
### Install Packages
Expand Down

0 comments on commit 3117d42

Please sign in to comment.