diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-07-16 03:35:37 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-07-16 03:35:37 -0300 |
commit | 91210f8ae18f5651ace2273cfa0c8ad7e4dbcbdf (patch) | |
tree | b086b3d662037ed7e78542dd4bab69497ce5ebc6 /cron-jobs/update-abs-tarballs | |
parent | 8a874d242c8d86059261c098dfec1b0b1ac9e444 (diff) |
Syncs ABSLibre tarballs between ABSLibre host and repo server
Diffstat (limited to 'cron-jobs/update-abs-tarballs')
-rw-r--r-- | cron-jobs/update-abs-tarballs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cron-jobs/update-abs-tarballs b/cron-jobs/update-abs-tarballs new file mode 100644 index 0000000..9990f20 --- /dev/null +++ b/cron-jobs/update-abs-tarballs @@ -0,0 +1,7 @@ +#!/bin/bash + +. "$(dirname $0)/../config" + +rsync -av parabolagnulinux.org::abstar/ ${FTP_BASE}/ + +exit $? |