Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
2d278acd
Commit
2d278acd
authored
Jun 20, 2017
by
Luka Stanisic
Browse files
dont check git version, as SRC is in AFS which is not accesible from compute nodes
parent
ec242f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
get_info.sh
View file @
2d278acd
...
...
@@ -110,15 +110,3 @@ then
module list 2>>
$filedat
echo
"############################################"
>>
$filedat
fi
##################################################
# Collecting revisions info
echo
"* CODE REVISIONS:"
>>
$filedat
git_exists
=
`
git rev-parse
--is-inside-work-tree
`
if
[
"
${
git_exists
}
"
]
then
echo
"** GIT REVISION OF REPOSITORY:"
>>
$filedat
git log
-1
>>
$filedat
echo
"############################################"
>>
$filedat
fi
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment