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
Olena
olena
Commits
ac769b6c
Commit
ac769b6c
authored
Nov 23, 2011
by
Guillaume Lazzara
Browse files
lrde-scmstats.sh: Compute stats per branches.
parent
ec0f3af5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ac769b6c
2011-11-23 Guillaume Lazzara <z@lrde.epita.fr>
* lrde-scmstats.sh: Compute stats per branches.
2011-11-23 Guillaume Lazzara <z@lrde.epita.fr>
* lrde-upload.sh: Update list of branches.
...
...
lrde-scmstats.sh
View file @
ac769b6c
...
...
@@ -27,14 +27,14 @@ branch=$1
# We might want to filter stats for specific branches.
# Currently gitstats does not allow that.
#
case "$branch" in
case
"
$branch
"
in
# # Consider these branches only.
#
master|next|swilena|mesh-segm-skel|
next-build-test
) ;;
master|next|swilena|mesh-segm-skel|
stable/scribo|unstable/scribo
)
;;
# # Don't upload other branches.
#
*) exit ;;
#
esac
*
)
exit
;;
esac
DEST
=
/lrde/dload/olena/stats/
gitstats
.
$DEST
gitstats
-c
commit_end
=
$branch
.
$DEST
/
$branch
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