http://bugzilla.opensuse.org/show_bug.cgi?id=1180626 http://bugzilla.opensuse.org/show_bug.cgi?id=1180626#c3 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #3 from Lubos Kocman <lubos.kocman@suse.com> --- So thanks to Max's support we should be now up2date. There were two issue, there was obsoleted Backports 15.2 content that was not removed by publish_script pontifex2 (download.o.o):/srv/ftp/pub/opensuse/distribution/leap/15.3/repo/oss # find . -name "*bp152*.rpm" | wc -l 55143 pontifex2 (download.o.o):/srv/ftp/pub/opensuse/distribution/leap/15.3/repo/oss # find . -name "*bp152*.rpm" -exec rm {} \; And then the publish_script somehow skipped repos. Here's copy paste of the patch for our workaround +set -x # from stage (/src/ftp-stage) to public (/srv/ftp) # no --delete built in @@ -191,7 +192,7 @@ for r in "${repos[@]/#//repo/}"; do fi done done - +do_sync_isos=1 if [ "$do_sync_isos" = 0 ]; then if [ -t 1 ]; then echo "nothing to do" diff --git a/publish_leap153.config b/publish_leap153.config index ec8fd43..977f6ef 100644 --- a/publish_leap153.config +++ b/publish_leap153.config @@ -10,7 +10,7 @@ flavors=(DVD-x86_64 NET-x86_64 DVD-aarch64 NET-aarch64 DVD-ppc64le NET-ppc64le D get_version() { # get expected version from first flavor if [ -z "$version" ]; then - version=`echo $stage/iso/openSUSE-Leap-$leap_version-$flavor-Build???.?-Media.iso` + version=`echo $stage/iso/openSUSE-Leap-$leap_version-$flavor-Build??.?-Media.iso` version=${version##*Build} version=${version%-*} if [ -z "$version" ]; then -- You are receiving this mail because: You are on the CC list for the bug.