You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by ns...@apache.org on 2013/07/26 18:11:39 UTC

git commit: Switch to dev@couchdb for CVE search

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 <ns...@apache.org>
Authored: Fri Jul 26 17:11:09 2013 +0100
Committer: Noah Slater <ns...@apache.org>
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)"