Skip to content
Closed
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
5 changes: 1 addition & 4 deletions common/Scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,7 @@ function quickfixup() {

# Be explicit about adding files specific to packaging to avoid
# adding aliens
local paths=(abi_* package.yml pspec_x86_64.xml monitoring.yaml files/)
for path in "${paths[@]}"; do
[[ -e $path ]] && git add "$path"
done
git add abi_* package.yml pspec_x86_64.xml monitoring.yaml MAINTAINERS.md files/ 2>/dev/null || true

# Fixup the last commit in the directory
git commit --fixup "$(git log -1 --format="%h" -- .)"
Expand Down