From ce3b234c639f0d20b4fc60704294b0cb32d4b2cb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 May 2016 01:28:27 +0200 Subject: [PATCH] the github project was renamed --- README | 2 +- appveyor.yml | 2 +- doc/doxygen/inside_tests.doc | 8 ++++---- doc/doxygen/install.doc | 2 +- doc/doxygen/tutorial.doc | 2 +- teshsuite/msg/listen_async/listen_async.c | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index cd8a33d635..1b62155894 100644 --- 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 diff --git a/appveyor.yml b/appveyor.yml index bf87208509..0e7ad9518d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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}" diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index d09cbe2d35..d99b23762e 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -234,9 +234,9 @@ We use Jenkins on Inria servers 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 Travis to +We use Travis to quickly run some tests on Linux and Mac. It answers quickly but may -miss issues. And we use AppVeyor +miss issues. And we use AppVeyor 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 diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index b39d8b1073..b257156a11 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -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. diff --git a/doc/doxygen/tutorial.doc b/doc/doxygen/tutorial.doc index 29425cf409..112c3eddfb 100644 --- a/doc/doxygen/tutorial.doc +++ b/doc/doxygen/tutorial.doc @@ -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} diff --git a/teshsuite/msg/listen_async/listen_async.c b/teshsuite/msg/listen_async/listen_async.c index 3e409d6a42..10c97d7a77 100644 --- a/teshsuite/msg/listen_async/listen_async.c +++ b/teshsuite/msg/listen_async/listen_async.c @@ -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. -- 2.20.1