public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/blogs-gentoo:master commit in: bin/
Date: Tue, 16 Aug 2016 13:16:04 +0000 (UTC)	[thread overview]
Message-ID: <1471353352.638dced93851abfe16a9591e7aa3d26ab5c758d9.blueness@gentoo> (raw)

commit:     638dced93851abfe16a9591e7aa3d26ab5c758d9
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 13:15:46 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Aug 16 13:15:52 2016 +0000
URL:        https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=638dced9

bin/update-wordpress: also update twentyfourteen twentyfifteen twentysixteen

 bin/update-wordpress | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/bin/update-wordpress b/bin/update-wordpress
index 4624d57..0fbdea4 100755
--- a/bin/update-wordpress
+++ b/bin/update-wordpress
@@ -14,11 +14,18 @@ rsync -avz --delete-after ${REPO}/plugins/ ${BASE_DIR}/htdocs/wp-content/plugins
 # List of themes
 # In order to install a new theme, add it under themes/, then put
 # its name in the THEMES array, and finally enable it from the admin panel
+#
+# We added twenty* which normally come with a worpress upgrade, but between
+# upgrades, newer theme versions were released and so we had to update these
+# independently.  Anthony G. Basile - Aug 16, 2016.
 THEMES=(
     wp-oxygen
     kde-breathe
     kde-graffiti
     mantra
+    twentyfourteen
+    twentyfifteen
+    twentysixteen
 )
 
 for THEME in ${THEMES[@]} ; do


             reply	other threads:[~2016-08-16 13:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16 13:16 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-22  5:24 [gentoo-commits] proj/blogs-gentoo:master commit in: bin/ Yury German

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471353352.638dced93851abfe16a9591e7aa3d26ab5c758d9.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox