diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |