Skip to content

Commit 5649bfd

Browse files
committed
Remove drafts secretariat tool because this functionality is now provided by the core Datatracker. Moved ID reports to proceedings tool. Fixes ietf-tools#1655. Commit ready for merge.
- Legacy-Id: 17488
1 parent 931c5ce commit 5649bfd

45 files changed

Lines changed: 5 additions & 292514 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ietf/bin/report_id_activity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import django
1616
django.setup()
1717
# -------------------------------------------------------------------------------------
1818

19-
from ietf.secr.drafts.reports import report_id_activity
19+
from ietf.secr.proceedings.reports import report_id_activity
2020

2121
print(report_id_activity(sys.argv[1], sys.argv[2]), end='')
2222

ietf/bin/report_progress_report

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import django
1616
django.setup()
1717
# -------------------------------------------------------------------------------------
1818

19-
from ietf.secr.drafts.reports import report_progress_report
19+
from ietf.secr.proceedings.reports import report_progress_report
2020

2121
# handle unicode characters before attempting to print
2222
output = report_progress_report(sys.argv[1], sys.argv[2])

ietf/secr/drafts/__init__.py

Whitespace-only changes.

ietf/secr/drafts/email.py

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)