Publish the project website on fdroid-repo (recreation of #654) - #656
Closed
BrawlerXull wants to merge 2 commits into
Closed
Publish the project website on fdroid-repo (recreation of #654)#656BrawlerXull wants to merge 2 commits into
BrawlerXull wants to merge 2 commits into
Conversation
Recreation of CCExtractor#654 on the current branch root. The original was auto-closed by github-actions[bot] the moment the deploy workflow force-pushed this branch: each deploy replaces the branch with a fresh orphan commit, so a PR based on the previous root loses its merge base and GitHub closes it. The 37 site files (website/ Hugo source, scripts/update_build_log.py, the prebuilt site at the root so Pages serves it immediately) are unchanged from CCExtractor#654. One addition beyond CCExtractor#654: /rust in .gitignore. The deploy runner compiles the Rust FFI before switching to this branch; rust/target/ survives the switch as untracked files — main's gitignore covers it, this one predates the Rust pipeline and did not — and the 2026-08-23 deploy's "git add ." swept 4318 build artifacts into the published branch. No secrets were exposed (android/, config.yml and keystore.p12 were already ignored). The junk is not deleted here: the next deploy rebuilds the branch from scratch and, with the ignore line in place, purges it automatically.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
github-actions
Bot
force-pushed
the
fdroid-repo
branch
from
August 24, 2026 11:09
fd2b85a to
09e622e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recreation of #654, auto-closed by
github-actions[bot]when the nightly deploy force-pushedfdroid-repo— each deploy replaces this branch with a fresh orphan commit, so any PR based on the previous root loses its merge base and GitHub closes it.Same 37 files as #654 (the
website/Hugo source,scripts/update_build_log.py, the prebuilt site at the root so Pages serves it on merge), rebased onto the branch as it stands after the 2026-08-23 deploy.One addition:
/rustin.gitignore. The deploy runner compiles the Rust FFI before switching to this branch, andrust/target/survives the switch as untracked files — main's gitignore covers it, this branch's predates the Rust pipeline. The 2026-08-23 deploy'sgit add .swept 4,318 build artifacts into the published branch. No secrets were exposed (android/,config.yml,keystore.p12were already ignored — verified against the pushed tree). The junk is deliberately not deleted in this PR: the next deploy rebuilds the branch from scratch and purges it automatically once this ignore line is in place.main— deploys run on every main push, and their force-push will auto-close this PR exactly as it did #654.🤖 Generated with Claude Code