ソースを参照

migrate to gitlab

(cherry picked from commit 247c62e0247a9f2817fc85ddba3f1517b2b54b68)
Nathalie Furmento 4 年 前
コミット
61f4980834
共有4 個のファイルを変更した6 個の追加10 個の削除を含む
  1. 1 1
      Makefile.am
  2. 3 7
      README
  3. 1 1
      contrib/ci.inria.fr/Jenkinsfile-basic
  4. 1 1
      contrib/ci.inria.fr/Jenkinsfile-bsd

+ 1 - 1
Makefile.am

@@ -198,7 +198,7 @@ ctags-local:
 # The pmccabe tool, see <http://www.parisc-linux.org/~bame/pmccabe/>.
 PMCCABE = pmccabe
 
-VC_URL = "https://gforge.inria.fr/scm/viewvc.php/trunk/%FILENAME%?view=markup&root=starpu"
+VC_URL = "https://gitlab.inria.fr/starpu/starpu/-/blob/master/%FILENAME%"
 
 # Generate a cyclomatic complexity report.  Note that examples and tests are
 # excluded because they're not particularly relevant, and more importantly

+ 3 - 7
README

@@ -87,15 +87,11 @@ advantage of their specificities in a portable fashion.
 || III. Getting StarPU ||
 ++=====================++
 
-StarPU is available on https://gforge.inria.fr/projects/starpu/.
+StarPU is available on https://gitlab.inria.fr/starpu/starpu
 
-The project's SVN repository can be checked out through anonymous
-access with the following command(s).
+The GIT repository access can be checked out with the following command.
 
-$ svn checkout svn://scm.gforge.inria.fr/svn/starpu/trunk
-$ svn checkout --username anonsvn https://scm.gforge.inria.fr/svn/starpu/trunk
-
-The password is 'anonsvn'
+$ git clone git@gitlab.inria.fr:starpu/starpu.git
 
 ++=============================++
 || IV. Building and Installing ||

+ 1 - 1
contrib/ci.inria.fr/Jenkinsfile-basic

@@ -24,7 +24,7 @@ pipeline
 	// Trigger the build
 	triggers
 	{
-		// Poll gforge explicitly every hour
+		// Poll SCM explicitly every hour
 		pollSCM('0 * * * *')
 	}
 

+ 1 - 1
contrib/ci.inria.fr/Jenkinsfile-bsd

@@ -24,7 +24,7 @@ pipeline
 	// Trigger the build
 	triggers
 	{
-		// Poll gforge explicitly every past-half hour
+		// Poll SCM explicitly every past-half hour
 		pollSCM('30 * * * *')
 	}