summaryrefslogtreecommitdiff
path: root/sync-free
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 10:59:13 -0700
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-16 10:59:13 -0700
commit01fb98f402fdd703491c9f52414de2815d893cef (patch)
tree6d394918db9dd9a05de89ed34ce89fed7da62419 /sync-free
parent748600bf8dfba34b336ad642a6b26dae674db85f (diff)
Stable branch for repm
Diffstat (limited to 'sync-free')
-rwxr-xr-xsync-free11
1 files changed, 11 insertions, 0 deletions
diff --git a/sync-free b/sync-free
new file mode 100755
index 0000000..cce97d9
--- /dev/null
+++ b/sync-free
@@ -0,0 +1,11 @@
+#!/bin/sh
+# Copy free/pool to repo/pool
+for dir in community core extra testing pool; do
+ rsync -va --exclude=*.db.tar.* --exclude=*.db --recursive --copy-links /home/parabolavnx/parabolagnulinux.org/free/$dir/ /home/parabolavnx/parabolagnulinux.org/repo/$dir/
+done
+
+for dir in libre libre-testing social sugar; do
+ rsync -va --delete-after --recursive --copy-links /home/parabolavnx/parabolagnulinux.org/free/$dir/ /home/parabolavnx/parabolagnulinux.org/repo/$dir/
+done
+
+exit $?