Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
d60169c4
Commit
d60169c4
authored
Jul 19, 2013
by
Dimitris Aragiorgis
Committed by
Christos Stavrakakis
Aug 20, 2013
Browse files
Modify devflow for snf-deploy
Signed-off-by:
Dimitris Aragiorgis
<
dimara@grnet.gr
>
parent
e1bfcbe1
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
d60169c4
...
...
@@ -40,5 +40,6 @@ snf-stats-app/synnefo_stats/version.py
astakosclient/astakosclient/version.py
snf-django-lib/snf_django/version.py
snf-branding/synnefo_branding/version.py
snf-deploy/snfdeploy/version.py
*.egg
*.tar.gz
devflow.conf
View file @
d60169c4
...
...
@@ -23,3 +23,5 @@
version_file
=
"snf-django-lib/snf_django/version.py"
[[
snf
-
branding
]]
version_file
=
"snf-branding/synnefo_branding/version.py"
[[
snf
-
deploy
]]
version_file
=
"snf-deploy/snfdeploy/version.py"
snf-deploy/setup.py
View file @
d60169c4
...
...
@@ -40,12 +40,10 @@ import os
from
distutils.util
import
convert_path
from
fnmatch
import
fnmatchcase
from
setuptools
import
setup
,
find_packages
from
snfdeploy.version
import
__version__
HERE
=
os
.
path
.
abspath
(
os
.
path
.
normpath
(
os
.
path
.
dirname
(
__file__
)))
__version__
=
"0.13.0"
# Package info
VERSION
=
__version__
README
=
open
(
os
.
path
.
join
(
HERE
,
'README'
)).
read
()
...
...
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