Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Miguel Montes
nucleo
Commits
126dc086
Commit
126dc086
authored
7 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Moving repeat into libbfa.sh
parent
e1e66bd0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/libbfa.sh
+5
-0
5 additions, 0 deletions
bin/libbfa.sh
bin/start.sh
+0
-5
0 additions, 5 deletions
bin/start.sh
with
5 additions
and
5 deletions
bin/libbfa.sh
+
5
−
0
View file @
126dc086
...
...
@@ -200,6 +200,11 @@ function prereq
test
$err
-eq
0
}
function
repeat
{
printf
--
"
$2
%0.s"
$(
seq
1
$1
)
}
function
gen_genesis
{
local
genesis
=
"
${
BFAHOME
}
/src/genesis.json"
...
...
This diff is collapsed.
Click to expand it.
bin/start.sh
+
0
−
5
View file @
126dc086
...
...
@@ -3,11 +3,6 @@
if
[
-z
"
${
BFAHOME
}
"
]
;
then
echo
"
\$
BFAHOME not set. Did you source bfa/bin/env ?"
>
&2
;
exit
1
;
fi
source
${
BFAHOME
}
/bin/libbfa.sh
||
exit
1
function
repeat
{
printf
--
"
$2
%0.s"
$(
seq
1
$1
)
}
bootnodeid
=
6c81b38551fec2f1142b58ed65137cc1b7dfdc7b35bc556ef26604c41e30fcdeb12212b3c19913584f71dc7bf87d76cd67fa523e96996c0f148390fb76fdc5f7
bootnodev6
=
2800:40:1:6::135
bootnodev4
=
200.68.65.135
...
...
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