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
11
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
7d6af29b
Commit
7d6af29b
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian: add hint to where rebooting virt*-armhf is documented
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1a072358
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/powercycle_armhf_nodes.sh
+3
-2
3 additions, 2 deletions
bin/powercycle_armhf_nodes.sh
with
3 additions
and
2 deletions
bin/powercycle_armhf_nodes.sh
+
3
−
2
View file @
7d6af29b
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2021 Holger Levsen <holger@layer-acht.org>
# Copyright 2021
-2022
Holger Levsen <holger@layer-acht.org>
# released under the GPLv2
CONSOLESERVER
=
hbi1.dyn.aikidev.net
...
...
@@ -15,7 +15,8 @@ fi
for
i
in
"
$@
"
;
do
case
$i
in
bpi0|hb0
)
NODE
=
${
i
}
a
;;
virt
*
)
echo
"Sorry, I do not know how to handle
$i
, skipping."
virt
*
)
echo
"Sorry, I do not yet know how to handle
$i
, skipping."
echo
"But the steps are documented in README.infrastructure."
continue
;;
*
-
*
)
NODE
=
$(
echo
$i
|
cut
-d
'-'
-f1
)
;;
...
...
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