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
Kasra Jamshidi
slapos.package
Commits
bf5daff2
Commit
bf5daff2
authored
Aug 24, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obs/slapos: Update to build with zc.buildout 2.5.2-nexedi
parent
5ceef817
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
13 deletions
+12
-13
obs/slapos/debian/changelog
obs/slapos/debian/changelog
+2
-2
obs/slapos/prepare_download_cache.sh
obs/slapos/prepare_download_cache.sh
+8
-6
obs/slapos/release_configuration.sh
obs/slapos/release_configuration.sh
+2
-2
obs/slapos/slapos-node/slapos/buildout.cfg.in
obs/slapos/slapos-node/slapos/buildout.cfg.in
+0
-3
No files found.
obs/slapos/debian/changelog
View file @
bf5daff2
slapos-node (1.3.
9+0.250.1
+1) unstable; urgency=low
slapos-node (1.3.
15+1.0.35
+1) unstable; urgency=low
* New version of slapos
(1.3.9+0.250
.1+1)
* New version of slapos
with buildout2 (1.3.15+1.0.15
.1+1)
-- Rafael Monnerat <rafael@nexedi.com> Sun, 22 Mar 2015 13:48:16 +0100
...
...
obs/slapos/prepare_download_cache.sh
View file @
bf5daff2
...
...
@@ -9,8 +9,10 @@ source release_configuration.sh
TARGET_DIRECTORY
=
/opt/slapos
BUILD_ROOT_DIRECTORY
=
"
$CURRENT_DIRECTORY
/
$SLAPOS_DIRECTORY
/slapos/build"
BUILD_DIRECTORY
=
$BUILD_ROOT_DIRECTORY$TARGET_DIRECTORY
BUILDOUT_VERSION
=
2.5.2+slapos002
SETUPTOOL_VERSION
=
19.6.2
#
rm -rf $BUILD_ROOT_DIRECTORY
rm
-rf
$BUILD_ROOT_DIRECTORY
#./configure --prefix=/opt/slapos/parts/<NAME>
...
...
@@ -33,8 +35,8 @@ echo "$BUILD_ROOT_DIRECTORY" > ./original_directory
wget https://bootstrap.pypa.io/bootstrap-buildout.py
--no-check-certificate
-O
bootstrap.py
(
python
-S
bootstrap.py
--buildout-version
2.5.1.post2
\
--setuptools-version
19.6.2
\
(
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/
&&
\
...
...
@@ -52,12 +54,12 @@ cp -R eggs/slapos.rebootstrap* $BUILD_ROOT_DIRECTORY/..
rm
-fv
.installed.cfg environment.
*
rm
-rfv
./
{
downloads,parts,eggs,develop-eggs,bin,rebootstrap
}
#
Removing empty directories
Removing empty directories
find
.
-type
d
-empty
-prune
-exec
rmdir
'{}'
';'
mkdir
-p
$BUILD_DIRECTORY
/eggs
python
-S
bootstrap.py
--setuptools-version
19.6.2
\
--buildout-version
2.5.1.post2
\
python
-S
bootstrap.py
--setuptools-version
$SETUPTOOL_VERSION
\
--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/
...
...
obs/slapos/release_configuration.sh
View file @
bf5daff2
...
...
@@ -5,9 +5,9 @@
# Edit for release
VERSION
=
1.3.15
# Edit for release
RECIPE_VERSION
=
1.0.3
2
RECIPE_VERSION
=
1.0.3
5
# Edit for release
RELEASE
=
7
RELEASE
=
1
CURRENT_DIRECTORY
=
"
$(
pwd
)
"
# Development Section
...
...
obs/slapos/slapos-node/slapos/buildout.cfg.in
View file @
bf5daff2
...
...
@@ -124,6 +124,3 @@ configure-options =
[versions]
cliff = 1.4.5
slapos.core = 1.3.15
zc.buildout = 2.5.1.post2
zc.recipe.egg = 2.0.3.post1
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