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 --- repo-update | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 repo-update (limited to 'repo-update') diff --git a/repo-update b/repo-update new file mode 100755 index 0000000..7038789 --- /dev/null +++ b/repo-update @@ -0,0 +1,25 @@ +#!/bin/sh + +source ~/.bashrc # the PATH is updated here + +# Updates free/ databases and releases packages on free/staging +# Also moves old packages to the old/packages dir +db-update +~/repm/cron-jobs/ftpdir-cleanup + +# Syncs repos +#python ~/usr/bin/repo-maintainer +python ~/repm/pato2.py + +# Copy free/pool to repo/pool +#for dir in community core extra libre libre-testing pool social sources sugar; do +# rsync -va --recursive --copy-links /home/parabolavnx/parabolagnulinux.org/free/$dir /home/parabolavnx/parabolagnulinux.org/repo/ +#done + +# Hide unfree packages on apache's dir view +#~/usr/bin/hide_unfree + +~/repm/sync-free +find ~/parabolagnulinux.org/repo -name '*.abs.tar.gz' -delete + +exit 0 -- cgit v1.2.3-2-g168b