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
Sebastian
slapos
Commits
e3bff39d
Commit
e3bff39d
authored
Mar 01, 2012
by
Gabriel Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove git targets. It should be removed during the merge
parent
9e30cb58
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
7 deletions
+0
-7
component/slapos/buildout.cfg
component/slapos/buildout.cfg
+0
-1
slapos/recipe/davstorage/__init__.py
slapos/recipe/davstorage/__init__.py
+0
-1
slapos/recipe/lamp/__init__.py
slapos/recipe/lamp/__init__.py
+0
-4
slapos/recipe/librecipe/generic.py
slapos/recipe/librecipe/generic.py
+0
-1
No files found.
component/slapos/buildout.cfg
View file @
e3bff39d
...
...
@@ -155,5 +155,4 @@ supervisor = 3.0a12
# Required by:
# slapos.core==0.23
>>>>>>> master
zope.interface = 3.8.0
slapos/recipe/davstorage/__init__.py
View file @
e3bff39d
...
...
@@ -109,4 +109,3 @@ def promise(args):
connection
.
getresponse
()
return
0
>>>>>>>
master
slapos/recipe/lamp/__init__.py
View file @
e3bff39d
...
...
@@ -172,13 +172,11 @@ class BaseRecipe(BaseSlapRecipe):
argument
=
argument
+
[
"-d"
,
mysql_conf
[
'mysql_database'
],
"-H"
,
mysql_conf
[
'mysql_host'
],
"-P"
,
mysql_conf
[
'mysql_port'
],
"-p"
,
mysql_conf
[
'mysql_password'
],
"-u"
,
mysql_conf
[
'mysql_user'
],
=======
argument
=
[
self
.
options
[
'lampconfigure_directory'
].
strip
(),
"-H"
,
mysql_conf
[
'mysql_host'
],
"-P"
,
mysql_conf
[
'mysql_port'
],
"-p"
,
mysql_conf
[
'mysql_password'
],
"-u"
,
mysql_conf
[
'mysql_user'
]]
if
not
self
.
options
.
has_key
(
'file_token'
):
argument
=
argument
+
[
"-d"
,
mysql_conf
[
'mysql_database'
],
>>>>>>>
master
"--table"
,
self
.
options
[
'table_name'
].
strip
(),
"--cond"
,
self
.
options
[
'constraint'
].
strip
()]
else
:
...
...
@@ -240,7 +238,6 @@ class Simple(BaseRecipe):
rename
=
renamed
,
**
mysql_conf
))
=======
renamed
=
self
.
configureInstallation
(
document_root
,
url
,
mysql_conf
)
connectionDict
=
dict
(
url
=
url
,
...
...
@@ -249,7 +246,6 @@ class Simple(BaseRecipe):
if
not
renamed
==
""
:
connectionDict
[
'rename'
]
=
renamed
self
.
setConnectionDict
(
connectionDict
)
>>>>>>>
master
if
self
.
options
.
has_key
(
'template'
)
and
self
.
options
.
has_key
(
'configuration'
):
self
.
createConfiguration
(
self
.
options
[
'template'
],
document_root
,
self
.
options
[
'configuration'
],
mysql_conf
)
...
...
slapos/recipe/librecipe/generic.py
View file @
e3bff39d
...
...
@@ -167,4 +167,3 @@ class GenericBaseRecipe(object):
url
=
urlparse
.
urlunparse
((
scheme
,
netloc
,
path
,
params
,
query
,
fragment
))
return
url
>>>>>>>
master
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