1
0

Compare commits

..

3 Commits

Author SHA256 Message Date
Nathan Cutler
44b26f3ed5 Backports.productcompose: exclude ceph-mgr-diskprediction-local
ceph-mgr-diskprediction-local requires python3-scikit-learn,
which has a huge dependency tree.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1248509

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 20:03:00 +02:00
AutoGits PR Review Bot
342b4e261c Merging
PR: products/PackageHub#30
2025-08-22 11:22:59 +02:00
AutoGits PR Review Bot
4658733d03 auto-created for product-composer
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: pool/product-composer#3
2025-08-20 12:37:58 +02:00
4 changed files with 13 additions and 5 deletions

View File

@@ -9,21 +9,21 @@ jobs:
steps:
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/patchinfo-numbering-action@v0
- name: Get last commit author
id: last-commit
run: |
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
- name: Commit changes back
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
with:
commit_user_name: gitea-actions-autobuild
commit_user_email: autobuild+gitea@opensuse.org
commit_user_email: autobuild+gitea@suse.de
commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: "Update incident numbers [skip actions]"
commit_options: '--no-edit'

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
- Backports.productcompose:
+ exclude ceph-mgr-diskprediction-local because it would bring in
python-scikit-learn with a huge dependency tree (bsc#1248509)
-------------------------------------------------------------------
Thu Aug 21 13:04:20 UTC 2025 - Nathan Cutler <ncutler@suse.com>

View File

@@ -59,6 +59,7 @@ packagesets:
- ALP-dummy-release
- bash-legacybin
- busybox-which
- ceph-mgr-diskprediction-local
- cluster-md-kmp-azure
- cluster-md-kmp-rt
- cmake-mini