diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-11-16 15:10:52 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-11-16 15:10:52 (GMT) |
commit | 09ea80804d36024bf7f08928862a67509dbb4fb1 (patch) | |
tree | c02721d3fe4123c1da0a37463643ad50570dce18 /build_tools/bin | |
parent | 5119f57f6052229b81025286d4d6b424178b513d (diff) | |
download | linhes_dev-09ea80804d36024bf7f08928862a67509dbb4fb1.zip |
sync_repo_testing-core.sh: exclude all -testing files
Diffstat (limited to 'build_tools/bin')
-rwxr-xr-x | build_tools/bin/sync_repo_testing-core.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build_tools/bin/sync_repo_testing-core.sh b/build_tools/bin/sync_repo_testing-core.sh index 9b3000e..f337f9b 100755 --- a/build_tools/bin/sync_repo_testing-core.sh +++ b/build_tools/bin/sync_repo_testing-core.sh @@ -1,7 +1,5 @@ -rsync -av --delete-after --exclude 'core-testing.db*' --progress /data/pkg_repo/x86_64/core-testing/ /data/pkg_repo/x86_64/core -rsync -av --delete-after --exclude 'extra-testing.db*' --progress /data/pkg_repo/x86_64/extra-testing/ /data/pkg_repo/x86_64/extra +rsync -av --delete-after --exclude 'core-testing.*' --progress /data/pkg_repo/x86_64/core-testing/ /data/pkg_repo/x86_64/core +rsync -av --delete-after --exclude 'extra-testing.*' --progress /data/pkg_repo/x86_64/extra-testing/ /data/pkg_repo/x86_64/extra rm -i /data/pkg_repo/x86_64/core/core*.db* rm -i /data/pkg_repo/x86_64/extra/extra*.db* - - |