Merge pull request 'gitea action fix and i586 binaries GA' (#63) from adrianSuSE/SLFO:1.1 into 1.1
Reviewed-on: https://src.suse.de/products/SLFO/pulls/63 Reviewed-by: Nathan Cutler <ncutler@suse.de> Reviewed-by: Marcus Meissner <meissner@suse.com>
This commit is contained in:
commit
cebaf62397
@ -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"
|
||||
|
3
_config
3
_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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user