You’re a bunch of wankers!
Just kidding. But seriously, I need to focus more on core. I’m changing my password and putting it somewhere hard to find and paste in to phones, for instance. So maybe you’ll see a bit more of me on the blog that I own and operate with my own money :-)
Now… where did I put second gear?
cjac@phx0:/var/www/colliertech.org/blog$ cp -al cj-4.2-svn cj-4.3-svn cjac@phx0:/var/www/colliertech.org/blog$ cd cj-4.3-svn/ cjac@phx0:/var/www/colliertech.org/blog/cj-4.3-svn$ svn info Path: . Working Copy Root Path: /var/www/colliertech.org/blog/cj-4.3-svn URL: http://svn.automattic.com/wordpress/branches/4.2 Relative URL: ^/branches/4.2 Repository Root: http://svn.automattic.com/wordpress Repository UUID: 1a063a9b-81f0-0310-95a4-ce76da25c4cd Revision: 32428 Node Kind: directory Schedule: normal Last Changed Author: pento Last Changed Rev: 32427 Last Changed Date: 2015-05-08 08:28:28 -0400 (Fri, 08 May 2015) cjac@phx0:/var/www/colliertech.org/blog/cj-4.3-svn$ svn switch http://svn.automattic.com/wordpress/branches/4.3 ... cjac@phx0:/var/www/colliertech.org/blog/cj-4.3-svn$ cd .. cjac@phx0:/var/www/colliertech.org/blog$ rm cj ; ln -s /var/www/colliertech.org/blog/cj-4.3-svn /var/www/colliertech.org/blog/cj cjac@phx0:/var/www/colliertech.org/blog$ cd cj/wp-content/plugins/ cjac@phx0:/var/www/colliertech.org/blog/cj/wp-content/plugins$ for pkg in jetpack.3.6.1 akismet.3.1.2 openid.3.4.0 ; do wget https://downloads.wordpress.org/plugin/${pkg}.zip ; unzip -o ${pkg}.zip ; done