From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49FDD13832E for ; Tue, 16 Aug 2016 13:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17E0721C096; Tue, 16 Aug 2016 13:16:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7018521C096 for ; Tue, 16 Aug 2016 13:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04255340988 for ; Tue, 16 Aug 2016 13:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31D0D2453 for ; Tue, 16 Aug 2016 13:16:04 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1471353352.638dced93851abfe16a9591e7aa3d26ab5c758d9.blueness@gentoo> Subject: [gentoo-commits] proj/blogs-gentoo:master commit in: bin/ X-VCS-Repository: proj/blogs-gentoo X-VCS-Files: bin/update-wordpress X-VCS-Directories: bin/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 638dced93851abfe16a9591e7aa3d26ab5c758d9 X-VCS-Branch: master Date: Tue, 16 Aug 2016 13:16:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 257a468d-8bd6-4bfc-8daa-c229ab7a7f5a X-Archives-Hash: 686b4f1eb56e4859280013fcaf8adccf commit: 638dced93851abfe16a9591e7aa3d26ab5c758d9 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Aug 16 13:15:46 2016 +0000 Commit: Anthony G. Basile gentoo 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