Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
02f2c825
Commit
02f2c825
authored
May 27, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recipes are in cook book not in a box.
parent
cc69648e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.gitignore
.gitignore
+1
-1
setup.py
setup.py
+1
-1
slapos/recipe/librecipe.py
slapos/recipe/librecipe.py
+1
-1
No files found.
.gitignore
View file @
02f2c825
*pyc
build
dist
slapos.
recipebox
.egg-info
slapos.
cookbook
.egg-info
setup.py
View file @
02f2c825
...
...
@@ -3,7 +3,7 @@ import glob
import
os
version
=
'0.1'
name
=
'slapos.
recipebox
'
name
=
'slapos.
cookbook
'
long_description
=
open
(
"README.txt"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
...
...
slapos/recipe/librecipe.py
View file @
02f2c825
...
...
@@ -39,7 +39,7 @@ class BaseSlapRecipe:
def
__init__
(
self
,
buildout
,
name
,
options
):
"""Default initialisation"""
self
.
name
=
name
options
[
'eggs'
]
=
'slapos.
recipebox
'
options
[
'eggs'
]
=
'slapos.
cookbook
'
self
.
options
=
options
self
.
logger
=
logging
.
getLogger
(
self
.
name
)
self
.
slap
=
slap
.
slap
()
...
...
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