* [gentoo-commits] proj/blogs-gentoo:master commit in: bin/
@ 2016-08-16 13:16 Anthony G. Basile
0 siblings, 0 replies; 2+ messages in thread
From: Anthony G. Basile @ 2016-08-16 13:16 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/blogs-gentoo:master commit in: bin/
@ 2019-05-22 5:24 Yury German
0 siblings, 0 replies; 2+ messages in thread
From: Yury German @ 2019-05-22 5:24 UTC (permalink / raw
To: gentoo-commits
commit: a027f409c8c35f1ffb75100ad8729085745a011f
Author: Yury German <blueknight <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 05:23:25 2019 +0000
Commit: Yury German <blueknight <AT> gentoo <DOT> 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 <blueknight <AT> 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-05-22 5:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-22 5:24 [gentoo-commits] proj/blogs-gentoo:master commit in: bin/ Yury German
-- strict thread matches above, loose matches on Subject: below --
2016-08-16 13:16 Anthony G. Basile
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox