Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
5
Merge Requests
5
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
Jérome Perrin
slapos
Commits
e6e4425f
Commit
e6e4425f
authored
Jan 13, 2012
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bt5 repo have been migrated
parent
9ec3af12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
slapos/recipe/bef_erp5/__init__.py
slapos/recipe/bef_erp5/__init__.py
+0
-21
No files found.
slapos/recipe/bef_erp5/__init__.py
View file @
e6e4425f
...
@@ -162,27 +162,6 @@ class Recipe(slapos.recipe.erp5.Recipe):
...
@@ -162,27 +162,6 @@ class Recipe(slapos.recipe.erp5.Recipe):
))
))
return
self
.
path_list
return
self
.
path_list
def
installBT5Repo
(
self
):
"""
Create read only repo in the partition, to ease ERP5 configuration
"""
repo_path
=
os
.
path
.
join
(
self
.
var_directory
,
"bt5repo"
)
if
not
os
.
path
.
isdir
(
repo_path
):
os
.
mkdir
(
repo_path
)
for
repo
in
self
.
options
.
get
(
'bt5_repo_list'
,
''
).
splitlines
():
if
not
repo
:
continue
target
,
linkname
=
repo
.
split
()
link
=
os
.
path
.
join
(
repo_path
,
linkname
)
if
os
.
path
.
lexists
(
link
):
if
not
os
.
path
.
islink
(
link
):
raise
zc
.
buildout
.
UserError
(
'Target link already %r exists but it is not link'
%
link
)
os
.
unlink
(
link
)
os
.
symlink
(
target
,
link
)
self
.
logger
.
debug
(
'Created link %r -> %r'
%
(
link
,
target
))
self
.
path_list
.
append
(
repo_path
)
def
_install
(
self
):
def
_install
(
self
):
self
.
path_list
=
[]
self
.
path_list
=
[]
self
.
requirements
,
self
.
ws
=
self
.
egg
.
working_set
()
self
.
requirements
,
self
.
ws
=
self
.
egg
.
working_set
()
...
...
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