Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Klaus Wölfel
slapos.package
Commits
f66e8ea6
Commit
f66e8ea6
authored
7 years ago
by
Rafael Monnerat
Browse files
Options
Download
Email Patches
Plain Diff
obs/slapos: No need to define setuptools version.
parent
1a7f17c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
obs/slapos/prepare_download_cache.sh
obs/slapos/prepare_download_cache.sh
+1
-4
No files found.
obs/slapos/prepare_download_cache.sh
View file @
f66e8ea6
...
...
@@ -34,9 +34,7 @@ echo "$BUILD_ROOT_DIRECTORY" > $CURRENT_DIRECTORY/$SLAPOS_DIRECTORY/slapos/origi
wget https://bootstrap.pypa.io/bootstrap-buildout.py
--no-check-certificate
-O
bootstrap.py
(
python
-S
bootstrap.py
--buildout-version
$BUILDOUT_VERSION
\
--setuptools-version
$SETUPTOOL_VERSION
\
--setuptools-to-dir
eggs
\
-f
http://www.nexedi.org/static/packages/source/
\
-f
http://www.nexedi.org/static/packages/source/slapos.buildout/
&&
\
./bin/buildout
-v
)
||
(
./bin/buildout
-v
||
(
echo
"Failed to run buildout, exiting."
&&
exit
1
))
...
...
@@ -56,8 +54,7 @@ rm -rfv ./{downloads,parts,eggs,develop-eggs,bin,rebootstrap}
find
.
-type
d
-empty
-prune
-exec
rmdir
'{}'
';'
mkdir
-p
$BUILD_DIRECTORY
/eggs
python
-S
bootstrap.py
--setuptools-version
$SETUPTOOL_VERSION
\
--buildout-version
$BUILDOUT_VERSION
\
python
-S
bootstrap.py
--buildout-version
$BUILDOUT_VERSION
\
--setuptools-to-dir
eggs
\
-f
http://www.nexedi.org/static/packages/source/
\
-f
http://www.nexedi.org/static/packages/source/slapos.buildout/
...
...
This diff is collapsed.
Click to expand it.
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