diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 16:28:46 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 00:45:19 -0600 |
commit | 2b25f7944ef903ede14d573b2ea5e7c9d736017e (patch) | |
tree | 895cc583f54f5bccda119d1fd35e640248ef4aad | |
parent | bce56345e8df88782139179cc260bbffeb47290d (diff) |
cron-jobs/update-abs-tarballs: Remove; everything is on the same server now.
It just ran `rsync` to sync things between servers.
-rwxr-xr-x | cron-jobs/update-abs-tarballs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cron-jobs/update-abs-tarballs b/cron-jobs/update-abs-tarballs deleted file mode 100755 index e710f7c..0000000 --- a/cron-jobs/update-abs-tarballs +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -. "$(dirname "$(readlink -e "$0")")/../config" - -rsync -av --exclude=staging/ parabolagnulinux.org::abstar/ "${FTP_BASE}/" |