Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lifeware
biocham
Commits
783c8cc4
Commit
783c8cc4
authored
Feb 06, 2020
by
Sylvain Soliman
Browse files
Merge branch 'feature/binder' into develop
parents
a0c99644
f56fb9c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
783c8cc4
...
...
@@ -206,7 +206,8 @@ release:
sed
-i
''
-e
"s/
\"
version
\"
:
\"\(
.*
\)\"
/
\"
version
\"
:
\"
$$
version
\"
/"
biocham_jupyter/guinbextension/package.json
&&
\
sed
-i
''
-e
"s/__version__ = '
\(
.*
\)
'/__version__ = '
$$
version'/"
biocham_jupyter/kernel/biocham_kernel/__init__.py
&&
\
sed
-i
''
-e
"s+^<h1>version.*</h1>+<h1>version
$$
version
$(
shell
LC_ALL=C date '+%B %Y'
)
</h1>+"
web/index.html
&&
\
git commit about.pl biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py web/index.html
-m
"Version
$$
version"
&&
\
set
-i
''
-e
"s/:v.*
$/
:v
$$
version"
binder/Dockerfile
&&
\
git commit about.pl biocham_jupyter/guinbextension/package.json biocham_jupyter/kernel/biocham_kernel/__init__.py web/index.html binder/Dockerfile
-m
"Version
$$
version"
&&
\
git flow release finish
"
$$
version"
&&
\
git push
--tags
...
...
binder/Dockerfile
0 → 100644
View file @
783c8cc4
FROM
registry.gitlab.inria.fr/lifeware/biocham:v4.3.11
Write
Preview
Supports
Markdown
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