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 C8920138334 for ; Wed, 22 May 2019 05:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C66C6E0856; Wed, 22 May 2019 05:24:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8F54E0856 for ; Wed, 22 May 2019 05:24:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AC77344D9F for ; Wed, 22 May 2019 05:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E128B266 for ; Wed, 22 May 2019 05:24:03 +0000 (UTC) From: "Yury German" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yury German" Message-ID: <1558502605.a027f409c8c35f1ffb75100ad8729085745a011f.blueknight@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: blueknight X-VCS-Committer-Name: Yury German X-VCS-Revision: a027f409c8c35f1ffb75100ad8729085745a011f X-VCS-Branch: master Date: Wed, 22 May 2019 05:24:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e57d69ab-bf74-4704-9d9c-0fa2cd67eddf X-Archives-Hash: dfd85195a41b6ed81392182d350b6508 commit: a027f409c8c35f1ffb75100ad8729085745a011f Author: Yury German gentoo org> AuthorDate: Wed May 22 05:23:25 2019 +0000 Commit: Yury German gentoo org> CommitDate: Wed May 22 05:23:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/blogs-gentoo.git/commit/?id=a027f409 Updating script for Update Add new theme twentynineteen Signed-off-by: Yury German gentoo.org> bin/update-wordpress | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update-wordpress b/bin/update-wordpress index 0fbdea4f..8da5cc8a 100755 --- a/bin/update-wordpress +++ b/bin/update-wordpress @@ -26,6 +26,7 @@ THEMES=( twentyfourteen twentyfifteen twentysixteen + twentynineteen ) for THEME in ${THEMES[@]} ; do