Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
46ee47a8
Commit
46ee47a8
authored
May 10, 2016
by
eric pellegrini
Browse files
Update build_deb.sh
parent
2c4395c8
Pipeline
#266
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
BuildServer/Debian/build_deb.sh
View file @
46ee47a8
...
...
@@ -25,8 +25,8 @@ cd
cd
$CI_PROJECT_DIR
# Get revision number from git (without trailing newline)
#
REV_NUMBER=$(git rev-list --count HEAD)
#
echo "$BLEU""Revision number is -->${REV_NUMBER}<--" "$NORMAL"
REV_NUMBER
=
$(
git rev-list
--count
HEAD
)
echo
"
$BLEU
""Revision number is -->
${
REV_NUMBER
}
<--"
"
$NORMAL
"
# Add current revision number to python source code (will appear in "About..." dialog)
# see http://stackoverflow.com/questions/7648328/getting-sed-error
...
...
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