Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
71879c41
Commit
71879c41
authored
6 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Arch Linux: support nodes with ssh running on ports different than 22
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
f05b9584
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_build_archlinux_pkg.sh
+2
-1
2 additions, 1 deletion
bin/reproducible_build_archlinux_pkg.sh
with
2 additions
and
1 deletion
bin/reproducible_build_archlinux_pkg.sh
+
2
−
1
View file @
71879c41
...
...
@@ -279,7 +279,7 @@ remote_build() {
local
BUILDNR
=
$1
local
NODE
=
$2
local
FQDN
=
$NODE
.debian.net
local
PORT
=
22
get_node_ssh_port
$NODE
set
+e
ssh
-o
"Batchmode = yes"
-p
$PORT
$FQDN
/bin/true
RESULT
=
$?
...
...
@@ -396,6 +396,7 @@ else
NODE1
=
$N2
NODE2
=
$N1
fi
PORT
=
22
echo
"============================================================================="
echo
"Initialising reproducibly build of
${
SRCPACKAGE
}
in
${
REPOSITORY
}
on
${
ARCH
}
now."
echo
"1st build will be done on
$NODE1
."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment