Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
13d54229
Commit
13d54229
authored
Mar 01, 2017
by
Point Gerald
Browse files
release 1.5.5
parent
13121aae
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
13d54229
This file is a brief description of changes in this new release of ARC.
Details can be found in the ChangeLog file.
arc 1.5.5:
. update build process
arc 1.5.4:
Bug fixed:
. disable too long regression tests
...
...
INSTALL
View file @
13d54229
...
...
@@ -66,5 +66,5 @@ After ./bootstrap.sh you follow the same process as in 1.b).
-----------------------------
You may contact maintainers of the software by sending a mail to
altarica
-bugs
[a-t]
labri
.fr.
altarica [a-t]
groupes.renater
.fr.
bootstrap.sh
View file @
13d54229
...
...
@@ -18,7 +18,12 @@ clone_with_git() {
}
get_branch
()
{
git describe
--contains
--all
HEAD
if
test
"
$(
git rev-parse
--abbrev-ref
HEAD
)
"
=
"HEAD"
;
then
git describe
--contains
else
git describe
--contains
--all
HEAD
fi
}
usage
()
{
...
...
configure.ac
View file @
13d54229
...
...
@@ -4,7 +4,7 @@ dnl used by clients.
dnl
AC_PREREQ(2.59)
AC_INIT(arc, 1.5.
3
, labri.altarica-bugs@diff.u-bordeaux.fr)
AC_INIT(arc, 1.5.
5
, labri.altarica-bugs@diff.u-bordeaux.fr)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign])
...
...
Write
Preview
Supports
Markdown
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