Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
5eb5b24f
Commit
5eb5b24f
authored
Oct 26, 2018
by
Olivier Stasse
Browse files
[robotpkg-test-rc] Add git submodule update
parent
6d4eb071
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/robotpkg-test-rc.py
View file @
5eb5b24f
...
@@ -300,6 +300,7 @@ class RobotpkgTestRC:
...
@@ -300,6 +300,7 @@ class RobotpkgTestRC:
self
.
execute
(
"git reset --hard"
)
self
.
execute
(
"git reset --hard"
)
# Pull all the modification push upstream.
# Pull all the modification push upstream.
self
.
execute
(
"git pull origin "
+
branchname
+
':'
+
branchname
)
self
.
execute
(
"git pull origin "
+
branchname
+
':'
+
branchname
)
self
.
execute
(
"git submodule update"
)
def
apply_git_checkout_branch
(
self
,
packagename
,
branchname
):
def
apply_git_checkout_branch
(
self
,
packagename
,
branchname
):
"""
"""
...
@@ -358,7 +359,9 @@ arch_release_candidates= [ ('dynamic-graph-v3','devel'),
...
@@ -358,7 +359,9 @@ arch_release_candidates= [ ('dynamic-graph-v3','devel'),
(
'py-sot-dyninv-v3'
,
'master'
),
(
'py-sot-dyninv-v3'
,
'master'
),
(
'sot-dynamic-pinocchio-v3'
,
'rc-v3.2.4'
),
(
'sot-dynamic-pinocchio-v3'
,
'rc-v3.2.4'
),
(
'py-sot-dynamic-pinocchio-v3'
,
'rc-v3.2.4'
),
(
'py-sot-dynamic-pinocchio-v3'
,
'rc-v3.2.4'
),
(
'roscontrol-sot'
,
'master'
)]
(
'roscontrol-sot'
,
'rc-v0.0.5'
),
(
'sot-talos'
,
'rc-v1.0.2'
),
(
'talos-metapkg-ros-control-sot'
,
'master'
)]
arpgtestrc
=
RobotpkgTestRC
()
arpgtestrc
=
RobotpkgTestRC
()
arpgtestrc
.
perform_test
(
arch_release_candidates
)
arpgtestrc
.
perform_test
(
arch_release_candidates
)
Write
Preview
Supports
Markdown
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