Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion bin/push-packages-to-obs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ FAKE_COMITTOBS=${FAKE_COMITTOBS:+1}
# projects in row
KEEP_SRPMS=${KEEP_SRPMS:-FALSE}

DIFF="diff -u"
# keep the no-dereference option or
# it could brake the diff of root.tar.gz with symlinks and empty folders
DIFF="diff -u --no-dereference"

GIT_DIR=$(git rev-parse --show-cdup)
test -z "$GIT_DIR" || cd "$GIT_DIR"
Expand Down
1 change: 1 addition & 0 deletions uyuni-releng-tools.changes.deneb-alpha.fixDiffCommand
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- push-packages-to-obs: add no-dereference option while diffing