197 Commits

Author SHA1 Message Date
Isaac Connor
1c3f982c82 Merge pull request #4485 from ZoneMinder/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2025-12-15 13:41:13 -05:00
dependabot[bot]
229ad47c7d Bump actions/download-artifact from 6 to 7
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 17:02:36 +00:00
dependabot[bot]
e9dcea78e2 Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-15 17:02:30 +00:00
dependabot[bot]
44206f8f49 Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 17:40:27 +00:00
Isaac Connor
3cbdeaf142 Don't nee dcreate-packages anymore 2025-11-13 19:34:04 -05:00
Isaac Connor
247452e0b1 Update ip of apt-cache 2025-11-13 13:20:55 -05:00
Isaac Connor
3779eae2f4 Build packages on every master commit 2025-11-13 12:23:24 -05:00
Isaac Connor
d0d5d68c41 Add SMPFLAGS=-j10 2025-10-31 15:17:52 -04:00
Isaac Connor
deac2ac9cf Add apt-cacher-ng proxy 2025-10-31 15:14:21 -04:00
Isaac Connor
8c6095c75b Make git dirs safe 2025-10-31 14:36:04 -04:00
Isaac Connor
fb2d646037 Remove duplicate runs-on 2025-10-31 13:31:06 -04:00
Isaac Connor
dcfa6e9c5d Merge branch 'master' of github.com:ZoneMinder/zoneminder 2025-10-31 13:29:11 -04:00
Isaac Connor
5c052c2b54 Add a version for running on our Ampere server 2025-10-31 13:29:05 -04:00
Isaac Connor
02bab96eb3 Add ls -l so we can see what we are dealing with 2025-10-30 19:47:10 -04:00
Isaac Connor
ee4afd9866 Include .dsc and .tar.xz in zmrepo upload 2025-10-29 17:16:26 -04:00
Isaac Connor
adc838790d Include .tar.gz in upload to zmrepo 2025-10-29 13:37:00 -04:00
Isaac Connor
6413b219a6 Add ssh 2025-10-28 18:23:05 -04:00
Isaac Connor
12a094d9ee Add rsync 2025-10-28 18:16:14 -04:00
dependabot[bot]
9a4fc26189 Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-28 21:58:26 +00:00
Isaac Connor
0b97d70f6a Sanitise artifact name 2025-10-28 17:55:39 -04:00
Isaac Connor
0ce451aa55 Remove invalid name for artifact/upload 2025-10-28 16:16:33 -04:00
Isaac Connor
e5720dbedb Don't copy public.asc which doesn't exist 2025-10-28 15:30:59 -04:00
Isaac Connor
42b6fc2b77 Remove shopt 2025-10-28 15:16:23 -04:00
Isaac Connor
251839bbc4 Maybe fix failure to clean up 2025-10-28 14:46:43 -04:00
Isaac Connor
24c710adc6 Try to fix gpg signing 2025-10-28 14:45:16 -04:00
Isaac Connor
b6586469fc Fix paramter passing to do_debian_build 2025-10-28 14:07:30 -04:00
Isaac Connor
0801daf891 Install bash 2025-10-28 13:55:29 -04:00
Isaac Connor
d061cadd5c Test for bash 2025-10-28 13:50:51 -04:00
Isaac Connor
5e929cd1f5 Fix curl invocation 2025-10-28 13:37:58 -04:00
Isaac Connor
a0cd05098f Set DEBIAN_FRONTEND=noninteractive 2025-10-28 13:36:08 -04:00
Isaac Connor
d37c7b1ca4 Add TZ setting 2025-10-28 12:26:03 -04:00
Isaac Connor
0b8d822d6c Add curl 2025-10-28 12:24:52 -04:00
Isaac Connor
aeeb710bbc Let do_debian_package do more of the heavy lifting 2025-10-28 09:46:47 -04:00
Isaac Connor
b5d929ba48 Fix missing " 2025-10-28 08:38:15 -04:00
Isaac Connor
3781daaabd Add env fields to populate changelog 2025-10-28 08:37:12 -04:00
Isaac Connor
8d4a87ee22 Add safe dir for git 2025-10-28 08:34:53 -04:00
Isaac Connor
4e9fde1410 Use do_debian_package to do the build 2025-10-28 08:26:02 -04:00
Isaac Connor
d5a9b5cdae Must include the submodules 2025-10-28 07:53:08 -04:00
Isaac Connor
d713fad138 Must link distros/ubuntu2004 to debian 2025-10-28 07:43:42 -04:00
Isaac Connor
06c847ccf1 Test for existence of files 2025-10-28 07:09:01 -04:00
Isaac Connor
6e2bbc26e6 Add deb-src types for newer style apt sources 2025-10-28 07:03:48 -04:00
Isaac Connor
0ade310c85 Don't do git stuff with the gpg key 2025-10-28 06:26:03 -04:00
dependabot[bot]
9449e01264 Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-27 17:18:56 +00:00
Isaac Connor
a0fe9e2094 Spacing, remove tzdata 2025-10-26 16:50:43 -04:00
Isaac Connor
09ea6b0a4f Try out gpg action 2025-10-26 16:39:11 -04:00
Isaac Connor
0feb50d678 Replace bash-ism with portable pipe 2025-10-26 09:15:23 -04:00
Isaac Connor
82bbc6c116 Don't use redirection for gpg 2025-10-16 12:51:10 -04:00
Isaac Connor
b56f550af4 Bookworm doesn't have libjpeg-turbo8-dev 2025-10-16 12:48:54 -04:00
Isaac Connor
d523b31b44 Merge pull request #4456 from ZoneMinder/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2025-10-14 09:51:59 -04:00
Isaac Connor
74a688265f Merge pull request #4457 from ZoneMinder/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2025-10-14 09:51:29 -04:00