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
12
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
bf75cc7a
Commit
bf75cc7a
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian armhf: add reminder about powercycling mst0X
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
f5a2e7aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/powercycle_armhf_nodes.sh
+1
-0
1 addition, 0 deletions
bin/powercycle_armhf_nodes.sh
with
1 addition
and
0 deletions
bin/powercycle_armhf_nodes.sh
+
1
−
0
View file @
bf75cc7a
...
...
@@ -17,6 +17,7 @@ for i in "$@" ; do
bpi0|hb0
)
NODE
=
${
i
}
a
;;
virt
*
)
echo
"Sorry, I do not yet know how to handle
$i
, skipping."
echo
"But the steps are documented in README.infrastructure."
echo
"Additionally one can powercycle mst0X using
$0
."
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