From 01fb98f402fdd703491c9f52414de2815d893cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Sat, 16 Apr 2011 10:59:13 -0700 Subject: Stable branch for repm --- sync-free | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 sync-free (limited to 'sync-free') 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 $? -- cgit v1.2.3-2-g168b