Skip to content

fix(packaging): remove .env files from Debian packages#2313

Merged
kkovaacs merged 3 commits into
nextfrom
krisztian/debian-package-missing-env-files
Jul 3, 2026
Merged

fix(packaging): remove .env files from Debian packages#2313
kkovaacs merged 3 commits into
nextfrom
krisztian/debian-package-missing-env-files

Conversation

@kkovaacs

@kkovaacs kkovaacs commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Summary

.env files required by the Debian package workflow have been removed from the repository, so that Debian packages are now failing to build.

This PR:

  • Removes copying of the (deleted) .env files into the package (and is adding temporary empty files instead). This is a temporary solution so that we can build 0.15.1 packages that still have .service files that require these files to be present.
  • Removes the EnvironmentFile references from .service files so that the services don't depend on the environment files anymore.

Changelog

changelog = "none"
reason    = "Internal change only."

@kkovaacs kkovaacs marked this pull request as ready for review July 3, 2026 11:49
@kkovaacs kkovaacs merged commit 130f2d2 into next Jul 3, 2026
25 checks passed
@kkovaacs kkovaacs deleted the krisztian/debian-package-missing-env-files branch July 3, 2026 14:00
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.

2 participants