Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
0ac5d490
Commit
0ac5d490
authored
Nov 13, 2018
by
Thomas Gambier
🚴🏼
Committed by
Łukasz Nowak
Aug 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re6stnet version 0.514
parent
99fb3a09
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
packages/re6stnet.rb
packages/re6stnet.rb
+11
-10
No files found.
packages/re6stnet.rb
View file @
0ac5d490
...
...
@@ -2,15 +2,15 @@ require 'package'
class
Re6stnet
<
Package
description
'Resilient, Scalable, IPv6 Network'
homepage
'https://re6st.nexedi.com/'
version
'0.5
09
'
source_url
'https://lab.nexedi.com/nexedi/chromebrew-buildout-re6st/repository/archive.tar.bz2?ref=
e660cee04452f4ce8c21404a7499a0e16ec2613f
'
source_sha256
'
3fe0c3597356b38741467ba049cb48c0c90b2fc08eb95ed5f8c5dd483e330ce
3'
version
'0.5
14
'
source_url
'https://lab.nexedi.com/nexedi/chromebrew-buildout-re6st/repository/archive.tar.bz2?ref=
7bfeec648f552aade09c56af669668c64b065186
'
source_sha256
'
8e3fbefc6e0f9ca6053f0b7e0df3df51cd1773b674b2a8ed8e6b9287ef9d2e5
3'
binary_url
({
x86_64:
'https://softinst105421.host.vifib.net/public/re6stnet-0.5
09
-chromeos-x86_64.tar.xz'
,
x86_64:
'https://softinst105421.host.vifib.net/public/re6stnet-0.5
14
-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
x86_64:
'
7738494d48ac0311d6e863cb83fb98d0adc8efc965a416e7f6a654b40c45d63a
'
,
x86_64:
'
88d3705ffb49f56227b9447f9772518343673f6a993287380301d7d90cb6a945
'
,
})
depends_on
'python27'
=>
:build
...
...
@@ -21,14 +21,15 @@ class Re6stnet < Package
@re6st_dir
=
"
#{
CREW_PREFIX
}
/opt/re6st"
def
self
.
build
system
"mkdir -p
#{
@re6st_dir
}
/bin && cp buildout.cfg
#{
@re6st_dir
}
"
system
"cp bin/grandenet
#{
@re6st_dir
}
/bin && cp bin/shill.sh
#{
@re6st_dir
}
/bin"
system
"mkdir -p
#{
@re6st_dir
}
/bin/"
system
"cp buildout.cfg
#{
@re6st_dir
}
"
system
"cp bin/*
#{
@re6st_dir
}
/bin/"
system
"gcc shill_wrapper.c -o
#{
@re6st_dir
}
/bin/shill_wrapper -ldl -Wall -fPIC -pie"
system
"
SSL_CERT_DIR=/etc/ssl/certs ./bin/buildout buildout:directory=
#{
@re6st_dir
}
"
system
"
cd
#{
@re6st_dir
}
&& ./bin/bootstrap && MAKEFLAGS=-j SSL_CERT_DIR=/etc/ssl/certs ./bin/buildout
"
end
def
self
.
install
system
"mkdir -p
#{
CREW_DEST_PREFIX
}
/opt/
"
system
"mkdir -p
#{
CREW_DEST_PREFIX
}
/opt/"
system
"cp -r
#{
@re6st_dir
}
#{
CREW_DEST_DIR
}#{
@re6st_dir
}
"
system
"rm -rf
#{
CREW_DEST_DIR
}#{
@re6st_dir
}
/download-cache"
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment