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
Ophélie Gagnard
slapos.package
Commits
43ddad18
Commit
43ddad18
authored
May 03, 2022
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re6st: rename bootstrap script
parent
ea3ad793
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
obs/re6st/Makefile.in
obs/re6st/Makefile.in
+2
-2
obs/re6st/bootstrap
obs/re6st/bootstrap
+0
-0
obs/re6st/make.py
obs/re6st/make.py
+1
-1
No files found.
obs/re6st/Makefile.in
View file @
43ddad18
# Note that this file and related scripts (
re
bootstrap, install-eggs) don't
# Note that this file and related scripts (bootstrap, install-eggs) don't
# contain anything specific to re6stnet. They could be reused as is for SlapOS.
# contain anything specific to re6stnet. They could be reused as is for SlapOS.
# We don't strip ELF files because all dists automatically do it.
# We don't strip ELF files because all dists automatically do it.
...
@@ -22,7 +22,7 @@ install: _install
...
@@ -22,7 +22,7 @@ install: _install
endif
endif
$(BUILD)/bin/buildout
:
$(BUILD)/bin/buildout
:
cd
$(BUILD)
&&
$(PYTHON2)
-S
$(CURDIR)
/
re
bootstrap
cd
$(BUILD)
&&
$(PYTHON2)
-S
$(CURDIR)
/bootstrap
$(BUILD)/.installed.cfg
:
$(BUILD)/bin/buildout $(BUILD)/buildout.cfg
$(BUILD)/.installed.cfg
:
$(BUILD)/bin/buildout $(BUILD)/buildout.cfg
cd
$(BUILD)
&&
bin/buildout babeld-repository:recipe
=
cd
$(BUILD)
&&
bin/buildout babeld-repository:recipe
=
...
...
obs/re6st/
re
bootstrap
→
obs/re6st/bootstrap
View file @
43ddad18
File moved
obs/re6st/make.py
View file @
43ddad18
...
@@ -160,7 +160,7 @@ def upstream(task):
...
@@ -160,7 +160,7 @@ def upstream(task):
task
.
outputs
=
glob
(
"re6stnet/docs/*.[1-9]"
)
task
.
outputs
=
glob
(
"re6stnet/docs/*.[1-9]"
)
@
task
((
upstream
,
buildout
,
__file__
,
@
task
((
upstream
,
buildout
,
__file__
,
"Makefile.in"
,
"cleanup"
,
"install-eggs"
,
"
re
bootstrap"
))
"Makefile.in"
,
"cleanup"
,
"install-eggs"
,
"bootstrap"
))
def
tarball
(
task
):
def
tarball
(
task
):
prefix
=
"%s-%s/"
%
(
PACKAGE
,
VERSION
)
prefix
=
"%s-%s/"
%
(
PACKAGE
,
VERSION
)
def
xform
(
path
):
def
xform
(
path
):
...
...
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