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
0a72fc36
Commit
0a72fc36
authored
Sep 08, 2011
by
Guillaume Lazzara
Browse files
lrde-scmstats.sh: New.
parent
b34a75bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0a72fc36
2011-09-08 Guillaume Lazzara <z@lrde.epita.fr>
* lrde-scmstats.sh: New.
2011-09-08 Guillaume Lazzara <z@lrde.epita.fr>
* AUTHORS: Update.
...
...
lrde-scmstats.sh
0 → 100755
View file @
0a72fc36
#! /bin/sh
# Copyright (C) 2011 EPITA Research and Development Laboratory (LRDE).
#
# This file is part of Olena.
#
# Olena is free software: you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
# Software Foundation, version 2 of the License.
#
# Olena is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
# This file is run by the LRDE autobuilder before compilation.
# It is not meant to be distributed with Olena.
set
-ex
# Buildbot will tell us the name of the branch being compiled using $1.
branch
=
$1
# We might want to filter stats for specific branches.
# Currently gitstats does not allow that.
#case "$branch" in
# # Consider these branches only.
# master|next|swilena|mesh-segm-skel|next-build-test) ;;
# # Don't upload other branches.
# *) exit ;;
#esac
DEST
=
/lrde/dload/olena/stats/
gitstats
.
$DEST
# Expose updated files.
chmod
-R
a+rX
$DEST
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