Service/lists: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
* [[User:SMParrish|Steven Parrish]] | * [[User:SMParrish|Steven Parrish]] | ||
== Recipes == | |||
== Change virtual host of a list == | === Change virtual host of a list === | ||
bin/withlist -l -r fix_url bolivia -u lists2.ole.org | bin/withlist -l -r fix_url bolivia -u lists2.ole.org | ||
=== Change a parameter on all lists === | |||
== Migrating lists from one host to another == | echo "nondigestable = True" >bar | ||
for l in `bin/list_lists -b`; do bin/config_list -i bar -v $l ; done | |||
rm bar | |||
=== Migrating lists from one host to another === | |||
To migrate lists from solarsail to sunjammer, I did the following: | To migrate lists from solarsail to sunjammer, I did the following: | ||