Skip to content

Commit

Permalink
Add TODOs for checking external keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Dec 15, 2024
1 parent b35eb89 commit f3639a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions freesitemgr
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ def help():
print(" - run quietly")
print(" -n, --no-insert")
print(" - do not insert the site (only for add and update)")
# TODO: freesitemgr update --check-external-keys <sitename>
# check the availability of all external keys and queue dead keys for re-upload.
print(" -i, --index")
print(" - index file (default is index.html)")
print(" -m, --mime-type")
Expand Down Expand Up @@ -338,6 +340,7 @@ def noNodeError(sitemgr, msg):
#@+node:main
def main():

# TODO: add --check-external-keys or so (set all failing external keys as to-be-reuploaded; like reinsert, but only failing)
force = False
cron = False
chkCalcNode = None
Expand Down

0 comments on commit f3639a9

Please sign in to comment.