Author: mshuler
Date: Fri Jun 14 19:47:12 2019
New Revision: 1861363
URL: http://svn.apache.org/viewvc?rev=1861363&view=rev
Log:
Latest docs build for site.
This build was roughly:
docker-compose build cassandra-website
docker-compose run cassandra-website
# lots of svn status & diff throughout
sudo chown -R $USER: . # docker build writes everything as root
svn revert --recursive publish/blog/
rm -r publish/blog/2018/08/06 # no blogs were harmed in this commit
svn revert --recursive publish/doc/cql3
rm -r publish/doc/3.11.5
rm -r src/doc/3.11.5
rm -r src/.sass-cache
rm -r src/doc/4.0/_downloads/54214fb4f99d59730d4cda283a1e9a75/
rm -r src/doc/4.0/_downloads/87a3a4aa5557ff2196758c8fe2aecc51/
for f in `svn status |egrep '^!' |awk '{print $2}'`; do svn rm $f; done
svn commit
83k line diff. Sorry for that.
[This commit notification would consist of 75 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]