We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3f337 commit 00a3392Copy full SHA for 00a3392
1 file changed
bin/daily
@@ -23,14 +23,14 @@ $DTDIR/ietf/manage.py populate_yang_model_dirs
23
24
# Expire internet drafts
25
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
26
-#$DTDIR/ietf/bin/expire-ids
+$DTDIR/ietf/bin/expire-ids
27
28
# Expire last calls
29
30
-#$DTDIR/ietf/bin/expire-last-calls
+$DTDIR/ietf/bin/expire-last-calls
31
32
# Run an extended version of the rfc editor update, to catch changes
33
# with backdated timestamps
34
35
-#$DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01
+$DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01
36
0 commit comments