Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
c65d504c
Commit
c65d504c
authored
May 06, 2015
by
cpomies
Browse files
Corected error with rsync
Destination dir finished like ...// Now finish like .../
parent
d6c579a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
jenkins/utils.d/get_config_file.sh
View file @
c65d504c
...
...
@@ -5,7 +5,7 @@ function get_config_file {
exit
1
fi
lbn-manage-rsync
--verbose
--get-config
--progress
--source
"
${
RSYNC_DIR
}
/
"
--destination
"
${
ARTIFACTS_DIR
}
"
lbn-manage-rsync
--verbose
--get-config
--progress
--source
"
${
RSYNC_DIR
}
"
--destination
"
${
ARTIFACTS_DIR
}
"
if
[
-e
${
ARTIFACTS_DIR
}
/
${
slot
}
.json
]
;
then
export
config_file
=
${
ARTIFACTS_DIR
}
/
${
slot
}
.json
...
...
jenkins/utils.d/get_sources.sh
View file @
c65d504c
...
...
@@ -5,7 +5,7 @@ function get_sources {
exit
1
fi
lbn-manage-rsync
--verbose
--get-sources
--progress
--source
"
${
RSYNC_DIR
}
/
"
--destination
"
${
ARTIFACTS_DIR
}
"
lbn-manage-rsync
--verbose
--get-sources
--progress
--source
"
${
RSYNC_DIR
}
"
--destination
"
${
ARTIFACTS_DIR
}
"
export
GET_SOURCES
=
"true"
...
...
jenkins/utils.d/push_artifact.sh
View file @
c65d504c
...
...
@@ -5,6 +5,6 @@ function push_artifact {
exit
1
fi
lbn-manage-rsync
--verbose
--progress
--source
"
${
ARTIFACTS_DIR
}
/
"
--destination
"
${
RSYNC_DIR
}
"
lbn-manage-rsync
--verbose
--progress
--source
"
${
ARTIFACTS_DIR
}
"
--destination
"
${
RSYNC_DIR
}
"
}
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