Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-v6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
lustre-v6
Commits
f859bb9b
Commit
f859bb9b
authored
6 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Releasing opam package for version 6.100.2
parent
9beabcb2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.dev
+2
-2
2 additions, 2 deletions
Makefile.dev
_oasis
+1
-1
1 addition, 1 deletion
_oasis
lv6-ref-man/lv6-ref-man.pdf
+0
-0
0 additions, 0 deletions
lv6-ref-man/lv6-ref-man.pdf
src/lv6version.ml
+2
-2
2 additions, 2 deletions
src/lv6version.ml
with
5 additions
and
5 deletions
Makefile.dev
+
2
−
2
View file @
f859bb9b
...
@@ -54,14 +54,14 @@ update_version:
...
@@ -54,14 +54,14 @@ update_version:
make src/lv6version.ml
make src/lv6version.ml
cp
_oasis _oasis.save
cp
_oasis _oasis.save
cat
_oasis.save |
sed
"s/^Version:.*/Version:
$(
VERSION
)
/"
>
_oasis
cat
_oasis.save |
sed
"s/^Version:.*/Version:
$(
VERSION
)
/"
>
_oasis
rm
committed
rm
-f
committed
git add _oasis
git add _oasis
git add src/lv6version.ml
git add src/lv6version.ml
make clean
&&
make
make clean
&&
make
BRANCH
=
$(
shell git rev-parse
--abbrev-ref
HEAD
)
BRANCH
=
$(
shell git rev-parse
--abbrev-ref
HEAD
)
cia
:
cia
:
test
test
-f
committed
&&
\
test
-f
committed
&&
\
echo
"*** I won't commit!
\n
*** until you 'make update_version'!"
\
echo
"*** I won't commit!
\n
*** until you 'make update_version'!"
\
||
(
git commit
-a
-F
log
&&
touch
committed
)
&&
echo
"Hint: 'make ci' to test the CI before doing 'make 'push'"
||
(
git commit
-a
-F
log
&&
touch
committed
)
&&
echo
"Hint: 'make ci' to test the CI before doing 'make 'push'"
...
...
This diff is collapsed.
Click to expand it.
_oasis
+
1
−
1
View file @
f859bb9b
OASISFormat: 0.4
OASISFormat: 0.4
Name: lustre-v6
Name: lustre-v6
Version: 6.100.
0
Version: 6.100.
2
Synopsis: The Lustre V6 Verimag compiler
Synopsis: The Lustre V6 Verimag compiler
Description: This package contains:
Description: This package contains:
- lv6: the (current) name of the compiler (and interpreter via -exec)
- lv6: the (current) name of the compiler (and interpreter via -exec)
...
...
This diff is collapsed.
Click to expand it.
lv6-ref-man/lv6-ref-man.pdf
deleted
100644 → 0
+
0
−
0
View file @
9beabcb2
File deleted
This diff is collapsed.
Click to expand it.
src/lv6version.ml
+
2
−
2
View file @
f859bb9b
(** Automatically generated from Makefile.version *)
(** Automatically generated from Makefile.version *)
let
tool
=
"lv6"
let
tool
=
"lv6"
let
str
=
"6.100.
0
"
let
str
=
"6.100.
2
"
let
sha
=
"
db7aa5b
"
let
sha
=
"
615ffc5
"
let
branch
=
"master"
let
branch
=
"master"
let
maintainer
=
"erwan.jahier@univ-grenoble-alpes.fr"
let
maintainer
=
"erwan.jahier@univ-grenoble-alpes.fr"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment