diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:13:11 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-19 02:13:11 -0500 |
commit | 7ab6793000d069c327e8d4923b9c89b13f60d3bd (patch) | |
tree | d16838eff1dd469d42de9cd370a3694bca40b19d /src | |
parent | a5b856642557d0a8463aa7ca26a6e3f898a8ac54 (diff) |
adopting new transition script strategy
Diffstat (limited to 'src')
-rwxr-xr-x | src/transitions/0.23 (renamed from src/transition_0.22_0.23) | 0 | ||||
-rw-r--r-- | src/transitions/README.txt | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/transition_0.22_0.23 b/src/transitions/0.23 index e1c9e9e..e1c9e9e 100755 --- a/src/transition_0.22_0.23 +++ b/src/transitions/0.23 diff --git a/src/transitions/README.txt b/src/transitions/README.txt new file mode 100644 index 0000000..7488c74 --- /dev/null +++ b/src/transitions/README.txt @@ -0,0 +1,16 @@ +This directory contains transition scripts for major changes to +monkeysphere infrastructure. + +They are expected to be run immediately after upgrading to the named +version or later. + +For example: you upgrade to from version 0.8 to version 0.15, and the +directory contains 0.6, 0.12 and 0.15, you should run 0.12 followed by +0.15. + +The scripts are supposed to be cleverly-written enough that you can +run them repeatedly, and they should only make their intended changes +once. If they do not behave that way, this is a bug. Please report +it! + + https://labs.riseup.net/code/projects/monkeysphere/ |