mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-06 12:36:59 +02:00
Merge pull request #3140 from flatcar/tormath1/ci
ci: follow-up on "signed-off" commits
This commit is contained in:
commit
a214649c9c
1
.github/workflows/cacerts-release.yaml
vendored
1
.github/workflows/cacerts-release.yaml
vendored
@ -66,3 +66,4 @@ jobs:
|
|||||||
title: Update ca-certificates in ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.nss-latest-release.outputs.NSS_VERSION }}
|
title: Update ca-certificates in ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.nss-latest-release.outputs.NSS_VERSION }}
|
||||||
body: Subject says it all.
|
body: Subject says it all.
|
||||||
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
|
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
|
||||||
|
signoff: true
|
||||||
|
1
.github/workflows/firmware-release-main.yaml
vendored
1
.github/workflows/firmware-release-main.yaml
vendored
@ -45,3 +45,4 @@ jobs:
|
|||||||
title: Upgrade Linux Firmware in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.firmware-latest-release.outputs.VERSION_NEW }}
|
title: Upgrade Linux Firmware in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.firmware-latest-release.outputs.VERSION_NEW }}
|
||||||
body: Subject says it all.
|
body: Subject says it all.
|
||||||
labels: main
|
labels: main
|
||||||
|
signoff: true
|
||||||
|
1
.github/workflows/kernel-release.yaml
vendored
1
.github/workflows/kernel-release.yaml
vendored
@ -67,3 +67,4 @@ jobs:
|
|||||||
title: Upgrade Linux Kernel for ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.kernel-latest-release.outputs.KERNEL_VERSION }}
|
title: Upgrade Linux Kernel for ${{ steps.figure-out-branch.outputs.BRANCH }} from ${{ steps.apply-patch.outputs.VERSION_OLD }} to ${{ steps.kernel-latest-release.outputs.KERNEL_VERSION }}
|
||||||
body: Subject says it all.
|
body: Subject says it all.
|
||||||
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
|
labels: ${{ steps.figure-out-branch.outputs.LABEL }}
|
||||||
|
signoff: true
|
||||||
|
1
.github/workflows/mantle-releases-main.yml
vendored
1
.github/workflows/mantle-releases-main.yml
vendored
@ -79,3 +79,4 @@ jobs:
|
|||||||
title: Upgrade mantle container image to latest HEAD in ${{ steps.figure-out-branch.outputs.BRANCH }}
|
title: Upgrade mantle container image to latest HEAD in ${{ steps.figure-out-branch.outputs.BRANCH }}
|
||||||
commit-message: Update mantle container image to latest HEAD
|
commit-message: Update mantle container image to latest HEAD
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
signoff: true
|
||||||
|
1
.github/workflows/update-metadata-glsa.yaml
vendored
1
.github/workflows/update-metadata-glsa.yaml
vendored
@ -33,3 +33,4 @@ jobs:
|
|||||||
commit-message: "portage-stable/metadata: Monthly GLSA metadata updates"
|
commit-message: "portage-stable/metadata: Monthly GLSA metadata updates"
|
||||||
author: Flatcar Buildbot <buildbot@flatcar-linux.org>
|
author: Flatcar Buildbot <buildbot@flatcar-linux.org>
|
||||||
labels: main
|
labels: main
|
||||||
|
signoff: true
|
||||||
|
1
.github/workflows/vmware-release-main.yaml
vendored
1
.github/workflows/vmware-release-main.yaml
vendored
@ -48,3 +48,4 @@ jobs:
|
|||||||
title: Upgrade open-vm-tools in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.openvmtools-latest-release.outputs.VERSION_NEW }}
|
title: Upgrade open-vm-tools in main from ${{ steps.apply-patch-main.outputs.VERSION_OLD }} to ${{ steps.openvmtools-latest-release.outputs.VERSION_NEW }}
|
||||||
body: Subject says it all.
|
body: Subject says it all.
|
||||||
labels: main
|
labels: main
|
||||||
|
signoff: true
|
||||||
|
@ -36,7 +36,7 @@ function update_and_push_version() {
|
|||||||
# Add and commit local changes
|
# Add and commit local changes
|
||||||
git add "sdk_container/.repo/manifests/version.txt"
|
git add "sdk_container/.repo/manifests/version.txt"
|
||||||
|
|
||||||
git commit -s --allow-empty -m "New version: ${version}"
|
git commit --signoff --allow-empty -m "New version: ${version}"
|
||||||
|
|
||||||
git fetch --all --tags --force
|
git fetch --all --tags --force
|
||||||
local -i ret=0
|
local -i ret=0
|
||||||
|
Loading…
Reference in New Issue
Block a user