Commit Graph

4281 Commits

Author SHA1 Message Date
Greg Neagle
002a78783c Add some xattr tests 2025-05-05 09:52:55 -07:00
Greg Neagle
ae09bef69e Fix makecatalogs warnings/error messages 2025-05-05 09:49:11 -07:00
Greg Neagle
a0ef7a3c9e munkiimport: Fix for multiple catalogs specified interactively 2025-05-05 08:34:38 -07:00
Greg Neagle
1ea946823d Fix issues with --requires and --blocking_applications options in makepkginfo and munkiimport 2025-05-05 08:12:54 -07:00
Greg Neagle
81299a7297 Fix issue with munkiimport --configure and munkiimport --version if repoURL not yet defined in preferences 2025-05-05 08:12:00 -07:00
Greg Neagle
639109b8c6 more tests 2025-05-04 18:51:57 -07:00
Greg Neagle
199c9d3660 Add more tests 2025-05-04 17:36:00 -07:00
Greg Neagle
b5b7ef5c41 Add some tests for predicates 2025-05-04 17:10:36 -07:00
Greg Neagle
d44bc867c1 Silence a warning about a deprecated symbol 2025-05-04 15:25:45 -07:00
Greg Neagle
77727ac318 Silence a warning about unused return value 2025-05-04 15:25:02 -07:00
Greg Neagle
153d4ffc54 Add some tests 2025-05-04 15:09:57 -07:00
Greg Neagle
f37656f7ee Attempt to handle pkg-ref file:/// references; adjust regex for nameAndVersion 2025-05-04 15:08:55 -07:00
Greg Neagle
87f89ab585 Fix a comment 2025-05-04 15:06:22 -07:00
Greg Neagle
a0ff92290b Silence a name change warning 2025-05-04 15:05:02 -07:00
Greg Neagle
f57cb9a59d More changes to minimize unnecessary source code dependencies 2025-05-02 16:54:25 -07:00
Greg Neagle
7551c581d3 More changes to minimize unnecessary source code dependencies 2025-05-02 16:46:51 -07:00
Greg Neagle
75c0cc6225 munkiimport: changes to minimize unnecessary source code dependencies 2025-05-02 16:17:25 -07:00
Greg Neagle
56ddc2bfc8 More changes to minimize unnecessary source code dependencies 2025-05-02 16:08:46 -07:00
Greg Neagle
934be3d936 Remove not-needed source files from makepkginfo build phases 2025-05-02 15:35:27 -07:00
Greg Neagle
c5bccac3bd Remove not-needed source files from makecatalogs build phases 2025-05-02 15:28:37 -07:00
Greg Neagle
31207dc7b7 Add support for version_script in pkginfo 2025-05-02 13:41:25 -07:00
Greg Neagle
6265d7e256 Fix a comment 2025-05-02 13:40:26 -07:00
Greg Neagle
199b3babeb update make_swift_munki_pkg.sh to be able to include a component pkg with the python libraries (munkilib) 2025-04-30 15:56:11 -07:00
Greg Neagle
ba2357f550 add installhelper to list of tools that are built 2025-04-30 15:04:13 -07:00
Greg Neagle
9ca6d74381 swiftformat cleanups 2025-04-30 14:05:32 -07:00
Greg Neagle
7a46746a32 Part of previous commit; moving some functions so as not to cause too many 'cascading' dependencies 2025-04-30 14:04:32 -07:00
Greg Neagle
829af4d16f Implement installhelper 2025-04-30 14:02:58 -07:00
Greg Neagle
39cc462dcc supervisor: add some comments, remove a no-longer-needed source dependency 2025-04-28 15:08:55 -07:00
Greg Neagle
bc6af98195 Add logging to supervisor 2025-04-28 14:56:17 -07:00
Greg Neagle
991d90ee7d use new log rotation function 2025-04-28 14:55:53 -07:00
Greg Neagle
ed11b103ce munkilog: add function to rotate log files above a certain size; remove dependency on fileutils 2025-04-28 14:55:09 -07:00
Greg Neagle
05886832b7 Move printConfigPlist() function so every tool that needs prefs functions doesn't also need plistutils 2025-04-28 14:52:09 -07:00
Greg Neagle
b4b7d7f2fb update build scripts for supervisor binary 2025-04-28 13:41:05 -07:00
Greg Neagle
93d4bfceaa Basic implementation of supervisor binary 2025-04-28 13:40:36 -07:00
Greg Neagle
5dd1608031 Some build script updates 2025-04-28 10:14:15 -07:00
Greg Neagle
2dafcc6f0a Implement precache_agent 2025-04-28 09:58:11 -07:00
Greg Neagle
cc53e46c84 Rewrite autorun pkg postinstall script in sh because Pythom modules will not be available 2025-04-28 09:57:01 -07:00
Greg Neagle
8ea37eaf7b build_swift_munki.sh: more robust location of munki.xcodeproj 2025-04-27 08:30:04 -07:00
Greg Neagle
52968f2328 Change all targets to build with 'sign to run locally' 2025-04-27 08:28:55 -07:00
Greg Neagle
2de54138b2 Update build_swift_munki.sh to build manifestutil 2025-04-26 19:54:38 -07:00
Greg Neagle
6e7903ca6d Address some issues with signal handling in munkiimport 2025-04-26 19:54:10 -07:00
Greg Neagle
6349ca69e4 manifestutil: Moving to sync rather than async 2025-04-26 19:53:01 -07:00
Greg Neagle
27cef648fc Moving to sync rather than async for a few tasks 2025-04-26 19:52:21 -07:00
Greg Neagle
bb53d164ad manifestutil: disable mentions of interactive use for now 2025-04-18 19:32:14 -07:00
Greg Neagle
b1cf025a61 manifestutil: implement 'find' subcommand 2025-04-15 14:10:48 -07:00
Greg Neagle
a9c4ac426f manifestutil: implement add-included-manifest and remove-included-manifest 2025-04-15 09:52:44 -07:00
Greg Neagle
b1839e3c55 manifestutil: implement move-install-to-uninstall 2025-04-14 19:20:53 -07:00
Greg Neagle
a524fb6237 manifestutil help tweak 2025-04-14 17:09:21 -07:00
Greg Neagle
a369901592 Implement more of manifestutil 2025-04-14 17:04:11 -07:00
Greg Neagle
c07511a249 More generalized manifest editing functions 2025-04-14 16:26:47 -07:00