Isaac Connor
e38e78d1f3
fix: always render monitorStatus HTML in montage view
...
The monitorStatus HTML was conditionally omitted based on
ZM_WEB_COMPACT_MONTAGE, leaving the status position dropdown
with no elements to operate on. Always render the HTML and
use the dropdown's hidden option to handle compact montage
instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-10 09:26:34 -05:00
Isaac Connor
29653c7883
fix: remove net-tools from BuildRequires to fix Fedora 43 build
...
On Fedora 43, net-tools pulls in systemd which conflicts with
systemd-standalone-tmpfiles in container build environments.
Pre-define ZM_PATH_ARP, ZM_PATH_ARP_SCAN, ZM_PATH_IP, and
ZM_PATH_IFCONFIG in the cmake call instead of relying on
find_program() at build time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 20:47:40 -05:00
Isaac Connor
75f64e46f5
fix: remove net-tools from BuildRequires to fix Fedora 43 build
...
On Fedora 43, net-tools pulls in systemd which conflicts with
systemd-standalone-tmpfiles in container build environments.
Pre-define ZM_PATH_ARP, ZM_PATH_ARP_SCAN, ZM_PATH_IP, and
ZM_PATH_IFCONFIG in the cmake call instead of relying on
find_program() at build time.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 18:18:36 -05:00
Isaac Connor
55a87bc4d7
fix: install systemd in RPM build containers for Fedora 43
...
Fedora 43 container images ship systemd-standalone-tmpfiles which
conflicts with the full systemd package. Packages like mosquitto
and net-tools depend on systemd, causing dnf builddep to fail.
Install systemd with --allowerasing before builddep to resolve.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-07 17:47:07 -05:00
Isaac Connor
aa415a627f
The allowerasing thing doesn't work. Drop rawhide. add f43
2026-02-05 10:49:06 -05:00
Isaac Connor
c9c2b4f04d
Fix missing -
2026-02-05 10:25:17 -05:00
Isaac Connor
b0e4e643b0
Add -allowerasing to resolve issues with rawhide
2026-02-05 09:27:04 -05:00
Isaac Connor
ea0c79464c
curl comes with baseos so let's remove the conflict by just using the base os verison
2026-02-02 14:24:52 -05:00
Isaac Connor
61e0915c36
Revert "Add --skip-broken to deal with continuing curl stupidity"
...
This reverts commit 6833e517a3 .
2026-02-02 10:37:10 -05:00
Isaac Connor
6833e517a3
Add --skip-broken to deal with continuing curl stupidity
2026-02-01 19:51:33 -05:00
Isaac Connor
7719100a5b
The actual package name is iproute not iproute2
2026-02-01 18:33:10 -05:00
Isaac Connor
283fd7da63
Add arp-scan for build so cmake can detect it
2026-02-01 17:52:44 -05:00
Isaac Connor
b5840998d0
Add iproute2 for build so cmake can detect it
2026-02-01 17:51:08 -05:00
Isaac Connor
6b922a0361
Add --nobest due to conflict with curl
2026-02-01 15:28:47 -05:00
Isaac Connor
68530ff1ce
Add rm -rf ZoneMinder_zoneminder_release before build
2026-01-31 17:36:43 -05:00
Isaac Connor
9a456614fb
add git config --global --add safe.directory /__w/zoneminder/zoneminder
2026-01-31 17:18:26 -05:00
Isaac Connor
2b5d20a4fa
Add experimental rpm building workflows
2026-01-31 16:22:54 -05:00
Isaac Connor
f2f7ede197
git-core ppa no longer exists
2026-01-15 16:31:22 -05:00
Isaac Connor
6ed8ea3bd8
Add cleanup
2026-01-14 12:13:46 -05:00
Isaac Connor
21e81e026a
Add cleanup
2026-01-14 12:12:53 -05:00
Steve Gilvarry
392cb84d6b
Add more images to the build matrix, debian:sid, ubuntu:devel and 25:10. Had no working option on 25.10 but to diy build 1.37, noble didn't install up.
2025-12-31 08:31:07 +11:00
Steve Gilvarry
34e274bbcd
Prevent packaging runs outside of Zoneminder\zoneminder repo. I noted that on my fork these workflows are running and failing, well maybe not aarch64 it is just waiting for a runner.
2025-12-31 07:45:58 +11:00
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