Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Comments

fix(ci): correct docker-build-deb command reference#39

Merged
mairas merged 1 commit intomainfrom
fix/docker-build-deb-command
Nov 21, 2025
Merged

fix(ci): correct docker-build-deb command reference#39
mairas merged 1 commit intomainfrom
fix/docker-build-deb-command

Conversation

@mairas
Copy link
Contributor

@mairas mairas commented Nov 21, 2025

Summary

Fix two issues in the run script that prevented the CI build from working.

Problems

  1. docker-build-deb was calling non-existent build-deb-only function
  2. build-deb was calling non-existent release-version function

Solution

  1. Changed docker-build-deb to call build-deb (the actual function)
  2. Modified build-deb to:
    • Check if debian/changelog was recently generated (within 5 minutes, indicating CI generated it)
    • If recent: skip changelog regeneration and just run dpkg-buildpackage
    • For local builds: generate changelog using VERSION file instead of the missing release-version function

Test plan

  • PR checks pass
  • After merge, re-run the main branch workflow

🤖 Generated with Claude Code

The docker-build-deb function was calling non-existent build-deb-only.
Changed to call build-deb which is the actual function name.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@mairas mairas merged commit 5c8accf into main Nov 21, 2025
1 check passed
@mairas mairas deleted the fix/docker-build-deb-command branch November 21, 2025 23:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant