diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-24 16:29:07 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-05-25 00:45:25 -0600 |
commit | 70a3f4fb4d6994e73b5ad19b4218bde609150249 (patch) | |
tree | b91e62075c8b90c3a9915de0dc394a6234ba8a2b | |
parent | 2b25f7944ef903ede14d573b2ea5e7c9d736017e (diff) |
repo-sanity-check: expand on the comment at the top.
-rwxr-xr-x | cron-jobs/repo-sanity-check | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cron-jobs/repo-sanity-check b/cron-jobs/repo-sanity-check index bd89240..239f042 100755 --- a/cron-jobs/repo-sanity-check +++ b/cron-jobs/repo-sanity-check @@ -1,5 +1,8 @@ #!/bin/bash -# Solves issue165... on the old flyspray install. I have no idea what issue that was. +# Solves issue165... on the old roundup install. From the database +# backups, the title was "Older/deprecated packages never leave the +# repo", I don't know how the body of the issue is stored in the DB, +# but the title says enough, I think. . "$(dirname "$(readlink -e "$0")")/../config" . "$(dirname "$(readlink -e "$0")")/../db-functions" |