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" 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