summaryrefslogtreecommitdiffstats
path: root/fluent-bit/cpack
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /fluent-bit/cpack
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'fluent-bit/cpack')
-rw-r--r--fluent-bit/cpack/debian/conffiles3
-rw-r--r--fluent-bit/cpack/description1
-rw-r--r--fluent-bit/cpack/macos/fluent-bit.plist.cmakein18
-rw-r--r--fluent-bit/cpack/macos/welcome.txt.cmakein19
-rw-r--r--fluent-bit/cpack/wix/WIX.template.in.cmakein113
5 files changed, 0 insertions, 154 deletions
diff --git a/fluent-bit/cpack/debian/conffiles b/fluent-bit/cpack/debian/conffiles
deleted file mode 100644
index 897702fc3..000000000
--- a/fluent-bit/cpack/debian/conffiles
+++ /dev/null
@@ -1,3 +0,0 @@
-/etc/fluent-bit/parsers.conf
-/etc/fluent-bit/plugins.conf
-/etc/fluent-bit/fluent-bit.conf
diff --git a/fluent-bit/cpack/description b/fluent-bit/cpack/description
deleted file mode 100644
index 0c00fee30..000000000
--- a/fluent-bit/cpack/description
+++ /dev/null
@@ -1 +0,0 @@
-Fluent Bit is a high performance and multi platform Log Forwarder.
diff --git a/fluent-bit/cpack/macos/fluent-bit.plist.cmakein b/fluent-bit/cpack/macos/fluent-bit.plist.cmakein
deleted file mode 100644
index 70d2b6baa..000000000
--- a/fluent-bit/cpack/macos/fluent-bit.plist.cmakein
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>KeepAlive</key>
- <true/>
- <key>Label</key>
- <string>io.fluentbit.@FLB_OUT_NAME@</string>
- <key>ProgramArguments</key>
- <array>
- <string>@CMAKE_INSTALL_FULL_BINDIR@/@FLB_OUT_NAME@</string>
- <string>--config</string>
- <string>@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_SYSCONFDIR@/@FLB_OUT_NAME@/@FLB_OUT_NAME@.conf</string>
- </array>
- <key>RunAtLoad</key>
- <true/>
-</dict>
-</plist>
diff --git a/fluent-bit/cpack/macos/welcome.txt.cmakein b/fluent-bit/cpack/macos/welcome.txt.cmakein
deleted file mode 100644
index d92b49094..000000000
--- a/fluent-bit/cpack/macos/welcome.txt.cmakein
+++ /dev/null
@@ -1,19 +0,0 @@
-This will install @FLB_OUT_NAME@ on your Mac.
-
---------------------------------------------------
-
-Thank you for trying @FLB_OUT_NAME@! Have a fantastic day!
-
-You can start / stop @FLB_OUT_NAME@ via launchctl command.
-
-- start @FLB_OUT_NAME@
-
-% sudo launchctl load /Library/LaunchDaemons/@FLB_OUT_NAME@.plist
-
-- stop @FLB_OUT_NAME@
-
-% sudo launchctl unload /Library/LaunchDaemons/@FLB_OUT_NAME@.plist
-
-If you have a question, please ask it on Fluent Bit Community Forum:
-
-https://github.com/fluent/fluent-bit/discussions
diff --git a/fluent-bit/cpack/wix/WIX.template.in.cmakein b/fluent-bit/cpack/wix/WIX.template.in.cmakein
deleted file mode 100644
index 2f8394088..000000000
--- a/fluent-bit/cpack/wix/WIX.template.in.cmakein
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0"?>
-
-<?include "cpack_variables.wxi"?>
-
-<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
- <Product Id="$(var.CPACK_WIX_PRODUCT_GUID)"
- Name="$(var.CPACK_PACKAGE_NAME)"
- Language="1033"
- Version="$(var.CPACK_PACKAGE_VERSION)"
- Manufacturer="$(var.CPACK_PACKAGE_VENDOR)"
- UpgradeCode="$(var.CPACK_WIX_UPGRADE_GUID)">
-
- <Package InstallerVersion="301" InstallPrivileges="elevated"
- Compressed="yes" InstallScope="perMachine" />
-
- <Media Id="1" Cabinet="Project.cab" EmbedCab="yes" CompressionLevel="high" />
-
- <MajorUpgrade
- Schedule="afterInstallInitialize"
- AllowSameVersionUpgrades="yes"
- DowngradeErrorMessage="A newer version of [ProductName] is already installed. Setup will now exit."/>
-
- <Property Id="FOUNDNSISINSTALLER">
- <RegistrySearch Id="FOUNDNSISINSTALLER_REGSEARCH"
- Root="HKLM"
- Key="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(var.CPACK_PACKAGE_NAME)"
- Name="UninstallString"
- Type="raw"
- Win64="no" />
- </Property>
- <Condition Message="An old version of $(var.CPACK_PACKAGE_NAME) has been detected. Please uninstall it manually before running this installer.">
- <![CDATA[NOT FOUNDNSISINSTALLER]]>
- </Condition>
-
- <WixVariable Id="WixUILicenseRtf" Value="$(var.CPACK_WIX_LICENSE_RTF)"/>
- <Property Id="WIXUI_INSTALLDIR" Value="INSTALL_ROOT"/>
-
- <!-- PropertyRef of the account users for setting InstallDir permission explicitly -->
- <PropertyRef Id="WIX_ACCOUNT_LOCALSYSTEM" />
- <PropertyRef Id="WIX_ACCOUNT_USERS" />
- <PropertyRef Id="WIX_ACCOUNT_ADMINISTRATORS" />
-
- <DirectoryRef Id="INSTALL_ROOT">
- <!-- Create component for setting the install directory permission explicitly -->
- <Component Id="FluentBitAcl" Guid="{6779b04e-70a5-4973-888d-06865155e9f5}">
- <CreateFolder>
- <!--
- Read/Execute: Builtin Users
- All:: Builtin Administrators, Service, System account(by default)
- -->
- <Permission User="[WIX_ACCOUNT_USERS]" GenericExecute="yes" GenericRead="yes" Traverse="yes"/>
- <Permission User="[WIX_ACCOUNT_ADMINISTRATORS]" GenericAll="yes" Traverse="yes"/>
- <Permission User="[WIX_ACCOUNT_LOCALSYSTEM]" GenericAll="yes" Traverse="yes"/>
- </CreateFolder>
- </Component>
- </DirectoryRef>
-
- <?ifdef CPACK_WIX_PRODUCT_ICON?>
- <Property Id="ARPPRODUCTICON">ProductIcon.ico</Property>
- <Icon Id="ProductIcon.ico" SourceFile="$(var.CPACK_WIX_PRODUCT_ICON)"/>
- <?endif?>
-
- <?ifdef CPACK_WIX_UI_BANNER?>
- <WixVariable Id="WixUIBannerBmp" Value="$(var.CPACK_WIX_UI_BANNER)"/>
- <?endif?>
-
- <?ifdef CPACK_WIX_UI_DIALOG?>
- <WixVariable Id="WixUIDialogBmp" Value="$(var.CPACK_WIX_UI_DIALOG)"/>
- <?endif?>
-
- <FeatureRef Id="ProductFeature">
- <ComponentRef Id="FluentBitAcl"/>
- </FeatureRef>
-
- <UIRef Id="$(var.CPACK_WIX_UI_REF)" />
-
- <?include "properties.wxi"?>
- <?include "product_fragment.wxi"?>
-
- <Property Id="LAUNCHSERVICE" Value="1"/>
- <SetProperty Id="LAUNCHSERVICE" Value="0" After="LaunchConditions" Sequence="first">
- <![CDATA[%NOT_FLB_SVC_LAUNCH <> ""]]>
- </SetProperty>
-
- <Property Id="CreateFluentBitWinSvc" Value=" "/>
- <CustomAction Id="SetCreateFluentBitWinSvcCommand" Property="CreateFluentBitWinSvc" Value="&quot;sc.exe&quot; create @FLB_OUT_NAME@ binpath= &quot;\&quot;[INSTALL_ROOT]bin\@FLB_OUT_NAME@.exe\&quot; -c \&quot;[INSTALL_ROOT]conf\@FLB_OUT_NAME@.conf\&quot;&quot; start= delayed-auto" Execute="immediate" />
- <CustomAction Id="CreateFluentBitWinSvc" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="ignore" Impersonate="no" />
-
- <Property Id="LaunchFluentBitWinSvc" Value=" "/>
- <CustomAction Id="SetLaunchFluentBitWinSvcCommand" Property="LaunchFluentBitWinSvc" Value="&quot;sc.exe&quot; start @FLB_OUT_NAME@" Execute="immediate" />
- <CustomAction Id="LaunchFluentBitWinSvc" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="ignore" Impersonate="no" />
-
- <Property Id="StopFluentBitWinSvc" Value=" "/>
- <CustomAction Id="SetStopFluentBitWinSvcCommand" Property="StopFluentBitWinSvc" Value="&quot;sc.exe&quot; stop @FLB_OUT_NAME@" Execute="immediate" />
- <CustomAction Id="StopFluentBitWinSvc" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="ignore" Impersonate="no" />
-
- <Property Id="DeleteFluentBitWinSvc" Value=" "/>
- <CustomAction Id="SetDeleteFluentBitWinSvcCommand" Property="DeleteFluentBitWinSvc" Value="&quot;sc.exe&quot; delete @FLB_OUT_NAME@" Execute="immediate" />
- <CustomAction Id="DeleteFluentBitWinSvc" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Return="ignore" Impersonate="no" />
-
- <InstallExecuteSequence>
- <Custom Action="SetCreateFluentBitWinSvcCommand" After="InstallFiles">NOT Installed</Custom>
- <Custom Action="CreateFluentBitWinSvc" After="SetCreateFluentBitWinSvcCommand">NOT Installed</Custom>
- <Custom Action="SetLaunchFluentBitWinSvcCommand" After="CreateFluentBitWinSvc">LAUNCHSERVICE="1" AND NOT Installed</Custom>
- <Custom Action="LaunchFluentBitWinSvc" After="SetLaunchFluentBitWinSvcCommand">LAUNCHSERVICE="1" AND NOT Installed</Custom>
-
- <Custom Action="SetStopFluentBitWinSvcCommand" After="InstallInitialize">REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE</Custom>
- <Custom Action="StopFluentBitWinSvc" After="SetStopFluentBitWinSvcCommand">REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE</Custom>
- <Custom Action="SetDeleteFluentBitWinSvcCommand" After="StopFluentBitWinSvc">REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE</Custom>
- <Custom Action="DeleteFluentBitWinSvc" After="SetDeleteFluentBitWinSvcCommand">REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE</Custom>
- </InstallExecuteSequence>
- </Product>
-</Wix>