Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
a3626bc2
Commit
a3626bc2
authored
Sep 07, 2017
by
Thomas Löffler
Browse files
Excludes .solr directory
parent
12764dc3
Pipeline
#2172
passed with stages
in 1 minute and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/ter-translations.sh
View file @
a3626bc2
...
...
@@ -5,6 +5,6 @@
BASE_PATH
=
/home/extensions/ci/shared/html/fileadmin/ter
rsync
-rc
--exclude
".htaccess"
--exclude
".tmp/"
-e
"ssh -i
$HOME
/.ssh/id_rsa-translation.typo3.org"
extensionstypo3org-sync@translation.typo3.org:/var/www/translation.typo3.org/public/l10n_ter/
$BASE_PATH
rsync
-rc
--exclude
".htaccess"
--exclude
".solr/"
--exclude
".tmp/"
-e
"ssh -i
$HOME
/.ssh/id_rsa-translation.typo3.org"
extensionstypo3org-sync@translation.typo3.org:/var/www/translation.typo3.org/public/l10n_ter/
$BASE_PATH
find
$BASE_PATH
-type
d
-print0
|/usr/bin/xargs
-0
/bin/chmod 775
find
$BASE_PATH
-type
f
-print0
|/usr/bin/xargs
-0
/bin/chmod 664
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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