Updated Branches: refs/heads/master 941cccaa5 -> c1038add5
Switch to dev@couchdb for CVE search Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/c1038add Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/c1038add Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/c1038add Branch: refs/heads/master Commit: c1038add530ec1d285c77e4cd3e90c92611d2060 Parents: 941ccca Author: Noah Slater <[email protected]> Authored: Fri Jul 26 17:11:09 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Fri Jul 26 17:11:09 2013 +0100 ---------------------------------------------------------------------- release/build_cve_list.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/c1038add/release/build_cve_list.sh ---------------------------------------------------------------------- diff --git a/release/build_cve_list.sh b/release/build_cve_list.sh index 14c80b8..c93ba71 100755 --- a/release/build_cve_list.sh +++ b/release/build_cve_list.sh @@ -30,7 +30,8 @@ log () { log "Adding mails to export..." -find /home/apmail/private-arch/security -type f | while read mbox_file; do +find /home/apmail/public-arch/couchdb.apache.org/dev -type f | \ + while read mbox_file; do compressed=\`echo \$mbox_file | grep -E "\.gz" || true\` if test -n "\$compressed"; then echo "Adding" \$mbox_file "(compressed)"
