Skip to content

Commit 22be398

Browse files
committed
Added hourly generation of two static files.
- Legacy-Id: 17962
1 parent ae6b394 commit 22be398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/hourly

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ mv $TMPFILE5 $DOWNLOAD/id-index.txt
7171
mv $TMPFILE6 $DOWNLOAD/id-abstract.txt
7272
mv $TMPFILE7 $ID/all_id2.txt
7373

74+
CHARTER=/a/www/ietf-ftp/charter
75+
wget https://datatracker.ietf.org/wg/1wg-charters-by-acronym.txt -O $CHARTER/1wg-charters-by-acronym.txt
76+
wget https://datatracker.ietf.org/wg/1wg-charters.txt -O $CHARTER/1wg-charters.txt
77+
7478
# Create and update group wikis
7579
#$DTDIR/ietf/manage.py create_group_wikis
7680

0 commit comments

Comments
 (0)