Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
179
Issues
179
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
21f90484
Commit
21f90484
authored
Jul 05, 2017
by
Guillaume Roguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix RSYNC_RSH var for deployment script
Change-Id: I2c02c37726fa2e2c6f404e681cce8bd35207e58e
parent
1acbde60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
scripts/deploy-packages.sh
scripts/deploy-packages.sh
+2
-1
No files found.
scripts/deploy-packages.sh
View file @
21f90484
...
...
@@ -173,7 +173,7 @@ EOF
function
deploy
()
{
if
[
-f
${
SSH_IDENTIY_FILE
}
]
;
if
[
-f
"
${
SSH_IDENTIY_FILE
}
"
]
;
then
RSYNC_RSH
=
"ssh -i
${
SSH_IDENTIY_FILE
}
"
fi
...
...
@@ -182,6 +182,7 @@ function deploy()
echo
"##########################"
echo
"## deploying repository ##"
echo
"##########################"
echo
"Using RSYNC_RSH='
${
RSYNC_RSH
}
'"
rsync
--archive
--recursive
--verbose
--delete
${
DISTRIBUTION_REPOSITOIRY_FOLDER
}
${
REMOTE_REPOSITORY_LOCATION
}
# deploy the manual download files
...
...
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