[pkg-nagios-changes] [Git][nagios-team/pkg-nagios-snmp-plugins][master] 9 commits: build(deps): bump skx/github-action-publish-binaries
Jan Wagner (@waja)
gitlab at salsa.debian.org
Wed Nov 9 13:54:36 GMT 2022
Jan Wagner pushed to branch master at Debian Nagios Maintainer Group / pkg-nagios-snmp-plugins
Commits:
4aab014f by dependabot[bot] at 2021-10-12T04:23:19+00:00
build(deps): bump skx/github-action-publish-binaries
Bumps [skx/github-action-publish-binaries](https://github.com/skx/github-action-publish-binaries) from release-0.15 to 2.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/skx/github-action-publish-binaries/releases)
- [Commits](https://github.com/skx/github-action-publish-binaries/compare/release-0.15...release-2.0)
---
updated-dependencies:
- dependency-name: skx/github-action-publish-binaries
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support at github.com>
- - - - -
9811573f by waja at 2021-10-12T06:56:23+02:00
Merge pull request #5 from waja/dependabot-github_actions-skx-github-action-publish-binaries-release-2.0
build(deps): bump skx/github-action-publish-binaries from release-0.15 to 2.0
- - - - -
9b63fc71 by dependabot[bot] at 2022-03-02T04:24:47+00:00
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support at github.com>
- - - - -
8f30758d by waja at 2022-03-02T08:06:14+01:00
Merge pull request #6 from waja/dependabot-github_actions-actions-checkout-3
- - - - -
c1b122a0 by Jan Wagner at 2022-10-20T13:00:33+02:00
Updating build pipelines
- - - - -
f3c51609 by dependabot[bot] at 2022-11-09T04:04:04+00:00
build(deps): bump dawidd6/action-debian-package from 1.4.0 to 1.4.4
Bumps [dawidd6/action-debian-package](https://github.com/dawidd6/action-debian-package) from 1.4.0 to 1.4.4.
- [Release notes](https://github.com/dawidd6/action-debian-package/releases)
- [Commits](https://github.com/dawidd6/action-debian-package/compare/v1.4.0...v1.4.4)
---
updated-dependencies:
- dependency-name: dawidd6/action-debian-package
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support at github.com>
- - - - -
aa599482 by waja at 2022-11-09T13:29:14+01:00
Merge pull request #8 from waja/dependabot-github_actions-dawidd6-action-debian-package-1.4.4
build(deps): bump dawidd6/action-debian-package from 1.4.0 to 1.4.4
- - - - -
1f2afccb by Jan Wagner at 2022-11-09T13:51:39+00:00
Merge branch 'master' into development
- - - - -
0f4afbbb by Jan Wagner at 2022-11-09T13:52:49+00:00
Merge branch 'master' of salsa.debian.org:nagios-team/pkg-nagios-snmp-plugins
- - - - -
2 changed files:
- .github/workflows/packaging_test.yml
- .github/workflows/release.yml
Changes:
=====================================
.github/workflows/packaging_test.yml
=====================================
@@ -17,16 +17,20 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout at v2
+ - uses: actions/checkout at v3
env:
DEBIAN_FRONTEND: "noninteractive"
+ - name: Remove github artefacts
+ run: |
+ rm -rf .github*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
- name: Build Debian package
- uses: dawidd6/action-debian-package at v1.4.0
+ uses: dawidd6/action-debian-package at v1.4.4
with:
artifacts_directory: debian/build/release/
+ os_distribution: testing
- name: Debug
run: |
ls -la
=====================================
.github/workflows/release.yml
=====================================
@@ -18,7 +18,7 @@ jobs:
release-id: ${{ steps.create_release.outputs.id }}
steps:
- name: Checkout code
- uses: actions/checkout at v2
+ uses: actions/checkout at v3
- name: Install needed packages
run: |
if [ $(dpkg -l | grep -c dpkg-dev) -ne 1 ]; then sudo apt-get update && sudo apt-get install -y dpkg-dev; fi
@@ -43,23 +43,27 @@ jobs:
needs: create-release
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout at v2
+ - uses: actions/checkout at v3
env:
DEBIAN_FRONTEND: "noninteractive"
+ - name: Remove github artefacts
+ run: |
+ rm -rf .github*
- name: Adjust distibution in changelog file
run: |
sed -i '0,/restricted/s//stable/' debian/changelog
- name: Build Debian package
- uses: dawidd6/action-debian-package at v1.4.0
+ uses: dawidd6/action-debian-package at v1.4.4
with:
artifacts_directory: debian/build/release/
+ os_distribution: testing
# - name: Build Debian package
# uses: pi-top/action-debian-package at v0.2.0
# with:
# artifacts_directory: debian/build/release/
# target_architectures: "amd64,i386"
- name: Upload the artifacts
- uses: skx/github-action-publish-binaries at release-0.15
+ uses: skx/github-action-publish-binaries at release-2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins/-/compare/0fef6a8d275e9842aeb940e76ff1b5df21921078...0f4afbbbddabee35520ac508a15e35049d494e48
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-nagios-snmp-plugins/-/compare/0fef6a8d275e9842aeb940e76ff1b5df21921078...0f4afbbbddabee35520ac508a15e35049d494e48
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20221109/33bbab92/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list