/[secure-testing]/bin/update
ViewVC logotype

Contents of /bin/update

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5001 - (hide annotations) (download)
Wed Nov 22 22:42:18 2006 UTC (6 years, 5 months ago) by stef-guest
File size: 305 byte(s)
- bugfix: we need to add "TODO: check" even if the CVE was know from a DSA before appearing at mitre
- use gzipped version of allitems.html to save bandwidth
1 joeyh 1672 #!/bin/sh
2     set -e
3    
4 joeyh 2458 if [ ! -d CVE ]; then
5 joeyh 1672 echo "run in data subdirectory" >&2
6     exit 1
7     fi
8    
9     cd CVE
10 joeyh 2458 rm -f allitems.html
11 stef-guest 5001 wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html.gz
12     gunzip allitems.html.gz
13 joeyh 2458 ../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new
14 joeyh 1672 mv -f list.new list

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5