Skip to content

Commit 420184c

Browse files
committed
Remove remnants from git.eclipse.org
No longer used so these sed calls just make scripts more complex.
1 parent 6695269 commit 420184c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

JenkinsJobs/Releng/createMaintenanceBranch.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function fn_toPushRepo() {
2828
if ! [[ "$from" == http* ]]; then
2929
echo $from
3030
else
31-
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's,https://github.com/,[email protected]:,' <<< $from)
31+
echo $(sed -e 's,https://github.com/,[email protected]:,' <<< $from)
3232
fi
3333
}
3434

JenkinsJobs/Releng/tagEclipseRelease.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function toPushRepo() {
6363
if ! [[ "$from" == http* ]]; then
6464
echo $from
6565
else
66-
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's/https:\\/\\/github.com/ssh:\\/\\/[email protected]/g' <<< $from)
66+
echo $(sed -e 's/https:\\/\\/github.com/ssh:\\/\\/[email protected]/g' <<< $from)
6767
fi
6868
}
6969

cje-production/mbscripts/mb110_tagBuildInputs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function toPushRepo() {
6161
if ! [[ "$from" == http* ]]; then
6262
echo $from
6363
else
64-
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's,https://github.com/,[email protected]:,' <<< $from)
64+
echo $(sed -e 's,https://github.com/,[email protected]:,' <<< $from)
6565
fi
6666
}
6767
export -f toPushRepo

cje-production/promotion/makeVisible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function toPushRepo() {
1818
if ! [[ "$from" == http* ]]; then
1919
echo $from
2020
else
21-
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's,https://github.com/,[email protected]:,' <<< $from)
21+
echo $(sed -e 's,https://github.com/,[email protected]:,' <<< $from)
2222
fi
2323
}
2424

0 commit comments

Comments
 (0)