File utils/make-all-tar.sh artifact 8da6dd30ac part of check-in 0fb9975701
#!/bin/bash # fossil timeline -n 0 -F %t|sort -u|grep -P '^v\d.\d\d\d\d$' ALLVERS=$(fossil timeline -n 0 -F %t|sed -e 's/, /\n/'|sort -u|grep -P '^v\d.[67890]\d\d\d$') PUBLISHVERS="\ v1.6592 \ v1.7016 \ v1.7105 \ v1.8032 \ v1.8104 \ v2.0001" for x in $PUBLISHVERS;do ./utils/tarver.sh $x done