Goal: Setup indexing for xml.apache.org lists

More streamlined order of operations than previous task lists.


Status:


{{{DONE mkdir -p /opt/ezmlm/archive/xml.apache.org/xmlbeans-cvs ["DONE"] mkdir -p /opt/ezmlm/archive/xml.apache.org/xmlbeans-dev ["DONE"] mkdir -p /opt/ezmlm/archive/xml.apache.org/xmlbeans-user }}}

{{{DONE ezmlm-sub /home/apmail/lists/xml.apache.org/xmlbeans-cvs/ qmlist-xml-archive-xmlbeans-cvs@nagoya.apache.org ["DONE"] ezmlm-sub /home/apmail/lists/xml.apache.org/xmlbeans-dev/ qmlist-xml-archive-xmlbeans-dev@nagoya.apache.org ["DONE"] ezmlm-sub /home/apmail/lists/xml.apache.org/xmlbeans-user/ qmlist-xml-archive-xmlbeans-user@nagoya.apache.org }}}

{{{DONE cd /opt/ezmlm/archive/xml.apache.org/xmlbeans-cvs ["DONE"] wget xml.apache.org/mail/xmlbeans-cvs/200307.gz ["DONE"] wget xml.apache.org/mail/xmlbeans-cvs/200308 ["DONE"] gunzip *.gz }}}

{{{DONE cd /opt/ezmlm/archive/xml.apache.org/xmlbeans-dev ["DONE"] wget xml.apache.org/mail/xmlbeans-dev/200307.gz ["DONE"] wget xml.apache.org/mail/xmlbeans-dev/200308 ["DONE"] gunzip *.gz }}}

{{{DONE cd /opt/ezmlm/archive/xml.apache.org/xmlbeans-user ["DONE"] wget xml.apache.org/mail/xmlbeans-user/200307.gz ["DONE"] wget xml.apache.org/mail/xmlbeans-user/200308 ["DONE"] gunzip *.gz }}}

{{{ export WEB_APP_DIR='/opt/tomcat/webapps/eyebrowse'

["DONE"] ${EYEBROWSE} --command=addlist --listname='xmlbeans-cvs@xml.apache.org' --descr='Apache XML Beans CVS records' --indexdir="${WEB_APP_DIR}/index/xml.apache.org/xmlbeans-cvs" ["DONE"] ${EYEBROWSE} --command=addlist --listname='xmlbeans-dev@xml.apache.org' --descr='Apache XML Beans Development' --indexdir="${WEB_APP_DIR}/index/xml.apache.org/xmlbeans-dev" ["DONE"] ${EYEBROWSE} --command=addlist --listname='xmlbeans-user@xml.apache.org' --descr='Apache XML Beans Users' --indexdir="${WEB_APP_DIR}/index/xml.apache.org/xmlbeans-user" }}}

{{{DONE find "${WEB_APP_DIR}/archive/xml.apache.org/xmlbeans-cvs/" -type f | sort | xargs -n 1 -I {} ~noel/update-list 'xmlbeans-cvs@xml.apache.org' {} ["DONE"] find "${WEB_APP_DIR}/archive/xml.apache.org/xmlbeans-dev/" -type f | sort | xargs -n 1 -I {} ~noel/update-list 'xmlbeans-dev@xml.apache.org' {} ["DONE"] find "${WEB_APP_DIR}/archive/xml.apache.org/xmlbeans-user/" -type f | sort | xargs -n 1 -I {} ~noel/update-list 'xmlbeans-user@xml.apache.org' {} }}}

Eyebrowse/XMLLists (last edited 2009-09-20 23:31:25 by localhost)