Skip to content

Commit 00a3392

Browse files
committed
Enabled invocation of 3 additional scripts from bin/daily (instead of ../scripts/Night-runner)
- Legacy-Id: 12561
1 parent 5e3f337 commit 00a3392

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bin/daily

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ $DTDIR/ietf/manage.py populate_yang_model_dirs
2323

2424
# Expire internet drafts
2525
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
26-
#$DTDIR/ietf/bin/expire-ids
26+
$DTDIR/ietf/bin/expire-ids
2727

2828
# Expire last calls
2929
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
30-
#$DTDIR/ietf/bin/expire-last-calls
30+
$DTDIR/ietf/bin/expire-last-calls
3131

3232
# Run an extended version of the rfc editor update, to catch changes
3333
# with backdated timestamps
3434
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
35-
#$DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01
35+
$DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01
3636

0 commit comments

Comments
 (0)