fleet/server/service/testdata/software-installers
Lucas Manuel Rodriguez 963cc7e22c
Automatic install custom packages (#25021)
#24385

Some docs change here: https://github.com/fleetdm/fleet/pull/25026.

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [X] Added/updated tests
- [X] Manual QA for all new/changed functionality
2024-12-27 15:10:28 -03:00
..
dummy_installer.pkg Match macOS software <-> titles using bundle identifier (#19969) 2024-07-09 13:43:21 -03: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
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 Automatic install custom packages (#25021) 2024-12-27 15:10:28 -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
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).