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

Contents of /bin/update

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2458 - (show annotations) (download)
Wed Oct 19 22:54:03 2005 UTC (7 years, 7 months ago) by joeyh
File size: 278 byte(s)
mods for CVE merge
1 #!/bin/sh
2 set -e
3
4 if [ ! -d CVE ]; then
5 echo "run in data subdirectory" >&2
6 exit 1
7 fi
8
9 cd CVE
10 rm -f allitems.html
11 wget --quiet http://www.cve.mitre.org/cve/downloads/allitems.html
12 ../../bin/updatelist allitems.html ../DSA/list ../DTSA/list list > list.new
13 mv -f list.new list

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.5