Skip to content

Fixed dotfile mv in pkg-build-deb picking up . and ..#2164

Open
larsewi wants to merge 1 commit intocfengine:masterfrom
larsewi:cannot-move
Open

Fixed dotfile mv in pkg-build-deb picking up . and ..#2164
larsewi wants to merge 1 commit intocfengine:masterfrom
larsewi:cannot-move

Conversation

@larsewi
Copy link
Copy Markdown
Contributor

@larsewi larsewi commented Apr 8, 2026

Summary

  • The glob pattern .* in pkg-build-deb matches . and .., causing spurious warnings during tarball extraction in dependency packaging
  • The || true prevented the script from failing, but the warnings are noisy and confusing
  • Replaced with a loop that skips . and ..

🤖 Generated with Claude Code

The glob pattern `.*` matches `.` and `..`, causing spurious
warnings during tarball extraction. The `|| true` prevented the
script from failing, but the warnings are noisy and confusing.
Replaced with a loop that skips these special directory entries.

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi larsewi requested a review from craigcomstock April 8, 2026 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant