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
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
d28b0a41
Commit
d28b0a41
authored
Jan 16, 2020
by
Łukasz Nowak
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/slapos: Check endpoint certificate
There is not reason to not check endpoint certificate.
parent
d6ef3576
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
obs/slapos/prepare_download_cache.sh
obs/slapos/prepare_download_cache.sh
+1
-1
No files found.
obs/slapos/prepare_download_cache.sh
View file @
d28b0a41
...
...
@@ -26,7 +26,7 @@ NETWORKCACHED_DIRECTORY=$BUILD_DIRECTORY/tmp-networkcached
sed
"s/
\%
RECIPE_VERSION
\%
/
$RECIPE_VERSION
/g;s|
\%
PATCHES_DIRECTORY
\%
|
$PATCHES_DIRECTORY
|g;s|
\%
TARGET_DIRECTORY
\%
|
$TARGET_DIRECTORY
|g;s|
\%
BUILD_ROOT_DIRECTORY
\%
|
$BUILD_ROOT_DIRECTORY
|g;s|
\%
BUILD_DIRECTORY
\%
|
$BUILD_DIRECTORY
|g"
$BUILD_ROOT_DIRECTORY
/../networkcached.cfg.in
>
$NETWORKCACHED_DIRECTORY
/buildout.cfg
cd
$NETWORKCACHED_DIRECTORY
# Download bootstrap file
wget https://bootstrap.pypa.io/bootstrap-buildout.py
-
-no-check-certificate
-
O
bootstrap.py
wget https://bootstrap.pypa.io/bootstrap-buildout.py
-O
bootstrap.py
(
python
-S
bootstrap.py
--buildout-version
$BUILDOUT_VERSION
\
--setuptools-to-dir
eggs
\
-f
http://www.nexedi.org/static/packages/source/slapos.buildout/
&&
\
...
...
Łukasz Nowak
@luke
mentioned in merge request
!112 (merged)
·
Jan 16, 2020
mentioned in merge request
!112 (merged)
mentioned in merge request !112
Toggle commit list
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