Skip to content

chore: bring develop to main - #85

Merged
Jaro-c merged 3 commits into
mainfrom
develop
Jul 26, 2026
Merged

chore: bring develop to main#85
Jaro-c merged 3 commits into
mainfrom
develop

Conversation

@Jaro-c

@Jaro-c Jaro-c commented Jul 26, 2026

Copy link
Copy Markdown
Member

Bringing develop to main so the license and the Dependabot config are the ones on the default branch. No tag, no release — this is a branch sync.

Why it matters beyond tidiness: Dependabot reads its config from the default branch, and its registration only comes back when that file changes there. As long as main carries the old copy, this repository keeps getting no update pull requests at all.

What rides along:

Jaro-c added 3 commits July 17, 2026 18:59
…m env (#82)

Prompted by the broken v1.4.0 (signed by the org key while the installer
still pinned the retired one — no gate caught it before publish).

- New verify step in release.yml: after signing each artifact, extract
the pinned public key from setup-agent.sh / update-agent.sh /
internal/update/mod.rs, assert the three agree, and verify the .sig
against it. A signature a freshly-pinned installer would reject fails
the build before anything is uploaded. Tested locally: passes on the
real v1.4.1 asset with the current pin, fails against the old key.
- sign.py now reads GLYNDOR_RELEASE_ED25519_KEY from the environment
instead of argv, so the signing key never appears in the runner's
process table.

Note: release.yml only runs on a tag, so PR CI does not exercise it —
the verify logic and pin extraction were validated locally against the
published v1.4.1 assets.

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
The Dependabot config asked for a `dependencies` label, which predates
the `type:/prio:/effort:/status:/area:` taxonomy the rest of this
repository uses. It now asks for `type:deps`.

Landing on `main` rather than riding a release: Dependabot version
updates stopped running here at the end of June, and they only
re-register when the config file itself changes on the default branch —
measured across the org, confirmed on `Glyndor/apt#65`.

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
The org standardised on MIT as its single license, so helmly-agent moves
off Apache-2.0 as part of the org-wide migration.

- `LICENSE` — canonical MIT text, `Copyright (c) 2026 Glyndor`.
- `README.md` — the License section.
- `NOTICE` — removed. It is an Apache-2.0 §4(d) mechanism; MIT does not
use one, so keeping it would just be a file nobody can act on.

No SPDX headers in source, and `Cargo.toml` carries no `license` field
to update.

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c Jaro-c added type:chore Maintenance with no product impact prio:P2 Medium priority effort:XS Extra small status:review In review labels Jul 26, 2026
@Jaro-c
Jaro-c merged commit 0a470b3 into main Jul 26, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

effort:XS Extra small prio:P2 Medium priority status:review In review type:chore Maintenance with no product impact

Development

Successfully merging this pull request may close these issues.

1 participant