#225: Code not displayed in tutorial
---------------------------+------------------------------------------------
Reporter: jonathan | Owner: Olena Team
Type: defect | Status: new
Priority: minor | Milestone:
Component: Milena | Version: 1.0
Keywords: doc, tutorial |
---------------------------+------------------------------------------------
in page, [http://www.lrde.epita.fr/dload/olena/1.0/doc/milena/devel_doc/]
all examples of code are not displayed (all boxes are empty)
--
Ticket URL: <https://trac.lrde.org/olena/ticket/225>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch unstable/scribo has been updated
via 0a72fc36e4608dc34c8c4e8d2bfc8767f2906805 (commit)
via b34a75bcdc85e673fe38a7d1d90d9a237a4280c0 (commit)
from c204ba8bf027c71baeeacb190ba9849da1cb1170 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
0a72fc3 lrde-scmstats.sh: New.
b34a75b tests/border/mirror.cc: Add missing includes.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++
.../hdlac-2011/Makefile.am => lrde-scmstats.sh | 33 +++++++++++--------
milena/ChangeLog | 4 ++
milena/tests/border/mirror.cc | 19 ++++-------
4 files changed, 34 insertions(+), 26 deletions(-)
copy scribo/src/contest/hdlac-2011/Makefile.am => lrde-scmstats.sh (54%)
mode change 100644 => 100755
hooks/post-receive
--
Olena, a generic and efficient image processing platform
---
ChangeLog | 4 ++
.../hdlac-2011/Makefile.am => lrde-scmstats.sh | 33 +++++++++++--------
2 files changed, 23 insertions(+), 14 deletions(-)
copy scribo/src/contest/hdlac-2011/Makefile.am => lrde-scmstats.sh (54%)
mode change 100644 => 100755
diff --git a/ChangeLog b/ChangeLog
index 0f69cb8..8370d97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-09-08 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * lrde-scmstats.sh: New.
+
+2011-09-08 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* AUTHORS: Update.
2011-09-02 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/scribo/src/contest/hdlac-2011/Makefile.am b/lrde-scmstats.sh
old mode 100644
new mode 100755
similarity index 54%
copy from scribo/src/contest/hdlac-2011/Makefile.am
copy to lrde-scmstats.sh
index f5ead52..b10178c
--- a/scribo/src/contest/hdlac-2011/Makefile.am
+++ b/lrde-scmstats.sh
@@ -1,3 +1,5 @@
+#! /bin/sh
+
# Copyright (C) 2011 EPITA Research and Development Laboratory (LRDE).
#
# This file is part of Olena.
@@ -13,25 +15,28 @@
#
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
-#
-## Process this file through Automake to create Makefile.in.
-include $(top_srcdir)/scribo/scribo.mk
+# This file is run by the LRDE autobuilder before compilation.
+# It is not meant to be distributed with Olena.
-noinst_PROGRAMS =
+set -ex
+# Buildbot will tell us the name of the branch being compiled using $1.
+branch=$1
-if HAVE_MAGICKXX
+# 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
-noinst_PROGRAMS += content_in_hdoc_hdlac
+DEST=/lrde/dload/olena/stats/
-content_in_hdoc_hdlac_SOURCES = content_in_hdoc_hdlac.cc
-content_in_hdoc_hdlac_CPPFLAGS = $(AM_CPPFLAGS) \
- $(TESSERACT_CPPFLAGS) \
- -I$(top_builddir)
-content_in_hdoc_hdlac_LDFLAGS = $(AM_LDFLAGS) \
- -lpthread \
- $(MAGICKXX_LDFLAGS)
+gitstats . $DEST
-endif HAVE_MAGICKXX
\ No newline at end of file
+# Expose updated files.
+chmod -R a+rX $DEST
--
1.7.2.5
#220: Change the logo of the Trac
----------------------+-----------------------------------------------------
Reporter: levill_r | Owner: Olena Team
Type: task | Status: new
Priority: trivial | Milestone:
Component: Trac | Version: 1.0
Keywords: |
----------------------+-----------------------------------------------------
Use this one instead:
http://www.lrde.epita.fr/dload/olena/logos/olena_small.jpg.
Unfortunately, we don't have the required permissions on the Trac's
files/dirs to change it.
--
Ticket URL: <https://trac.lrde.org/olena/ticket/220>
Olena <http://olena.lrde.epita.fr>
Olena, a generic and efficient C++ image processing library.
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch unstable/scribo has been updated
via c204ba8bf027c71baeeacb190ba9849da1cb1170 (commit)
from 9bb74f4d6d55d208fa0f31ec6a0df03b451a3b5e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
c204ba8 scribo/toolchain/internal/toolchain_functor.hh: Add a missing inline.
-----------------------------------------------------------------------
Summary of changes:
scribo/ChangeLog | 5 +++++
.../scribo/toolchain/internal/toolchain_functor.hh | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform