mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-01 10:57:49 +00:00
feat: include brew autoupdate services
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Tell build process to exit if there are any errors.
|
||||
set -oue pipefail
|
||||
|
||||
# https://docs.brew.sh/Analytics
|
||||
echo "
|
||||
|
||||
HOMEBREW_NO_ANALYTICS=1
|
||||
|
||||
" >> /etc/environment
|
||||
@@ -1,4 +0,0 @@
|
||||
[Daemon]
|
||||
AutomaticUpdatePolicy=stage
|
||||
#IdleExitTimeout=60
|
||||
Recommends=false
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -22,4 +22,5 @@ modules:
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- from-file: common/kinoite-files.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -23,4 +23,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
2
recipes/common/common-brew.yml
Normal file
2
recipes/common/common-brew.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
type: brew
|
||||
brew-analytics: false
|
||||
@@ -3,7 +3,6 @@ scripts:
|
||||
- authselect.sh
|
||||
- setfilepermissions.sh
|
||||
- disablesealertpopups.sh
|
||||
- homebrewanalyticsoptout.sh
|
||||
- httpsmirrors.sh
|
||||
- createmissingdirectories.sh
|
||||
- removesuid.sh
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/dx-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/cosmic-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/cosmic-scripts.yml
|
||||
- from-file: common/remove-firefox.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/disableuserns-packages.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/kinoite-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -20,4 +20,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -23,4 +23,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -21,4 +21,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -16,4 +16,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -18,4 +18,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -17,4 +17,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -17,4 +17,5 @@ modules:
|
||||
- from-file: common/common-files.yml
|
||||
- from-file: common/common-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
@@ -19,4 +19,5 @@ modules:
|
||||
- from-file: common/common-scripts.yml
|
||||
- from-file: common/disableuserns-scripts.yml
|
||||
- type: secureblue-signing
|
||||
- type: yafti
|
||||
- type: yafti
|
||||
- from-file: common/common-brew.yml
|
||||
Reference in New Issue
Block a user