summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index b4b4b0f..751560a 100644
--- a/README.md
+++ b/README.md
@@ -25,3 +25,19 @@ git pull
```
Changes are applied instantly.
+
+# Maintenance
+
+Upstream source code ("initial import" was from released version):
+
+ https://github.com/brainstormforce/astra
+
+TODO:
+
+ * Checkout v3.6.5, figure out how to "build" upstream from scratch
+ (e.g. node container, grunt, ...)
+
+ * Try apply all patches (i.e. not first commit) onto that, and
+ if successful (parity with current site) write build scripts
+
+ * Rebase to latest stable upstream tag, test, etc.