Isaac Connor
7532cfbabf
Try out recommended options for debuild when doing binary
2026-03-07 22:38:03 -05:00
Isaac Connor
874f43b198
feat: add --local-source option to do_debian_package.sh
...
Allow specifying a local git directory to clone from without pulling it
first. Accepts -l=DIR / --local-source=DIR flag or a trailing positional
argument that is an existing directory. Skips all git pull operations on
the source, using the directory contents as-is.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 20:12:25 -05:00
Isaac Connor
09d932a4f8
Update RtspServer for rpm builds
2026-02-02 13:07:20 -05:00
Isaac Connor
063dfa6376
Use eaf46c0207df24853a238d4499e7f4426d9d234c instead of 0.3 for CxxUrl
2025-12-08 12:27:13 -05:00
Isaac Connor
db59c08862
Always start clean with CxxUrl
2025-12-08 11:52:15 -05:00
Isaac Connor
c87640e03f
Use rm -r instad of rmdir
2025-12-08 11:35:44 -05:00
Isaac Connor
f13a0eb2a5
Handle the fact that the dir in the .tar.gz doesn't have the v
2025-12-08 10:22:48 -05:00
Isaac Connor
0d96383fb2
Fix typo preventing packpack builds
2025-12-08 10:05:28 -05:00
Isaac Connor
09598fd84d
Do some early output and fixup some exit statuses
2025-10-28 14:07:14 -04:00
Isaac Connor
42073929d1
Fix url to CxxUrl targz
2025-09-04 17:23:07 -04:00
Isaac Connor
3ea34aef2d
Add CxxUrl
2025-09-04 15:59:07 -04:00
Andrew Bauer
35f1d87f11
Update startpackpack.sh
...
update packpack to pull the latest commit from RTSPServer project
2025-01-25 09:39:01 -06:00
Isaac Connor
24933462df
Add noble and do package install test for jammy
2024-08-19 12:25:45 -04:00
Isaac Connor
399bc7e6e0
Only look for version.txt in the root
2024-05-08 14:31:02 -04:00
Aaron Kling
2da562dad0
packpack: Pass platform to docker if cross-compiling
2024-03-25 15:04:20 -05:00
Isaac Connor
c275f5aec3
Add debug to dput
2024-03-20 12:43:43 -04:00
Isaac Connor
f224bf7262
Use either version or version.txt. Fixes #3798
2023-12-29 12:35:59 -05:00
Alejandro Criado-Pérez
6fd119157a
Text corrections
2023-08-27 02:00:59 +02:00
Isaac Connor
df657db65c
Add bookwork support
2023-06-27 15:06:42 -04:00
Isaac Connor
9606b1d855
version to version.txt
2023-06-21 19:01:36 -04:00
Isaac Connor
02bb120f6e
version has been moved to version.txt
2023-06-12 09:44:32 -04:00
Isaac Connor
f8915aa363
Update to reflect the change of version to version.txt
2023-06-12 09:35:07 -04:00
Jonathan Mathews
7cc8cb17fa
Enable building on ubuntu jammy
2022-07-26 09:36:27 -05:00
Isaac Connor
641613fe48
echo the scp command so we can cutnpaste it later
2022-04-06 10:39:19 -04:00
Isaac Connor
4874dedc1f
Bump version of RtspServer used
2022-02-02 10:28:23 -05:00
Isaac Connor
185dc4a50d
Do a git pull instead of fetch so as to actually get the changes
2021-12-22 11:28:00 -05:00
Isaac Connor
4c351a6c54
When orig.tar.bz2 doesn't exist, just create it without asking
2021-12-14 09:39:29 -05:00
Isaac Connor
cfcc39defb
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2021-12-14 09:29:03 -05:00
Isaac Connor
7bc46ba7a8
Create the .tar.gz by default if it doesn't exist. Only warn if it already exists.
2021-12-09 15:19:49 -05:00
Isaac Connor
b5098a1ab9
Do not guess multiple distros. release building will have automated distro specification.
2021-11-29 16:26:23 -05:00
Isaac Connor
089563d1ce
rework do_debian_package to properly support the CURRENT style of snapshots and make the code a little easier to read
2021-11-29 14:14:56 -05:00
Isaac Connor
8868a0fc41
enforce default action
2021-11-12 15:11:48 -05:00
Isaac Connor
126a102426
confirm before tar-gzipping orig. Fix default behaviour in dput prompt
2021-10-12 14:12:16 -04:00
Isaac Connor
03f0762709
Add support for package version
2021-09-14 18:08:50 -04:00
Isaac Connor
9d461203bd
Merge branch 'master' of github.com:ZoneMinder/zoneminder
2021-09-04 10:17:52 -04:00
Isaac Connor
8c45739875
Add impish to possible distros to build
2021-09-04 10:17:41 -04:00
Isaac Connor
fe6f71e1dc
Leave the zoneminder source dir during build-deps step so that we don't pollute it. Seems to be an issue with newer ubuntu builds.
2021-09-03 21:57:54 -04:00
Isaac Connor
45bf28a104
Merge pull request #3321 from anon8675309/gitlab-ci
...
Gitlab ci
2021-08-05 13:34:05 -04:00
Peter Keresztes Schmidt
2c0cf7a5a7
utils/startpackpack: Add support for Debian Bullseye
2021-08-03 23:33:35 +02:00
Peter Keresztes Schmidt
b5765b4535
utils/startpackpack: Fix build for Ubuntu Bionic
2021-08-03 23:33:35 +02:00
Peter Keresztes Schmidt
7d84568b65
utils: Remove support for Ubuntu Groovy
...
Groovy went EOL as on July 22, 2021. See
https://fridge.ubuntu.com/2021/07/25/ubuntu-20-10-groovy-gorilla-end-of-life-reached-on-july-22-2021/
2021-08-03 23:33:35 +02:00
Peter Keresztes Schmidt
50b73cf3d2
utils/packpack: Fix failure when building for Ubuntu Hirsute
2021-08-03 19:02:39 +02:00
anon8675309
649b5585c4
Simplified branch detection in build scripts for GitLab CI
2021-07-24 10:37:07 -05:00
anon8675309
c0875838af
Attempting to build the lastest tag instead of a hard-coded one
2021-06-20 21:11:06 -05:00
anon8675309
d927db1c0d
Attempting to build the lastest tag instead of a hard-coded one
2021-06-20 20:42:43 -05:00
anon8675309
f852f1716e
Attempting to build the lastest tag instead of a hard-coded one
2021-06-19 18:11:57 -05:00
anon8675309
479385bac7
Attempting to build the lastest tag instead of a hard-coded one
2021-06-19 17:49:23 -05:00
anon8675309
1e834f6088
Attempting to build the lastest tag instead of a hard-coded one
2021-06-19 16:03:13 -05:00
anon8675309
1096fa3f87
Attempting to build the lastest tag instead of a hard-coded one
2021-06-19 15:01:17 -05:00
Isaac Connor
cc2403924a
Use ubuntu2004 for anything other than beowulf
2021-06-14 13:31:46 -04:00