fleet/server/service/testdata/software-installers
2026-03-17 15:04:33 -04:00
..
dummy_installer.pkg Match macOS software <-> titles using bundle identifier (#19969) 2024-07-09 13:43:21 -03:00
EchoApp.pkg Stop setup experience on software install failure (#34173) 2025-10-17 08:38:53 -05:00
emacs.deb Add software self_service bool to software titles list (#19258) 2024-05-27 15:44:31 -04:00
fleet-osquery.msi Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
hello-world-installer.exe Fix broken installer PATCH (always failing with "missing install script" error) on EXEs (#28670) 2025-04-29 17:53:52 -05:00
ipa_test.ipa Initial support for in-house apps on iOS/iPadOS (#34802) 2025-10-28 08:33:58 -04:00
ipa_test2.ipa Add gitops support for in house apps (#35423) 2025-11-11 16:38:54 -05:00
no_bundle_identifier.pkg Automatic install custom packages (#25021) 2024-12-27 15:10:28 -03:00
no_version.pkg Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
README.md Add support for Windows setup experience software (#33134) 2025-09-18 16:39:15 -03:00
ruby.deb Add backend to upload/delete software installers (#18660) 2024-05-02 10:20:54 -03:00
ruby.rpm Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
ruby_arm64.deb fix: filter filename JOIN by team id 2024-05-20 16:00:21 -04:00
script.sh Bugfix: properly enqueue compatible setup experience items for arch/omarchy linux (#41778) 2026-03-17 15:04:33 -04:00
test.tar.gz API endpoints for Linux setup experience (#32493) 2025-09-04 12:58:47 -03:00
vim.deb Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00

testdata

  • fleet-osquery.msi is a dummy MSI installer created by packaging.BuildMSI with a fake orbit.exe that just has hello world in it. Its software title is Fleet osquery and its version is 1.0.0.
  • ruby.rpm was downloaded from https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/r/ruby-3.3.5-15.fc42.x86_64.rpm.
  • no_bundle_identifier.pkg was generated with the following command pkgbuild --nopayload --install-location "/" --scripts scripts/ --identifier ' ' --version '1.0.0' no_bundle_identifier.pkg (where scripts/ contained a dummy preinstall and postinstall scripts).
  • hello-world-installer.exe has Hello world as software title.