Skip to content

Commit 4823dfe

Browse files
authored
chore: move some things that had been moved but later touched in main again (ietf-tools#6751)
1 parent cbe710d commit 4823dfe

4 files changed

Lines changed: 19 additions & 8517 deletions

File tree

bin/add-old-drafts-from-archive.py

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

dev/legacy/add-old-drafts-from-archive.py

100755100644
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/usr/bin/env python
2-
# Copyright The IETF Trust 2017-2019, All Rights Reserved
2+
import sys
33

4-
## Holding on to this as documentation - it was originally in bin
5-
## If resuscitated, it will need to bemake python3, learn about the "rfc" document type
6-
## and made into a management command
4+
print("This is only here as documention - please read the file")
5+
sys.exit(0)
6+
7+
# #!/usr/bin/env python
8+
# # Copyright The IETF Trust 2017-2019, All Rights Reserved
79

810
# import datetime
911
# import os

dev/legacy/recalculate-rfc-authors-snapshot

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
#!/usr/bin/env python
1+
#!/bin/sh
22

3-
"""DANGER, WILL ROBINSON
3+
echo "This is only here as documentation. Please read the file"
4+
exit
45

5-
This code was used in the construction of person migrations 0016 through 0019
6-
and doc migration 0029 The original intent was to provide a utility that could
7-
be run periodically, but the need for manual inspection of the results was too
8-
great. It is here as a _starting point_ for future exploration of updating rfc
9-
documentauthor sets. Be careful to check that assumptions haven't changed in
10-
the interim.
6+
# #!/usr/bin/env python
117

12-
"""
8+
# """DANGER, WILL ROBINSON
139

14-
print("This file exists as documentation - there's nothing here that's safe to actually run")
10+
# This code was used in the construction of person migrations 0016 through 0019
11+
# and doc migration 0029 The original intent was to provide a utility that could
12+
# be run periodically, but the need for manual inspection of the results was too
13+
# great. It is here as a _starting point_ for future exploration of updating rfc
14+
# documentauthor sets. Be careful to check that assumptions haven't changed in
15+
# the interim.
1516

17+
# """
1618

1719
# import os, sys
1820
# import django
@@ -8341,3 +8343,4 @@ print("This file exists as documentation - there's nothing here that's safe to a
83418343

83428344
# if __name__ == "__main__":
83438345
# _main()
8346+

0 commit comments

Comments
 (0)