summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-18 19:55:34 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-18 19:55:34 +0300
commit06372302bf48e26b840d76185d8475996d65792b (patch)
tree952f8b3492bc8a844c9c42a700cb2ff3f2086302
parent71e7bf07fd9efd17da40e077babbf634113f8fed (diff)
downloadobnam2-06372302bf48e26b840d76185d8475996d65792b.tar.gz
refactor: move ancillary subplot files to subplot/
This way, the root of the source tree is less cluttered. I'm leaving the subplot.md file in the root, though, since it's meant to be more visible, more "in your face".
-rw-r--r--obnam.md8
-rw-r--r--subplot/daemon.py (renamed from daemon.py)0
-rw-r--r--subplot/obnam.py (renamed from obnam.py)0
-rw-r--r--subplot/obnam.yaml (renamed from obnam.yaml)0
-rw-r--r--subplot/runcmd.py (renamed from runcmd.py)0
5 files changed, 4 insertions, 4 deletions
diff --git a/obnam.md b/obnam.md
index b95cbe7..051bfc0 100644
--- a/obnam.md
+++ b/obnam.md
@@ -47,9 +47,9 @@ and the body matches file data.dat
title: "Obnam2&mdash;a backup system"
author: Lars Wirzenius
bindings:
- - obnam.yaml
+ - subplot/obnam.yaml
functions:
- - obnam.py
- - runcmd.py
- - daemon.py
+ - subplot/obnam.py
+ - subplot/runcmd.py
+ - subplot/daemon.py
...
diff --git a/daemon.py b/subplot/daemon.py
index e223505..e223505 100644
--- a/daemon.py
+++ b/subplot/daemon.py
diff --git a/obnam.py b/subplot/obnam.py
index c827180..c827180 100644
--- a/obnam.py
+++ b/subplot/obnam.py
diff --git a/obnam.yaml b/subplot/obnam.yaml
index 7acf581..7acf581 100644
--- a/obnam.yaml
+++ b/subplot/obnam.yaml
diff --git a/runcmd.py b/subplot/runcmd.py
index 7193c15..7193c15 100644
--- a/runcmd.py
+++ b/subplot/runcmd.py