pulling the staging code out to its own directory
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 19 Sep 2025 07:19:53 +0000 (00:19 -0700)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 19 Sep 2025 07:19:53 +0000 (00:19 -0700)
commit9956139d5c42367763ed71e9aab32e6ab5181a99
treeca888b897c1dc3f121d48c078c8a16152c18242b
parent0ca3c205c8e2ccf3405d22b331bd414b455f8d47
pulling the staging code out to its own directory
32 files changed:
developer/source/DNS/Planner.py [deleted file]
developer/source/DNS/deprecated/stage_ls.py [deleted file]
developer/source/DNS/deprecated/stage_orig/etc/nftables.d/10-block-IPv6.nft [deleted file]
developer/source/DNS/deprecated/stage_orig/etc/nftables.d/20-SUBU-ports.nft [deleted file]
developer/source/DNS/deprecated/stage_orig/etc/systemd/system/unbound@.service [deleted file]
developer/source/DNS/deprecated/stage_orig/etc/unbound/unbound-US.conf [deleted file]
developer/source/DNS/deprecated/stage_orig/etc/unbound/unbound-x6.conf [deleted file]
developer/source/DNS/deprecated/stage_orig/usr/local/sbin/DNS_status.sh [deleted file]
developer/source/DNS/deprecated/stage_show_plan.py [deleted file]
developer/source/DNS/executor.py [deleted file]
developer/source/DNS/stage_test_0/unbound_conf.py [deleted file]
developer/source/DNS/stagehand_filter.py [deleted file]
developer/source/StageHand/Planner.py [new file with mode: 0644]
developer/source/StageHand/deprecated/.githolder [new file with mode: 0644]
developer/source/StageHand/deprecated/Planner.py [new file with mode: 0644]
developer/source/StageHand/deprecated/Stage.py [new file with mode: 0644]
developer/source/StageHand/deprecated/executor.py [new file with mode: 0755]
developer/source/StageHand/deprecated/stage_ls.py [new file with mode: 0755]
developer/source/StageHand/deprecated/stage_orig/etc/nftables.d/10-block-IPv6.nft [new file with mode: 0644]
developer/source/StageHand/deprecated/stage_orig/etc/nftables.d/20-SUBU-ports.nft [new file with mode: 0644]
developer/source/StageHand/deprecated/stage_orig/etc/systemd/system/unbound@.service [new file with mode: 0644]
developer/source/StageHand/deprecated/stage_orig/etc/unbound/unbound-US.conf [new file with mode: 0644]
developer/source/StageHand/deprecated/stage_orig/etc/unbound/unbound-x6.conf [new file with mode: 0644]
developer/source/StageHand/deprecated/stage_orig/usr/local/sbin/DNS_status.sh [new file with mode: 0755]
developer/source/StageHand/deprecated/stage_show_plan.py [new file with mode: 0644]
developer/source/StageHand/executor.py [new file with mode: 0644]
developer/source/StageHand/executor_2.py [new file with mode: 0644]
developer/source/StageHand/scratchpad/.githolder [new file with mode: 0644]
developer/source/StageHand/stage_test_0/DNS/unbound.conf.py [new file with mode: 0644]
developer/source/StageHand/stage_test_0/unbound_conf.py [new file with mode: 0644]
developer/source/StageHand/stage_test_0/web/site_conf.py [new file with mode: 0644]
developer/source/StageHand/stagehand_filter.py [new file with mode: 0644]