From tchemit@users.nuiton.org Wed Jun 22 11:13:21 2011 From: tchemit@users.nuiton.org To: nuiton-redmine-site-commits@list.nuiton.org Subject: [Nuiton-redmine-site-commits] r28 - cl-overview-project/trunk/app/views/projects Date: Wed, 22 Jun 2011 11:13:21 +0200 Message-ID: <20110622091321.2E75E15822@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5114406415466076626==" --===============5114406415466076626== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: tchemit Date: 2011-06-22 11:13:21 +0200 (Wed, 22 Jun 2011) New Revision: 28 Url: http://nuiton.org/repositories/revision/nuiton-redmine-site/28 Log: Evolution #1599: Take account of the new forge.codelutin.com (report from tag= 0.9 :() Modified: cl-overview-project/trunk/app/views/projects/show.rhtml Modified: cl-overview-project/trunk/app/views/projects/show.rhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- cl-overview-project/trunk/app/views/projects/show.rhtml 2011-06-21 13:57:= 50 UTC (rev 27) +++ cl-overview-project/trunk/app/views/projects/show.rhtml 2011-06-22 09:13:= 21 UTC (rev 28) @@ -1,8 +1,18 @@ <%=20 if $PROGRAM_NAME.include?("redmine-chorem") - domain =3D "chorem" + domain =3D "chorem.org" + domainsonar =3D "org.chorem" + domainmaven =3D "org/chorem" else - domain =3D "nuiton" + if $PROGRAM_NAME.include?("redmine-nuiton") + domain =3D "nuiton.org" + domainsonar =3D "org.nuiton" + domainmaven =3D "org/nuiton" + else=20 + domain =3D "forge.codelutin.com" + domainsonar =3D "com.codelutin.forge" + domainmaven =3D "forge.codelutin.com" + end end mavenrepo =3D "" mavencentral =3D false @@ -46,7 +56,7 @@