update gitlab references
As LRDE is being renamed LRE, gitlab is one of the first URL to migrate. The old URL is still supported, but we want to only use the new one eventually. * .dir-locals.el, .gitlab-ci.yml, HACKING, NEWS, doc/org/concepts.org, doc/org/install.org, doc/org/setup.org, elisp/Makefile.am, elisp/hoa-mode.el, tests/ltsmin/README: Update to the new gitlab URL.
This commit is contained in:
parent
383128d983
commit
51caa5588e
10 changed files with 40 additions and 40 deletions
|
|
@ -1022,7 +1022,7 @@ layers.
|
|||
dynamic libraries that [[http://fmt.cs.utwente.nl/tools/ltsmin/][LTSmin]] uses to represent state-spaces. It
|
||||
currently supports libraries generated from Promela models using
|
||||
SpinS or a patched version of DiVinE, but you have to install
|
||||
those third-party tools first. See [[https://gitlab.lrde.epita.fr/spot/spot/blob/next/tests/ltsmin/README][=tests/ltsmin/README=]]
|
||||
those third-party tools first. See [[https://gitlab.lre.epita.fr/spot/spot/blob/next/tests/ltsmin/README][=tests/ltsmin/README=]]
|
||||
for details.
|
||||
- In addition to the C++17 API, we also provide Python bindings for
|
||||
=libspotgen=, =libspotltsmin=, =libbddx=, and most of =libspot=.
|
||||
|
|
@ -1034,8 +1034,8 @@ layers.
|
|||
distributed with the rest of Spot, their source-code is publicly
|
||||
available (in case you want to contribute or run a local version).
|
||||
The [[https://spot-sandbox.lrde.epita.fr/][=spot-sandbox=]] website runs from a Docker container whose
|
||||
configuration can be found in [[https://gitlab.lrde.epita.fr/spot/sandbox/tree/master=][this repository]]. The client and
|
||||
server parts of the [[https://spot.lrde.epita.fr/app/][online LTL translator]] can be found in [[https://gitlab.lrde.epita.fr/spot/spot-web-app/][this
|
||||
configuration can be found in [[https://gitlab.lre.epita.fr/spot/sandbox/tree/master=][this repository]]. The client and
|
||||
server parts of the [[https://spot.lrde.epita.fr/app/][online LTL translator]] can be found in [[https://gitlab.lre.epita.fr/spot/spot-web-app/][this
|
||||
repository]].
|
||||
|
||||
* Automaton property flags
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ The latest release of Spot is version {{{LASTRELEASE}}}:
|
|||
- {{{LASTTARBALL}}} (see also the {{{LASTNEWS}}})
|
||||
|
||||
Past releases can be found [[https://www.lrde.epita.fr/dload/spot/][in the same directory]]. If you are
|
||||
interested in /future/ releases, you can always peek at the [[https://gitlab.lrde.epita.fr/spot/spot/-/jobs/artifacts/next/browse?job=debian-stable-gcc][last
|
||||
interested in /future/ releases, you can always peek at the [[https://gitlab.lre.epita.fr/spot/spot/-/jobs/artifacts/next/browse?job=make-dist][last
|
||||
successful development build]].
|
||||
|
||||
** Requirements
|
||||
|
|
@ -162,11 +162,11 @@ the (working) code that should be part of the next major release.
|
|||
To clone the git repository, use
|
||||
|
||||
#+BEGIN_SRC sh
|
||||
git clone https://gitlab.lrde.epita.fr/spot/spot.git
|
||||
git clone https://gitlab.lre.epita.fr/spot/spot.git
|
||||
#+END_SRC
|
||||
|
||||
This should put you on the =next= branch by default. From there, read
|
||||
the [[https://gitlab.lrde.epita.fr/spot/spot/blob/next/HACKING][HACKING]] file that should be at the top of your cloned repository:
|
||||
the [[https://gitlab.lre.epita.fr/spot/spot/blob/next/HACKING][HACKING]] file that should be at the top of your cloned repository:
|
||||
it lists all the tools you should install before attempting to compile
|
||||
the source tree.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#+MACRO: SPOTVERSION 2.10.6
|
||||
#+MACRO: LASTRELEASE 2.10.6
|
||||
#+MACRO: LASTTARBALL [[http://www.lrde.epita.fr/dload/spot/spot-2.10.6.tar.gz][=spot-2.10.6.tar.gz=]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lrde.epita.fr/spot/spot/blob/spot-2-10-6/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTNEWS [[https://gitlab.lre.epita.fr/spot/spot/blob/spot-2-10-6/NEWS][summary of the changes]]
|
||||
#+MACRO: LASTDATE 2022-05-18
|
||||
|
||||
#+ATTR_HTML: :id spotlogo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue