-
Notifications
You must be signed in to change notification settings - Fork 40
Switch ARM to use product composer #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rsync --timeout=3600 -rtlp4 --delete --specials --include=coreutils* --include=yast2-network* --exclude=aarch64/* --exclude=armv7hl/* --exclude=i586/* --exclude=i686/* --exclude=noarch/* --exclude=nosrc/* --exclude=ppc64/* --exclude=ppc64le/* --exclude=s390x/* --exclude=src/* --exclude=x86_64/* obspublish::openqa/openSUSE:Factory:ARM:ToTest/*images/local/*openSUSE-ftp-ftp*armv7hl*/*Media3/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss-armv7hl-CURRENT-source/ | ||
rsync --timeout=3600 -rtlp4 --delete --specials --link-dest /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss-armv7hl-CURRENT-source/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss-armv7hl-CURRENT-source/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss-armv7hl-Snapshot20240610-source | ||
rsync --timeout=3600 -rtlp4 --delete --specials obspublish::openqa/openSUSE:Factory:ARM:ToTest/images/local/0openSUSE/openSUSE-20250730-armv6hl-armv7hl-aarch64/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss--CURRENT/ | ||
rsync --timeout=3600 -rtlp4 --delete --specials --link-dest /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss--CURRENT/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss--CURRENT/ /var/lib/openqa/factory/repo/openSUSE-Tumbleweed-oss--Snapshot20240610 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we got empty ARCH between oss--CURRENT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, sadly it breaks and using the multiarch=1 trick didn't work (i.e leaving the DVD and non-NET flavors without test variables :/
REPO_1=openSUSE-Tumbleweed-oss-armv7hl.license-Snapshot20240610 \ | ||
REPO_2=openSUSE-Tumbleweed-oss-armv7hl-Snapshot20240610-debuginfo \ | ||
REPO_3=openSUSE-Tumbleweed-oss-armv7hl-Snapshot20240610-source \ | ||
REPO_1=openSUSE-Tumbleweed-oss-armv7hl-Snapshot20240610-Debug \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there really a repo -armv7hl- being synced? It's one large multi-arch repo now; and from the rsync commands, I don't think this path would be valid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There shouldn't, the generation of the files is kinda wrong
Closed in favor of #317 |
Follows #312 and #314