Attachment 'build_script.txt'
Download 1 #!/bin/bash
2 if [ $USER != "mailman" ] ; then
3 echo You must be mailman.
4 exit 1
5 fi
6 . ../mm/venv/bin/activate
7 umask 002
8 for d in mailman mailmanclient mailman-hyperkitty django-mailman3 \
9 hyperkitty postorius; do
10 cd $d
11 python setup.py clean --all
12 python setup.py install
13 cd ..
14 done
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.