Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
5ae2daca
Commit
5ae2daca
authored
5 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Fix bump-cersion script and Singularity file
parent
840f9886
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/bump-version.py
+1
-1
1 addition, 1 deletion
scripts/bump-version.py
singularity/Singularity
+1
-1
1 addition, 1 deletion
singularity/Singularity
with
2 additions
and
2 deletions
scripts/bump-version.py
+
1
−
1
View file @
5ae2daca
...
...
@@ -42,6 +42,6 @@ lines = open(vfile).readlines()
for
i
,
line
in
enumerate
(
lines
):
if
line
.
startswith
(
"
From: registry.scicore.unibas.ch/schwede/openstructure:
"
):
lines
[
i
]
=
'
From: registry.scicore.unibas.ch/schwede/openstructure:
'
+
\
'
"
%s
"
'
%
version_string
'
%s
'
%
version_string
break
open
(
vfile
,
"
w
"
).
writelines
(
lines
)
This diff is collapsed.
Click to expand it.
singularity/Singularity
+
1
−
1
View file @
5ae2daca
BootStrap: docker
From: registry.scicore.unibas.ch/schwede/openstructure:
"
2.0.0
"
From: registry.scicore.unibas.ch/schwede/openstructure:2.0.0
%post
##############################################################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment