Skip to content

Commit

Permalink
Merge pull request #23 from lorengordon/delete-excluded
Browse files Browse the repository at this point in the history
Ensures salt versions not listed are deleted from destination
  • Loading branch information
lorengordon authored May 6, 2020
2 parents 590a692 + eb31552 commit 00e1521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.0.0
current_version = 4.0.1
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion modules/repo/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {
"RCLONE_CONFIG_S3_TYPE=s3",
"RCLONE_CONFIG_S3_ENV_AUTH=true",
"rclone sync",
"--use-server-modtime --update --fast-list -v",
"--delete-excluded --use-server-modtime --update --fast-list -v",
"--filter '- **/{i386,i686,SRPMS}/**'",
join(" ", local.salt_versions),
"--filter '- *'",
Expand Down

0 comments on commit 00e1521

Please sign in to comment.