Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
syncontent
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Web Essentials Jira
Web Essentials Jira
Labels
Merge Requests
0
Merge Requests
0
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Visay Keo
syncontent
Commits
6b37720e
Commit
6b37720e
authored
May 09, 2019
by
Leonard Follner
Committed by
Visay Keo
May 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TASK] Correct spelling of web-directory
refs
VBL-120
parent
129fcd4a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
CHANGELOG
CHANGELOG
+1
-1
README.md
README.md
+3
-3
ansible/roles/rsync/defaults/main.yml
ansible/roles/rsync/defaults/main.yml
+3
-3
bin/syncontent
bin/syncontent
+1
-1
No files found.
CHANGELOG
View file @
6b37720e
...
...
@@ -4,7 +4,7 @@ CHANGELOG
3.1-dev
-------
-
-
[TASK] Lower-case spelling of web-directory
3.1.2
-----
...
...
README.md
View file @
6b37720e
...
...
@@ -131,9 +131,9 @@ to make sure everything is exactly the same as on remote.
For Flow,
`Data/Persistent/`
will be synced while for TYPO3 these directory will be synced:
-
W
eb/fileadmin/
-
W
eb/typo3conf/l10n/
-
W
eb/uploads/
-
w
eb/fileadmin/
-
w
eb/typo3conf/l10n/
-
w
eb/uploads/
The file/directory with the name
`.gitkeep`
,
`_temp_`
and
`_processed_`
will not be synced.
...
...
ansible/roles/rsync/defaults/main.yml
View file @
6b37720e
...
...
@@ -5,6 +5,6 @@ data_dir:
flow
:
-
Data/Persistent/
typo3
:
-
W
eb/fileadmin/
-
W
eb/typo3conf/l10n/
-
W
eb/uploads/
-
w
eb/fileadmin/
-
w
eb/typo3conf/l10n/
-
w
eb/uploads/
bin/syncontent
View file @
6b37720e
...
...
@@ -35,7 +35,7 @@ if (cat ${ROOT_DIR}/composer.lock | grep "dockerflow" > /dev/null); then
fi
if
(
cat
${
ROOT_DIR
}
/composer.lock |
grep
"dockertypo3"
>
/dev/null
)
;
then
FRAMEWORK
=
"typo3"
DATA_DIR
=
"
W
eb/uploads"
DATA_DIR
=
"
w
eb/uploads"
# Use Development context if TYPO3 Context is not set
FRAMEWORK_CONTEXT
=
${
TYPO3_CONTEXT
:
=Development
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment