summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-11-16 15:10:52 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-11-16 15:10:52 (GMT)
commit09ea80804d36024bf7f08928862a67509dbb4fb1 (patch)
treec02721d3fe4123c1da0a37463643ad50570dce18
parent5119f57f6052229b81025286d4d6b424178b513d (diff)
downloadlinhes_dev-09ea80804d36024bf7f08928862a67509dbb4fb1.zip
sync_repo_testing-core.sh: exclude all -testing files
-rwxr-xr-xbuild_tools/bin/sync_repo_testing-core.sh6
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*
-
-