Skip to content

Commit

Permalink
chore: move some things that had been moved but later touched in main…
Browse files Browse the repository at this point in the history
… again (#6751)
  • Loading branch information
rjsparks authored Dec 7, 2023
1 parent cbe710d commit 4823dfe
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8,517 deletions.
157 changes: 0 additions & 157 deletions bin/add-old-drafts-from-archive.py

This file was deleted.

10 changes: 6 additions & 4 deletions dev/legacy/add-old-drafts-from-archive.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env python
# Copyright The IETF Trust 2017-2019, All Rights Reserved
import sys

## Holding on to this as documentation - it was originally in bin
## If resuscitated, it will need to bemake python3, learn about the "rfc" document type
## and made into a management command
print("This is only here as documention - please read the file")
sys.exit(0)

# #!/usr/bin/env python
# # Copyright The IETF Trust 2017-2019, All Rights Reserved

# import datetime
# import os
Expand Down
23 changes: 13 additions & 10 deletions dev/legacy/recalculate-rfc-authors-snapshot
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
#!/usr/bin/env python
#!/bin/sh

"""DANGER, WILL ROBINSON
echo "This is only here as documentation. Please read the file"
exit

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

"""
# """DANGER, WILL ROBINSON

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

# """

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

# if __name__ == "__main__":
# _main()

Loading

0 comments on commit 4823dfe

Please sign in to comment.