diff options
| author | bwarsaw | 1999-03-09 02:55:18 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-03-09 02:55:18 +0000 |
| commit | 43ee9335e2e406dc10c059ef5590f0c23c6905d1 (patch) | |
| tree | d2db6064af5fc62a611f332e8d538c1efd0a1ac0 | |
| parent | 67471beb708167050487394dba83dff6360e5b48 (diff) | |
| download | mailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.tar.gz mailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.tar.zst mailman-43ee9335e2e406dc10c059ef5590f0c23c6905d1.zip | |
Add warning message about the need for a manual step in the update
process.
| -rwxr-xr-x | bin/update | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/update b/bin/update index f411a01c1..79f9b4741 100755 --- a/bin/update +++ b/bin/update @@ -210,3 +210,12 @@ if __name__ == '__main__': for list in lists: print 'Updating mailing list: ', list dolist(list) + print '\nNOTE NOTE NOTE NOTE NOTE' + print """You will need to manually update your mailing lists. +For each mailing list you need to copy the file templates/options.html +lists/<listname>/options.html. + +However, if you have edited this file via the Web interface, you will have to +merge your changes into this file, otherwise you will lose your changes. +""" + |
