Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the github project was renamed
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 23:28:27 +0000 (01:28 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 26 May 2016 23:28:27 +0000 (01:28 +0200)
README
appveyor.yml
doc/doxygen/inside_tests.doc
doc/doxygen/install.doc
doc/doxygen/tutorial.doc
teshsuite/msg/listen_async/listen_async.c

diff --git a/README b/README
index cd8a33d..1b62155 100644 (file)
--- a/README
+++ b/README
@@ -23,4 +23,4 @@ Cheers,
 Da SimGrid Team.
 
 
-https://travis-ci.org/mquinson/simgrid.svg?branch=master
\ No newline at end of file
+https://travis-ci.org/simgrid/simgrid.svg?branch=master
\ No newline at end of file
index bf87208..0e7ad95 100644 (file)
@@ -1,6 +1,6 @@
 # This file automatize the testing of SimGrid on Windows using the appveyor.com continuous integration service
 #
-# Build logs: https://ci.appveyor.com/project/mquinson/simgrid
+# Build logs: https://ci.appveyor.com/project/simgrid/simgrid
 
 os: Visual Studio 2015
 version: "{build}"
index d09cbe2..d99b237 100644 (file)
@@ -234,9 +234,9 @@ We use <a href="https://ci.inria.fr/simgrid/">Jenkins on Inria
 servers</a> as a workhorse: it runs all of our tests for many
 configurations. It takes a long time to answer, and it often reports
 issues but when it's green, then you know that SimGrid is very fit!
-We use <a href="https://travis-ci.org/mquinson/simgrid">Travis</a> to
+We use <a href="https://travis-ci.org/simgrid/simgrid">Travis</a> to
 quickly run some tests on Linux and Mac. It answers quickly but may
-miss issues. And we use <a href="https://ci.appveyor.com/project/mquinson/simgrid">AppVeyor</a>
+miss issues. And we use <a href="https://ci.appveyor.com/project/simgrid/simgrid">AppVeyor</a>
 to build and somehow test SimGrid on windows. 
 
 \subsection inside_tests_jenkins Jenkins on the Inria CI servers
@@ -282,14 +282,14 @@ Travis is a free (as in free beer) Continuous Integration system that
 open-sourced project can use freely. It is very well integrated in the
 GitHub ecosystem. There is a plenty of documentation out there. Our
 configuration is in the file .travis.yml as it should be, and the
-result is here: https://travis-ci.org/mquinson/simgrid
+result is here: https://travis-ci.org/simgrid/simgrid
 
 \subsection inside_tests_appveyor AppVeyor
 
 AppVeyor aims at becoming the Travis of Windows. It is maybe less
 mature than Travis, or maybe it is just that I'm less trained in
 Windows. Our configuration is in the file appveyor.yml as it should
-be, and the result is here: https://ci.appveyor.com/project/mquinson/simgrid
+be, and the result is here: https://ci.appveyor.com/project/simgrid/simgrid
 
 It should be noted that I miserably failed to use the environment
 provided by AppVeyor, since SimGrid does not build with Microsoft
index b39d8b1..b257156 100644 (file)
@@ -33,7 +33,7 @@ bits, Windows 64 bits, FreeBSD (64 bits).
 
 @subsection install_binary_java_builder Nightly built Java Package
 
-For Windows, head to [AppVeyor](https://ci.appveyor.com/project/mquinson/simgrid).
+For Windows, head to [AppVeyor](https://ci.appveyor.com/project/simgrid/simgrid).
 Click on the artefact link on the right, and grab your file. If the latest build failed, there will be no artefact. Then
 you will need to first click on "History" on the top and search for the last successful build.
 
index 29425cf..112c3ed 100644 (file)
@@ -156,7 +156,7 @@ sudo apt-get install vite
 The corresponding archive with all source files can be obtained
 [here](http://simgrid.gforge.inria.fr/tutorials/msg-tuto/msg-tuto.tgz),
 while the simgrid archive contains
-[several platform files](https://github.com/mquinson/simgrid/tree/master/examples/platforms)
+[several platform files](https://github.com/simgrid/simgrid/tree/master/examples/platforms)
 (click on the "Raw" button of files you want to download from GitHub).
 
 ~~~~{.sh}
index 3e409d6..10c97d7 100644 (file)
@@ -1,4 +1,4 @@
-/* Bug report: https://github.com/mquinson/simgrid/issues/40
+/* Bug report: https://github.com/simgrid/simgrid/issues/40
  * 
  * Task.listen used to be on async mailboxes as it always returned false.
  * This occures in Java and C, but is only tested here in C.