Skip to content

Commit 602823a

Browse files
committed
fix(photon): stick to r645
1 parent a949c36 commit 602823a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/src/photon/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "photon",
33
"name": "Photon",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"options": {
66
"enabled": {
77
"type": "boolean",

features/src/photon/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ if [ "${ENABLED}" = 'true' ]; then
106106
fi
107107

108108
install -d -D -m 0755 -o "${_REMOTE_USER}" -g "${_REMOTE_USER}" /usr/share/webapps/photon
109-
svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon
109+
svn co https://code.svn.wordpress.org/photon/ /usr/share/webapps/photon -r645
110110
rm -rf /usr/share/webapps/photon/.svn /usr/share/webapps/photon/tests
111111
chown -R "${_REMOTE_USER}:${_REMOTE_USER}" /usr/share/webapps/photon
112112
ln -s /etc/photon/config.php /usr/share/webapps/photon/config.php

0 commit comments

Comments
 (0)