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
Jérome Perrin
slapos.package
Commits
d7670c76
Commit
d7670c76
authored
Feb 08, 2016
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update bootstrap file to use buildout2.
parent
0573118b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
obs/slapos/prepare_slapos_build.sh
obs/slapos/prepare_slapos_build.sh
+3
-3
obs/slapos/templates/offline.sh.in
obs/slapos/templates/offline.sh.in
+1
-1
No files found.
obs/slapos/prepare_slapos_build.sh
View file @
d7670c76
#!/bin/sh -e
# Edit for release
VERSION
=
1.3.1
0
VERSION
=
1.3.1
4
# Edit for release
RECIPE_VERSION
=
0.250.2
RECIPE_VERSION
=
1.0.16
# Edit for release
RELEASE
=
1
GITHASH
=
5f52d060953f2bff342dff8ae29cc44d98e918af
GITHASH
=
b32f30c36ed128304a818e465c26327ed84947c3
CURRENT_DIRECTORY
=
"
$(
pwd
)
"
# Define URL to compile
...
...
obs/slapos/templates/offline.sh.in
View file @
d7670c76
...
...
@@ -7,7 +7,7 @@ BUILDOUT_URL=%BUILDOUT_URL%
TARGET_DIRECTORY
=
/opt/slapos
BUILD_ROOT_DIRECTORY
=
"
$(
pwd
)
/build"
BUILD_DIRECTORY
=
$BUILD_ROOT_DIRECTORY$TARGET_DIRECTORY
BOOTSTRAP_URL
=
'https://
raw.githubusercontent.com/buildout/buildout/1/bootstrap/bootstrap
.py'
BOOTSTRAP_URL
=
'https://
bootstrap.pypa.io/bootstrap-buildout
.py'
#./configure --prefix=/opt/slapos/parts/<NAME>
...
...
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