Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
slapos.package
Commits
88aed692
Commit
88aed692
authored
Sep 09, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-configure: download miniupnpc and pyOpenSSL if required
parent
80ebe837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
windows/scripts/slapos-configure.sh
windows/scripts/slapos-configure.sh
+9
-3
No files found.
windows/scripts/slapos-configure.sh
View file @
88aed692
...
...
@@ -148,7 +148,9 @@ function configure_section_re6stnet()
csih_inform
"checking miniupnpc ..."
if
[[
!
-d
/opt/miniupnpc
]]
;
then
_filename
=
/opt/downloads/miniupnpc.tar.gz
[[
-r
${
_filename
}
]]
||
csih_error
"No package found:
${
_filename
}
"
[[
-r
${
_filename
}
]]
||
wget
-c
http://miniupnp.free.fr/files/download.php?file
=
miniupnpc-1.8.tar.gz
-O
${
_filename
}
||
csih_error
"No package found:
${
_filename
}
"
csih_inform
"installing miniupnpc ..."
cd
/opt
tar
xzf
${
_filename
}
--no-same-owner
...
...
@@ -164,7 +166,9 @@ function configure_section_re6stnet()
csih_inform
"checking pyOpenSSL ..."
if
[[
!
-d
/opt/pyOpenSSL
]]
;
then
_filename
=
/opt/downloads/pyOpenSSL.tar.gz
[[
-r
${
_filename
}
]]
||
csih_error
"No package found:
${
_filename
}
"
[[
-r
${
_filename
}
]]
||
wget
-c
--no-check-certificate
https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-0.13.tar.gz#md5
=
767bca18a71178ca353dff9e10941929
-O
${
_filename
}
||
csih_error
"No package found:
${
_filename
}
"
csih_inform
"installing pyOpenSSL ..."
cd
/opt
tar
xzf
${
_filename
}
--no-same-owner
...
...
@@ -200,7 +204,7 @@ function configure_section_re6stnet()
if
[[
!
-r
${
re6stnet_configure_file
}
]]
;
then
csih_inform
"registering to http://re6stnet.nexedi.com ..."
cd
$(
dirname
${
re6stnet_configure_file
}
)
# Your subnet: 2001:67c:1254:e:19::/80 (CN=917529/32)
# Your subnet: 2001:67c:1254:e:19::/80 (CN=917529/32)
subnet
=
$(
re6st-conf
--registry
http://re6stnet.nexedi.com/
--anonymous
|
\
grep
"^Your subnet:"
)
||
\
csih_error
"Register to nexedi re6stnet failed"
...
...
@@ -603,6 +607,8 @@ function remove_configure_items()
rm
-rf
/opt/miniupnpc
&&
echo
"OK"
csih_inform
"Remove /opt/pyOpenSSL"
rm
-rf
/opt/pyOpenSSL
&&
echo
"OK"
csih_inform
"Remove /opt/re6stnet"
rm
-rf
/opt/re6stnet
&&
echo
"OK"
csih_inform
"Remove /etc/re6stnet"
rm
-rf
/etc/re6stnet
&&
echo
"OK"
...
...
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