Skip to content

Unfreeze FreeFileSync (darwin) - #51314

Merged
allenhouchins merged 1 commit into
mainfrom
fma-unfreeze/freefilesync-darwin
Aug 16, 2026
Merged

Unfreeze FreeFileSync (darwin)#51314
allenhouchins merged 1 commit into
mainfrom
fma-unfreeze/freefilesync-darwin

Conversation

@allenhouchins

@allenhouchins allenhouchins commented Aug 15, 2026

Copy link
Copy Markdown
Member

Automated unfreeze probe. Removes "frozen": true and regenerates the output manifest so
test-fma-darwin-pr-only can validate freefilesync/darwin at its current upstream version.

Frozen since: 2026-08-08 (6e41bf6, "Validate all Fleet-maintained apps (#50811)")
Version: 14.10 -> 14.11

Draft until validation reports. Merge only if the FMA checks are green and the validate shard
actually ran for this slug.


Generated by Claude Code

Summary by CodeRabbit

  • New Features

    • Added detection for whether FreeFileSync is currently running on macOS.
  • Updates

    • Updated the macOS FreeFileSync package to version 14.11.
    • Refreshed installation metadata and verification details for the new release.
    • Removed the frozen status from the FreeFileSync Homebrew configuration.

Removes the frozen flag and regenerates the output manifest so the
FMA PR-only validation workflow can validate freefilesync/darwin at 14.11.
@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/freefilesync/darwin.json

=== Install // 480e99f2 -> 3a6e840d ===

--- /tmp/old.wS6ACs	2026-08-15 17:24:06.190815394 +0000
+++ /tmp/new.zElXjf	2026-08-15 17:24:06.190815394 +0000
@@ -98,5 +98,5 @@
 unzip "$INSTALLER_PATH" -d "$TMPDIR"
 # install pkg files
 quit_and_track_application 'org.freefilesync.FreeFileSync'
-sudo installer -pkg "$TMPDIR/FreeFileSync_14.10.pkg" -target / || exit $?
+sudo installer -pkg "$TMPDIR/FreeFileSync_14.11.pkg" -target / || exit $?
 relaunch_application 'org.freefilesync.FreeFileSync'

=== Uninstall Script (no changes) ===

@allenhouchins
allenhouchins marked this pull request as ready for review August 16, 2026 02:29
Copilot AI lite review requested due to automatic review settings August 16, 2026 02:29
@allenhouchins
allenhouchins merged commit 2cd679d into main Aug 16, 2026
19 of 20 checks passed
@allenhouchins
allenhouchins deleted the fma-unfreeze/freefilesync-darwin branch August 16, 2026 02:29
Copilot stopped reviewing on behalf of allenhouchins due to an error August 16, 2026 02:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the maintained macOS FreeFileSync definition to the latest release and adjusts metadata so it can update normally.

Changes:

  • Bump FreeFileSync (darwin) from 14.10 → 14.11 with updated URL, script ref, and SHA256.
  • Add an open query to detect whether FreeFileSync appears to be running.
  • Unfreeze the Homebrew input configuration by removing the frozen flag.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
ee/maintained-apps/outputs/freefilesync/darwin.json Bumps version/artifacts and adds an “open/running” detection query.
ee/maintained-apps/inputs/homebrew/freefilesync.json Removes the frozen gate to allow updates to flow.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync' AND version_compare(bundle_short_version, '14.10') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync' AND version_compare(bundle_short_version, '14.11') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'org.freefilesync.FreeFileSync');"
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync';",
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync' AND version_compare(bundle_short_version, '14.10') < 0);"
"patched": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps WHERE bundle_identifier = 'org.freefilesync.FreeFileSync' AND version_compare(bundle_short_version, '14.11') < 0);",
"open": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM apps a JOIN processes p ON substr(p.path, 1, LENGTH(a.path) + 1) = concat(a.path, '/') WHERE a.bundle_identifier = 'org.freefilesync.FreeFileSync');"
@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4cf500e6-47cc-4d63-aa4d-ae3df64dac03

📥 Commits

Reviewing files that changed from the base of the PR and between 80b6661 and adfe9cf.

📒 Files selected for processing (2)
  • ee/maintained-apps/inputs/homebrew/freefilesync.json
  • ee/maintained-apps/outputs/freefilesync/darwin.json

Walkthrough

The Homebrew FreeFileSync configuration no longer marks the app as frozen. The macOS definition now targets version 14.11. It updates the installer URL, package filename, install script, checksum, and patched query. It also adds an open-state query that checks for a matching running application process.

Possibly related PRs

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-unfreeze/freefilesync-darwin

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants