2
0

Update distribute script for new repo hierarchy.

This commit is contained in:
Maarten Billemont 2017-04-06 10:14:13 -04:00
parent 5a6acb2e44
commit da71ed6f7f

View File

@ -14,7 +14,7 @@ read -n1 -p "Will prepare and release $mpwArchive. Press a key to continue or ^
git ls-files -z . | xargs -0 tar -Lcvzf "$mpwArchive" git ls-files -z . | xargs -0 tar -Lcvzf "$mpwArchive"
echo "$mpwArchive ready, SHA256: $(openssl sha -sha256 < "$mpwArchive")" echo "$mpwArchive ready, SHA256: $(openssl sha -sha256 < "$mpwArchive")"
cd ../../Site/current cd ../../public/site/current
ln -sf "../../MasterPassword/C/$mpwArchive" ln -sf "../../../platform-independent/cli-c/$mpwArchive"; [[ -e $_ ]]
[[ -e $_ ]] ln -sf "$mpwArchive" "masterpassword-cli.tar.gz"; [[ -e $_ ]]
echo "Linked from site, please update your hyperlinks to point to http://masterpasswordapp.com/$mpwArchive" echo "Linked from site, please update your hyperlinks to point to https://ssl.masterpasswordapp.com/$mpwArchive"