Skip to content

Commit

Permalink
remove --warning=no-file-changed arg from tar command (Netflix#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrapel authored Dec 11, 2020
1 parent 7802de0 commit a48c695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ up-reqs: clean
consoleme.tar.gz: clean
# Tar contents of the current directory
touch consoleme.tar.gz
tar --exclude='consoleme.tar.gz' --exclude='build*' --exclude='.tox/*' --exclude='env*' --exclude-from='.gitignore' --exclude='venv*' --exclude='node_modules*' --exclude='terraform/*' --exclude='.git/*' --exclude='.run/*' --exclude='debian*' --exclude='staging*' --warning=no-file-changed -czf consoleme.tar.gz .
tar --exclude='consoleme.tar.gz' --exclude='build*' --exclude='.tox/*' --exclude='env*' --exclude-from='.gitignore' --exclude='venv*' --exclude='node_modules*' --exclude='terraform/*' --exclude='.git/*' --exclude='.run/*' --exclude='debian*' --exclude='staging*' -czf consoleme.tar.gz .

.PHONY: create_ami
create_ami: consoleme.tar.gz packer clean
Expand Down

0 comments on commit a48c695

Please sign in to comment.