Skip to content

Commit

Permalink
configs: fix openSUSE-tumbleweed update failure during the second build.
Browse files Browse the repository at this point in the history
Fix #1506

openSUSE-tumbleweed bootstrap should contains `rpm-repos-openSUSE-Tumbleweed`.
  • Loading branch information
kilesduli authored and praiskup committed Nov 21, 2024
1 parent 5b6956c commit 34e974a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config_opts['chroot_setup_cmd'] = 'install patterns-devel-base-devel_rpm_build'
config_opts['chroot_setup_cmd'] = 'install patterns-devel-base-devel_rpm_build openSUSE-release rpm-repos-openSUSE-Tumbleweed'
config_opts['dist'] = 'tumbleweed' # only useful for --resultdir variable subst
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '0'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix [openSUSE-tumbleweed update failure][issue#1506] during the second build.

0 comments on commit 34e974a

Please sign in to comment.