From 1bde3ccd33a0ca328d5d92879da49faa5312a696e7cecfe19f18c69bd84210bc Mon Sep 17 00:00:00 2001 From: gitea-actions-autobuild Date: Fri, 6 Dec 2024 15:22:52 +0100 Subject: [PATCH 1/2] Keep i586 binaries of ga --- _config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config b/_config index c934f93..9ece9f0 100644 --- a/_config +++ b/_config @@ -2010,6 +2010,9 @@ Constraint: hardware:cpu:flag vxd # Generated by openSUSE-release-tools/cleanup_32bit.py %ifarch %ix86 +# Listing all patchinfos where we need 32bit binaries kept +BuildFlags: onlybuild:patchinfo.ga + # manually added, not seen by cleanup-32bit: needed to have rpmlint in ring0 BuildFlags: onlybuild:rpmlint-mini-AGGR From fbc54eabc52b2fda4197912b5b2806a6df87eef12828cc1dd6c2e1f0faebc2eb Mon Sep 17 00:00:00 2001 From: gitea-actions-autobuild Date: Fri, 6 Dec 2024 15:21:35 +0100 Subject: [PATCH 2/2] Use gitea-action-buildops user for patchinfo action --- .gitea/workflows/patchinfo_numberator.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/patchinfo_numberator.yaml b/.gitea/workflows/patchinfo_numberator.yaml index e8a667d..38c1b5e 100644 --- a/.gitea/workflows/patchinfo_numberator.yaml +++ b/.gitea/workflows/patchinfo_numberator.yaml @@ -13,7 +13,7 @@ jobs: steps: # We should provide go with our image already? - name: Setup Go - uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/github-setup-go@v5 + uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/github-setup-go@v5 with: go-version: '1.20' # To be obsoleted @@ -23,16 +23,16 @@ jobs: zypper in -y ca-certificates-suse ca-certificates-suse-ucs # Generic action from GitHub to clone the product git repo - name: Checkout product - uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/github-actions-checkout@v4 + uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/github-actions-checkout@v4 # Updating incident numbers - name: Update all new _patchinfo files - uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/patchinfo-numbering-action@v0 + uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/patchinfo-numbering-action@v0 - name: Get last commit message id: last-commit run: | echo "author=$(git log -1 --pretty=\"%an <%ae>\")" >> $GITHUB_OUTPUT - name: Commit changes back - uses: https://token:${{ secrets.REPO_WRITE }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5 + uses: https://gitea-actions-autobuild:${{ secrets.ACTION_PASSWORD }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5 with: commit_author: ${{ steps.last-commit.outputs.author }} commit_message: "Update incident numbers"