From 12deb4296e715637bd7c0b4be36b84145a20cd14 Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Tue, 5 Sep 2023 00:23:23 -0700 Subject: [PATCH 1/2] reverting workflow files for cargo --- {specs/turborepo/workflows => workflows}/Cargo.toml | 0 {specs/turborepo/workflows => workflows}/build.rs | 0 {specs/turborepo/workflows => workflows}/src/lib.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {specs/turborepo/workflows => workflows}/Cargo.toml (100%) rename {specs/turborepo/workflows => workflows}/build.rs (100%) rename {specs/turborepo/workflows => workflows}/src/lib.rs (100%) diff --git a/specs/turborepo/workflows/Cargo.toml b/workflows/Cargo.toml similarity index 100% rename from specs/turborepo/workflows/Cargo.toml rename to workflows/Cargo.toml diff --git a/specs/turborepo/workflows/build.rs b/workflows/build.rs similarity index 100% rename from specs/turborepo/workflows/build.rs rename to workflows/build.rs diff --git a/specs/turborepo/workflows/src/lib.rs b/workflows/src/lib.rs similarity index 100% rename from specs/turborepo/workflows/src/lib.rs rename to workflows/src/lib.rs From c7aaf2fc2416bd1c1481b349c89f469b6cfbb19e Mon Sep 17 00:00:00 2001 From: "John Vajda (JV)" Date: Tue, 5 Sep 2023 01:28:19 -0600 Subject: [PATCH 2/2] adds a workflow for macOS spotlight indexing (#127) * adds a workflow for macOS spotlight indexing * Update specs/macOS/spotlight-indexing.yaml removes spotlight * Update specs/macOS/spotlight-indexing.yaml remove Apple --------- Co-authored-by: elvis kahoro --- specs/macOS/spotlight-indexing.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 specs/macOS/spotlight-indexing.yaml diff --git a/specs/macOS/spotlight-indexing.yaml b/specs/macOS/spotlight-indexing.yaml new file mode 100644 index 00000000..a9d60e04 --- /dev/null +++ b/specs/macOS/spotlight-indexing.yaml @@ -0,0 +1,16 @@ +--- +name: Starts or stops the MacOS Spotlight indexing process mds_stores. +command: |- + sudo mdutil -a -i {{switch}} +tags: + - MacOS + - mds_stores +description: mds_stores is a CPU intensive process that runs for Spotlight indexing. This command will enable or disable that process. +arguments: + - name: switch + description: can be set to on or off. + default_value: off +source_url: "https://electrictoolbox.com/disable-spotlight-indexing-mac-osx/" +author: The Electric Toolbox +author_url: "https://electrictoolbox.com/contact/" +shells: [] \ No newline at end of file