Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 20:53:38 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 079f77767432 - main - devel/cdash: Remove expired port
Message-ID:  <202404302053.43UKrcuk062797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=079f777674321a7a6c51f38a404b1feead172367

commit 079f777674321a7a6c51f38a404b1feead172367
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-04-30 20:53:30 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-04-30 20:53:30 +0000

    devel/cdash: Remove expired port
    
    2024-04-30 devel/cdash: Very outdated version that's unsupported upstream
---
 MOVED                                    |   1 +
 devel/Makefile                           |   1 -
 devel/cdash/Makefile                     |  51 --
 devel/cdash/distinfo                     |   2 -
 devel/cdash/files/patch-CMakeLists.txt   |  19 -
 devel/cdash/files/patch-cdash-common.php |  10 -
 devel/cdash/files/pkg-message.in         |  14 -
 devel/cdash/pkg-descr                    |   7 -
 devel/cdash/pkg-plist                    | 896 -------------------------------
 9 files changed, 1 insertion(+), 1000 deletions(-)

diff --git a/MOVED b/MOVED
index 25dd9799da6f..49165fe30814 100644
--- a/MOVED
+++ b/MOVED
@@ -3223,3 +3223,4 @@ devel/tla||2024-04-30|Has expired: Deprecated and obsolete revision control syst
 devel/configkit||2024-04-30|Has expired: Depends on deprecated port devel/libphk
 devel/libphk||2024-04-30|Has expired: Superseded by various other projects
 games/2048-qt||2024-04-30|Has expired: Unmaintained, last upstream release in 2016
+devel/cdash||2024-04-30|Has expired: Very outdated version that's unsupported upstream
diff --git a/devel/Makefile b/devel/Makefile
index 069770fbbf9f..c58d5536d388 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -370,7 +370,6 @@
     SUBDIR += ccls
     SUBDIR += ccrtp
     SUBDIR += cctz
-    SUBDIR += cdash
     SUBDIR += cdecl
     SUBDIR += cdialog
     SUBDIR += cdk
diff --git a/devel/cdash/Makefile b/devel/cdash/Makefile
deleted file mode 100644
index ff421160abeb..000000000000
--- a/devel/cdash/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-PORTNAME=	cdash
-PORTVERSION=	2.2.3
-PORTREVISION=	3
-CATEGORIES=	devel
-MASTER_SITES=	http://www.cdash.org/wp-content/uploads/2014/11/
-DISTNAME=	CDash-2-2-3
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Web-based software testing server
-WWW=		https://www.cdash.org/
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/License.txt
-
-DEPRECATED=	Very outdated version that's unsupported upstream
-EXPIRATION_DATE=2024-04-30
-
-USES=		cmake dos2unix php zip
-DOS2UNIX_GLOB=	*.php *.xml *.xsl *.txt
-CMAKE_ARGS=	-DCDASH_DB_NAME:STRING=cdash \
-		-DCDASH_DB_LOGIN:STRING=cdash \
-		-DCDASH_DB_TYPE:STRING=${DB_TYPE}
-USE_PHP=	curl gd pdo session xsl zlib
-NO_ARCH=	yes
-
-WRKSRC=		${WRKDIR}/${DISTNAME:S/./-/g}
-PLIST_SUB=	WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
-SUB_FILES=	pkg-message
-SUB_LIST=	DB_TYPE=${DB_TYPE}
-
-OPTIONS_SINGLE=	DB
-OPTIONS_SINGLE_DB=	MYSQL PGSQL
-OPTIONS_DEFAULT=MYSQL
-
-MYSQL_USES=	mysql
-MYSQL_USE=	PHP=pdo_mysql
-MYSQL_VARS=	DB_TYPE=mysql
-
-PGSQL_USES=	pgsql
-PGSQL_USE=	PHP=pgsql,pdo_pgsql
-PGSQL_VARS=	DB_TYPE=pgsql
-
-do-install:
-	@${MKDIR} ${WRKSRC}/rss
-	${CP} ${WRKSRC}/backup/.htaccess ${WRKSRC}/rss/.htaccess
-	@${MKDIR} ${STAGEDIR}${PREFIX}/www/CDash
-	${FIND} ${WRKSRC} -name "*.orig" -delete
-	${MV} ${WRKSRC}/cdash/config.local.php ${WRKSRC}/cdash/config.local.sample.php
-	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/CDash
-
-.include <bsd.port.mk>
diff --git a/devel/cdash/distinfo b/devel/cdash/distinfo
deleted file mode 100644
index bad951f4b998..000000000000
--- a/devel/cdash/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (CDash-2-2-3.zip) = 712c8beb7b379d356a27ed3f4829566245da8f53e89ff5fd688ae67b204f285b
-SIZE (CDash-2-2-3.zip) = 2536252
diff --git a/devel/cdash/files/patch-CMakeLists.txt b/devel/cdash/files/patch-CMakeLists.txt
deleted file mode 100644
index 666b26a87e0b..000000000000
--- a/devel/cdash/files/patch-CMakeLists.txt
+++ /dev/null
@@ -1,19 +0,0 @@
---- CMakeLists.txt.orig	2016-05-16 19:20:14 UTC
-+++ CMakeLists.txt
-@@ -11,6 +11,7 @@ set(CDASH_DB_PASS "" CACHE STRING "Passw
- set(CDASH_DB_PORT "" CACHE STRING "Port to connect to the database")
- set(CDASH_DB_HOST "localhost" CACHE STRING "Hostname of the database server")
- set(CDASH_DB_TYPE "mysql" CACHE STRING "Database type")
-+set(CDASH_DB_NAME "cdash4simpletest" CACHE STRING "Database name")
- option(CDASH_USE_SELENIUM "Should CDash use Selenium to test ajax functionality?" OFF)
- option(CDASH_PRO "Are we testing CDashPro?" OFF)
- set(CMake_SOURCE_DIR CACHE FILEPATH "Path to CMake source dir.  Set this to import tests from CMake")
-@@ -97,7 +98,7 @@ file(WRITE "${CDash_SOURCE_DIR}/cdash/co
- //
- // Some of the CDash tests also inject config settings below as tests run...
- //
--$CDASH_DB_NAME = 'cdash4simpletest';
-+$CDASH_DB_NAME = '${CDASH_DB_NAME}';
- $CDASH_TESTING_MODE = true;
- $CDASH_REGISTRATION_EMAIL_VERIFY = false;
- $CDASH_TESTING_RENAME_LOGS = ${rename_logs};
diff --git a/devel/cdash/files/patch-cdash-common.php b/devel/cdash/files/patch-cdash-common.php
deleted file mode 100644
index b0e4d37572d7..000000000000
--- a/devel/cdash/files/patch-cdash-common.php
+++ /dev/null
@@ -1,10 +0,0 @@
---- cdash/common.php.orig	2016-05-16 19:20:14 UTC
-+++ cdash/common.php
-@@ -20,6 +20,7 @@ require_once("cdash/log.php");
- 
- if (PHP_VERSION >= 5) {
-     // Emulate the old xslt library functions
-+    libxml_disable_entity_loader(false);
-     function xslt_create() {
-         return new XsltProcessor();
-     }
diff --git a/devel/cdash/files/pkg-message.in b/devel/cdash/files/pkg-message.in
deleted file mode 100644
index f9a8aabc2eac..000000000000
--- a/devel/cdash/files/pkg-message.in
+++ /dev/null
@@ -1,14 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-Your CDash configuration file is located at
-%%PREFIX%%/www/CDash/cdash/config.local.php.
-
-Please create the %%DB_TYPE%% username 'cdash' and
-grant him privileges over a database named 'cdash'.
-
-A sample CDash project is available for download at
-http://www.cdash.org/download/CDashTest.zip.
-EOM
-}
-]
diff --git a/devel/cdash/pkg-descr b/devel/cdash/pkg-descr
deleted file mode 100644
index af4ef3b0fe8e..000000000000
--- a/devel/cdash/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-CDash is an open source, web-based software testing server. CDash aggregates,
-analyzes and displays the results of software testing processes submitted from
-clients located around the world. Developers depend on CDash to convey the state
-of a software system, and to continually improve its quality. CDash is a part of
-a larger software process that integrates Kitware's CMake, CTest, and CPack
-tools, as well as other external packages used to design, manage and maintain
-large-scale software systems.
diff --git a/devel/cdash/pkg-plist b/devel/cdash/pkg-plist
deleted file mode 100644
index f7da093cc433..000000000000
--- a/devel/cdash/pkg-plist
+++ /dev/null
@@ -1,896 +0,0 @@
-www/CDash/CMakeLists.txt
-www/CDash/CTestConfig.cmake
-www/CDash/CTestCustom.cmake.in
-www/CDash/Copyright.txt
-www/CDash/License.txt
-www/CDash/ajax/addbuildgroup.php
-www/CDash/ajax/addnote.php
-www/CDash/ajax/buildinfogroup.php
-www/CDash/ajax/buildnote.php
-www/CDash/ajax/clientchecksystem.php
-www/CDash/ajax/expectedbuildgroup.php
-www/CDash/ajax/expectedinfo.php
-www/CDash/ajax/finduserproject.php
-www/CDash/ajax/findusers.php
-www/CDash/ajax/getfeed.php
-www/CDash/ajax/getviewcoverage.php
-www/CDash/ajax/showbuildhistory.php
-www/CDash/ajax/showbuildtimegraph.php
-www/CDash/ajax/showbuildupdategraph.php
-www/CDash/ajax/showcoveragegraph.php
-www/CDash/ajax/showprojectupdategraph.php
-www/CDash/ajax/showtestfailuregraph.php
-www/CDash/ajax/showtestmeasurementdatagraph.php
-www/CDash/ajax/showtestpassinggraph.php
-www/CDash/ajax/showtesttimegraph.php
-www/CDash/api/api.php
-www/CDash/api/api_build.php
-www/CDash/api/api_coverage.php
-www/CDash/api/api_project.php
-www/CDash/api/api_repository.php
-www/CDash/api/api_user.php
-www/CDash/api/getbuildid.php
-www/CDash/api/getuserid.php
-www/CDash/api/getversion.php
-www/CDash/api/hasfile.php
-www/CDash/api/index.php
-www/CDash/autoRemoveBuilds.php
-www/CDash/backup/.htaccess
-www/CDash/backup/README.txt
-www/CDash/buildOverview.php
-www/CDash/buildOverview.xsl
-www/CDash/buildSummary.php
-www/CDash/buildSummary.xsl
-www/CDash/cdash.css
-www/CDash/cdash/ChangeLog.txt
-www/CDash/cdash/Copyright.txt
-www/CDash/cdash/autoremove.php
-www/CDash/cdash/bugurl.php
-www/CDash/cdash/cdashmail.php
-www/CDash/cdash/clientsubmit.php
-www/CDash/cdash/common.php
-www/CDash/cdash/config.local.sample.php
-www/CDash/cdash/config.php
-www/CDash/cdash/createRSS.php
-www/CDash/cdash/ctestparser.php
-www/CDash/cdash/ctestparserutils.php
-www/CDash/cdash/dailyupdates.php
-www/CDash/cdash/dailyupdatescurl.php
-www/CDash/cdash/defines.php
-www/CDash/cdash/do_submit.php
-www/CDash/cdash/fnProcessFile.php
-www/CDash/cdash/log.php
-www/CDash/cdash/pdo.php
-www/CDash/cdash/pdocore.php
-www/CDash/cdash/processfile.php
-www/CDash/cdash/processsubmissions.php
-www/CDash/cdash/repository.php
-www/CDash/cdash/sendemail.php
-www/CDash/cdash/version.php
-www/CDash/colorblind.css
-www/CDash/common.css
-www/CDash/createProject.php
-www/CDash/createProject.xsl
-www/CDash/displayImage.php
-www/CDash/editSite.php
-www/CDash/editSite.xsl
-www/CDash/editUser.php
-www/CDash/editUser.xsl
-www/CDash/error.php
-www/CDash/error.xsl
-www/CDash/favicon.ico
-www/CDash/filterdataFunctions.php
-www/CDash/filterdataTemplate.xsl
-www/CDash/footer.xsl
-www/CDash/generateCTestConfig.php
-www/CDash/groupsDescription.php
-www/CDash/header.xsl
-www/CDash/headeradminproject.xsl
-www/CDash/headerback.xsl
-www/CDash/headscripts.xsl
-www/CDash/help.html
-www/CDash/htaccess.in
-www/CDash/images/Calendar.gif
-www/CDash/images/Closed.gif
-www/CDash/images/DownBlack.gif
-www/CDash/images/Generator.png
-www/CDash/images/Info.png
-www/CDash/images/LeftBlack.gif
-www/CDash/images/Minus.gif
-www/CDash/images/New.gif
-www/CDash/images/Open.gif
-www/CDash/images/Plus.gif
-www/CDash/images/RightBlack.gif
-www/CDash/images/activity-level.png
-www/CDash/images/advanced.png
-www/CDash/images/asc.gif
-www/CDash/images/back_disabled.png
-www/CDash/images/back_enabled.png
-www/CDash/images/back_enabled_hover.png
-www/CDash/images/bg.gif
-www/CDash/images/bg1.gif
-www/CDash/images/bgfo.gif
-www/CDash/images/bgtm.gif
-www/CDash/images/blank.gif
-www/CDash/images/blogo.gif
-www/CDash/images/cancel.png
-www/CDash/images/cdash-60.gif
-www/CDash/images/cdash.gif
-www/CDash/images/check.gif
-www/CDash/images/cleardot.gif
-www/CDash/images/clock.png
-www/CDash/images/console.png
-www/CDash/images/delete.png
-www/CDash/images/desc.gif
-www/CDash/images/disk.png
-www/CDash/images/document.png
-www/CDash/images/edit.png
-www/CDash/images/edit2.png
-www/CDash/images/edit_group.png
-www/CDash/images/error.png
-www/CDash/images/feed-icon16x16.png
-www/CDash/images/filecoverage.png
-www/CDash/images/filter.gif
-www/CDash/images/first.png
-www/CDash/images/flag.png
-www/CDash/images/flaggreen.gif
-www/CDash/images/folder.png
-www/CDash/images/forward_disabled.png
-www/CDash/images/forward_enabled.png
-www/CDash/images/forward_enabled_hover.png
-www/CDash/images/graph.png
-www/CDash/images/help.gif
-www/CDash/images/hide.png
-www/CDash/images/invite.png
-www/CDash/images/last.png
-www/CDash/images/loading.gif
-www/CDash/images/logo2.gif
-www/CDash/images/mail.png
-www/CDash/images/manageclient.png
-www/CDash/images/menu2_07.jpg
-www/CDash/images/menub1.gif
-www/CDash/images/menub2.gif
-www/CDash/images/new_project.png
-www/CDash/images/next.png
-www/CDash/images/note.png
-www/CDash/images/package.png
-www/CDash/images/platform_freebsd.png
-www/CDash/images/platform_linux.png
-www/CDash/images/platform_mac.png
-www/CDash/images/platform_windows.png
-www/CDash/images/prev.png
-www/CDash/images/previous.png
-www/CDash/images/progressbar.gif
-www/CDash/images/refresh.png
-www/CDash/images/settings.png
-www/CDash/images/show.png
-www/CDash/images/smiley-bad.png
-www/CDash/images/smiley-good.png
-www/CDash/images/sort_asc.png
-www/CDash/images/sort_asc_disabled.png
-www/CDash/images/sort_both.png
-www/CDash/images/sort_desc.png
-www/CDash/images/sort_desc_disabled.png
-www/CDash/images/star.png
-www/CDash/images/subproject.png
-www/CDash/images/systemtray.png
-www/CDash/images/tab.png
-www/CDash/images/tab2.png
-www/CDash/images/top_01.jpg
-www/CDash/images/top_02.jpg
-www/CDash/images/top_03.jpg
-www/CDash/images/top_04.jpg
-www/CDash/images/topbg1.gif
-www/CDash/images/topbg2.gif
-www/CDash/images/upgrade.png
-www/CDash/images/users.png
-www/CDash/images/warning.png
-www/CDash/images/warningsmall.png
-www/CDash/images/yellowled.png
-www/CDash/import.php
-www/CDash/import.xsl
-www/CDash/importBackup.php
-www/CDash/importBackup.xsl
-www/CDash/importBuilds.php
-www/CDash/index.php
-www/CDash/index.xsl
-www/CDash/indexsubproject.xsl
-www/CDash/indextable.xsl
-www/CDash/install.php
-www/CDash/install.xsl
-www/CDash/iphone/buildsummary.php
-www/CDash/iphone/buildsummary.xsl
-www/CDash/iphone/iPhoneArrow.png
-www/CDash/iphone/iPhoneArrow2.gif
-www/CDash/iphone/index.php
-www/CDash/iphone/index.xsl
-www/CDash/iphone/iphone.css
-www/CDash/iphone/iphone.js
-www/CDash/iphone/jquery-1.1.4.js
-www/CDash/iphone/jquery-iphone.js
-www/CDash/iphone/login.xsl
-www/CDash/iphone/logo.gif
-www/CDash/iphone/project.php
-www/CDash/iphone/project.xsl
-www/CDash/iphone/section.gif
-www/CDash/iphone/user.php
-www/CDash/iphone/user.xsl
-www/CDash/javascript/OptionTransfer.js
-www/CDash/javascript/cdashAddNote.js
-www/CDash/javascript/cdashBuildError.js
-www/CDash/javascript/cdashBuildGraph.js
-www/CDash/javascript/cdashBuildGroup.js
-www/CDash/javascript/cdashClient.js
-www/CDash/javascript/cdashCoverageGraph.js
-www/CDash/javascript/cdashCreateProject.js
-www/CDash/javascript/cdashFeed.js
-www/CDash/javascript/cdashFilters.js
-www/CDash/javascript/cdashIndexTable.js
-www/CDash/javascript/cdashManageCoverageSorter.js
-www/CDash/javascript/cdashManageUsers.js
-www/CDash/javascript/cdashProjectRole.js
-www/CDash/javascript/cdashSiteSorter.js
-www/CDash/javascript/cdashTableSorter.js
-www/CDash/javascript/cdashTestGraph.js
-www/CDash/javascript/cdashUpdateGraph.js
-www/CDash/javascript/cdashUpgrade.js
-www/CDash/javascript/cdashUploadFilesSorter.js
-www/CDash/javascript/cdashUser.js
-www/CDash/javascript/cdashUserLabels.js
-www/CDash/javascript/cdashViewCoverage.js
-www/CDash/javascript/cdashmenu.js
-www/CDash/javascript/excanvas.js
-www/CDash/javascript/images/next.png
-www/CDash/javascript/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png
-www/CDash/javascript/images/ui-bg_flat_15_cd0a0a_40x100.png
-www/CDash/javascript/images/ui-bg_glass_100_e4f1fb_1x400.png
-www/CDash/javascript/images/ui-bg_glass_50_3baae3_1x400.png
-www/CDash/javascript/images/ui-bg_glass_80_d7ebf9_1x400.png
-www/CDash/javascript/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png
-www/CDash/javascript/images/ui-bg_highlight-hard_70_000000_1x100.png
-www/CDash/javascript/images/ui-bg_highlight-soft_100_deedf7_1x100.png
-www/CDash/javascript/images/ui-bg_highlight-soft_25_ffef8f_1x100.png
-www/CDash/javascript/images/ui-icons_2694e8_256x240.png
-www/CDash/javascript/images/ui-icons_2e83ff_256x240.png
-www/CDash/javascript/images/ui-icons_3d80b3_256x240.png
-www/CDash/javascript/images/ui-icons_72a7cf_256x240.png
-www/CDash/javascript/images/ui-icons_ffffff_256x240.png
-www/CDash/javascript/je_compare-1.0.0.min.js
-www/CDash/javascript/je_compare_style-1.0.0.css
-www/CDash/javascript/jqModal.css
-www/CDash/javascript/jqModal.js
-www/CDash/javascript/jquery-1.6.2.js
-www/CDash/javascript/jquery-ui-1.8.16.css
-www/CDash/javascript/jquery-ui-1.8.16.min.js
-www/CDash/javascript/jquery.cookie.js
-www/CDash/javascript/jquery.dataTables.css
-www/CDash/javascript/jquery.dataTables.min.js
-www/CDash/javascript/jquery.flot.min.js
-www/CDash/javascript/jquery.flot.pie.js
-www/CDash/javascript/jquery.flot.selection.min.js
-www/CDash/javascript/jquery.metadata.js
-www/CDash/javascript/jquery.mobile-1.4.0.min.js
-www/CDash/javascript/jquery.qtip.min.css
-www/CDash/javascript/jquery.qtip.min.js
-www/CDash/javascript/jquery.tablesorter.js
-www/CDash/javascript/jtip.js
-www/CDash/javascript/tableheader.js
-www/CDash/javascript/tooltip.js
-www/CDash/javascript/tree.js
-www/CDash/javascript/tree_init.js
-www/CDash/javascript/ui.tabs.js
-www/CDash/local/README.txt
-www/CDash/local/cdash.local.css
-www/CDash/local/footer.xsl
-www/CDash/local/header.xsl
-www/CDash/local/headeradminproject.xsl
-www/CDash/local/headerback.xsl
-www/CDash/local/headscripts.xsl
-www/CDash/loggingAdministration.php
-www/CDash/loggingAdministration.xsl
-www/CDash/login.php
-www/CDash/login.xsl
-www/CDash/manageBackup.php
-www/CDash/manageBackup.xsl
-www/CDash/manageBanner.php
-www/CDash/manageBanner.xsl
-www/CDash/manageBuildGroup.php
-www/CDash/manageBuildGroup.xsl
-www/CDash/manageClient.php
-www/CDash/manageClient.xsl
-www/CDash/manageCoverage.php
-www/CDash/manageCoverage.xsl
-www/CDash/manageMeasurements.php
-www/CDash/manageMeasurements.xsl
-www/CDash/manageProjectRoles.php
-www/CDash/manageProjectRoles.xsl
-www/CDash/manageSubproject.php
-www/CDash/manageSubproject.xsl
-www/CDash/manageUsers.php
-www/CDash/manageUsers.xsl
-www/CDash/models/banner.php
-www/CDash/models/build.php
-www/CDash/models/buildconfigure.php
-www/CDash/models/buildconfigureerror.php
-www/CDash/models/buildconfigureerrordiff.php
-www/CDash/models/builderror.php
-www/CDash/models/builderrordiff.php
-www/CDash/models/buildfailure.php
-www/CDash/models/buildgroup.php
-www/CDash/models/buildgroupposition.php
-www/CDash/models/buildgrouprule.php
-www/CDash/models/buildinformation.php
-www/CDash/models/buildnote.php
-www/CDash/models/buildtest.php
-www/CDash/models/buildtestdiff.php
-www/CDash/models/buildupdate.php
-www/CDash/models/buildupdatefile.php
-www/CDash/models/buildusernote.php
-www/CDash/models/clientcmake.php
-www/CDash/models/clientcompiler.php
-www/CDash/models/clientjob.php
-www/CDash/models/clientjobschedule.php
-www/CDash/models/clientlibrary.php
-www/CDash/models/clientos.php
-www/CDash/models/clientsite.php
-www/CDash/models/constants.php
-www/CDash/models/coverage.php
-www/CDash/models/coveragefile.php
-www/CDash/models/coveragefile2user.php
-www/CDash/models/coveragefilelog.php
-www/CDash/models/coveragesummary.php
-www/CDash/models/coveragesummarydiff.php
-www/CDash/models/dailyupdate.php
-www/CDash/models/dailyupdatefile.php
-www/CDash/models/dynamicanalysis.php
-www/CDash/models/dynamicanalysisdefect.php
-www/CDash/models/errorlog.php
-www/CDash/models/feed.php
-www/CDash/models/image.php
-www/CDash/models/label.php
-www/CDash/models/labelemail.php
-www/CDash/models/project.php
-www/CDash/models/site.php
-www/CDash/models/siteinformation.php
-www/CDash/models/subproject.php
-www/CDash/models/test.php
-www/CDash/models/testimage.php
-www/CDash/models/testmeasurement.php
-www/CDash/models/uploadfile.php
-www/CDash/models/user.php
-www/CDash/models/userproject.php
-www/CDash/monitor.php
-www/CDash/prepend_coverage.php
-www/CDash/queryTests.php
-www/CDash/queryTests.xsl
-www/CDash/recoverPassword.php
-www/CDash/recoverPassword.xsl
-www/CDash/register.php
-www/CDash/register.xsl
-www/CDash/removeBuilds.php
-www/CDash/removeBuilds.xsl
-www/CDash/robots.txt
-www/CDash/router.php
-www/CDash/rss/.htaccess
-www/CDash/scheduleSummary.php
-www/CDash/scheduleSummary.xsl
-www/CDash/scripts/cdash_client_common.ctest
-www/CDash/siteStatistics.php
-www/CDash/siteStatistics.xsl
-www/CDash/sql/convert.sh
-www/CDash/sql/convert_alter_table.pl
-www/CDash/sql/mysql/cdash-upgrade-0-0.8.sql
-www/CDash/sql/mysql/cdash-upgrade-0.8-1.0.sql
-www/CDash/sql/mysql/cdash-upgrade-1.0-1.2.sql
-www/CDash/sql/mysql/cdash-upgrade-1.2-1.4.sql
-www/CDash/sql/mysql/cdash-upgrade-1.4-1.6.sql
-www/CDash/sql/mysql/cdash-upgrade-1.6-1.8.sql
-www/CDash/sql/mysql/cdash-upgrade-1.8-2.0.sql
-www/CDash/sql/mysql/cdash-upgrade-2.0-2.2.sql
-www/CDash/sql/mysql/cdash.sql
-www/CDash/sql/mysqlcompat.patch
-www/CDash/sql/pgsql/cdash-upgrade-0-0.8.sql
-www/CDash/sql/pgsql/cdash-upgrade-0.8-1.0.sql
-www/CDash/sql/pgsql/cdash-upgrade-1.0-1.2.sql
-www/CDash/sql/pgsql/cdash-upgrade-1.2-1.4.sql
-www/CDash/sql/pgsql/cdash-upgrade-1.4-1.6.sql
-www/CDash/sql/pgsql/cdash-upgrade-1.6-1.8.sql
-www/CDash/sql/pgsql/cdash-upgrade-1.8-2.0.sql
-www/CDash/sql/pgsql/cdash-upgrade-2.0-2.2.sql
-www/CDash/sql/pgsql/cdash.ext.sql
-www/CDash/sql/pgsql/cdash.sql
-www/CDash/submit.php
-www/CDash/subscribeProject.php
-www/CDash/subscribeProject.xsl
-www/CDash/svninfo.php
-www/CDash/tabs_ie.css
-www/CDash/testDetails.php
-www/CDash/testDetails.xsl
-www/CDash/testOverview.php
-www/CDash/testOverview.xsl
-www/CDash/testSummary.php
-www/CDash/testSummary.xsl
-www/CDash/tests/CMakeLists.txt
-www/CDash/tests/append_coverage.php.in
-www/CDash/tests/autoremovebuilds/CMakeLists.txt
-www/CDash/tests/cdash_test_case.php
-www/CDash/tests/config.test.local.php
-www/CDash/tests/config.test.php
-www/CDash/tests/ctest/CMakeLists.txt
-www/CDash/tests/ctest/CTestSubmitLargeOutput/CMakeLists.txt
-www/CDash/tests/ctest/CTestSubmitLargeOutput/CTestConfig.cmake
-www/CDash/tests/ctest/CTestSubmitLargeOutput/GenerateRandomOutput.cmake
-www/CDash/tests/ctest/CTestSubmitLargeOutput/test.cmake.in
-www/CDash/tests/ctest/coveragedriver.ctest.in
-www/CDash/tests/ctest/ctestdriver.ctest.in
-www/CDash/tests/ctest/sameImage/CMakeLists.txt
-www/CDash/tests/ctest/sameImage/frown.gif
-www/CDash/tests/ctest/sameImage/sameImage.cxx
-www/CDash/tests/ctest/sameImage/smile.gif
-www/CDash/tests/ctest/sameImage/test.cmake.in
-www/CDash/tests/ctest/simple/CMakeLists.txt
-www/CDash/tests/ctest/simple/crash.cxx
-www/CDash/tests/ctest/simple/simple.cxx
-www/CDash/tests/ctest/simple/test.cmake.in
-www/CDash/tests/ctest/simple2/CMakeLists.txt
-www/CDash/tests/ctest/simple2/crash.cxx
-www/CDash/tests/ctest/simple2/simple.ctest.in
-www/CDash/tests/ctest/simple2/simple.cxx
-www/CDash/tests/ctest/simple2/test.cmake.in
-www/CDash/tests/ctest/unittest.cmake.in
-www/CDash/tests/data/ActualTrilinosSubmission/TrilinosDriver_hut11.kitware_Windows_NT-TDD-hut11.kitware_20110722-1514-Experimental_131134764623_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/TrilinosDriver_hut11.kitware_Windows_NT-TDD-hut11.kitware_20110722-1514-Experimental_131134764640_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/TrilinosDriver_hut11.kitware_Windows_NT-TDD-hut11.kitware_20110722-1514-Experimental_131134764660_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/TrilinosDriver_hut11.kitware_Windows_NT-TDD-hut11.kitware_20110722-1514-Experimental_131134909154_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_131134773144_Project.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134775158_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134775226_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134775278_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134775308_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134779746_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134779786_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134781834_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134781848_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134790580_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134790610_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792091_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792106_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792194_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792228_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792249_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134792265_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134794978_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134794993_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134795192_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134821193_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134822732_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134822862_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134824287_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134824301_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134824318_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134825741_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134825756_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134825775_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134827646_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134827663_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134830307_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134832828_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134832859_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134832881_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134834527_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134834541_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134835059_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134835776_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134835818_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134835837_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134837291_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134837305_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134837323_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134838992_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134839009_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134840530_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134840733_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134840756_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134840774_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134842268_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134842283_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134842300_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134843783_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134843798_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134843815_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134845279_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134845293_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134845622_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847305_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847320_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847450_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847511_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847536_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134847553_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849252_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849271_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849397_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849620_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849642_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134849657_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134851465_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134851481_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134852631_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134853288_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134853315_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134853329_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134854886_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134854901_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134854920_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134856441_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134856454_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134856473_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134857997_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134858016_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134858035_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134859555_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134859579_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134859612_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134861852_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134861889_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134863956_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134865882_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134865918_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134865953_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134867542_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134867559_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134867581_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134869117_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134869132_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134869151_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134870717_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134870732_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134870754_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134872312_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134872327_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134872345_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134873889_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134873904_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134873923_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134875466_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134875481_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134875500_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134877043_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134877057_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134877076_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880239_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880254_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880504_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880730_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880752_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134880767_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134882306_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134882321_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134882342_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134883904_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134883919_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134883937_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134885525_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134885542_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134885561_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134887139_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134887154_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134887173_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134889433_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134889448_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134889496_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134891784_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134891813_Test.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134891836_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134894205_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134894219_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134907377_Build.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134907415_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134909033_Configure.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134909048_Notes.xml
-www/CDash/tests/data/ActualTrilinosSubmission/Trilinos_hut11.kitware_Windows_NT-MSVC10-SERIAL_DEBUG_DEV_20110722-1515-Experimental_131134909069_Update.xml
-www/CDash/tests/data/ActualTrilinosSubmission/orderedFileList.txt
-www/CDash/tests/data/BatchmakeNightlyExample/BatchMake_Nightly_Build.xml
-www/CDash/tests/data/BatchmakeNightlyExample/BatchMake_Nightly_Configure.xml
-www/CDash/tests/data/BatchmakeNightlyExample/BatchMake_Nightly_Notes.xml
-www/CDash/tests/data/BatchmakeNightlyExample/BatchMake_Nightly_Test.xml
-www/CDash/tests/data/BatchmakeNightlyExample/BatchMake_Nightly_Update.xml
-www/CDash/tests/data/CompressedTest.xml
-www/CDash/tests/data/EmailProjectExample/1_build.xml
-www/CDash/tests/data/EmailProjectExample/1_configure.xml
-www/CDash/tests/data/EmailProjectExample/1_test.xml
-www/CDash/tests/data/EmailProjectExample/1_upload.xml
-www/CDash/tests/data/EmailProjectExample/2_build.xml
-www/CDash/tests/data/EmailProjectExample/2_dynamicanalysis.xml
-www/CDash/tests/data/EmailProjectExample/2_test.xml
-www/CDash/tests/data/EmailProjectExample/2_update.xml
-www/CDash/tests/data/EmailProjectExample/3_test.xml
-www/CDash/tests/data/EmailProjectExample/3_update.xml
-www/CDash/tests/data/EmailProjectExample/cdash_1.log
-www/CDash/tests/data/EmailProjectExample/cdash_2.log
-www/CDash/tests/data/EmailProjectExample/cdash_3.log
-www/CDash/tests/data/EmailProjectExample/cdash_autoremove.log
-www/CDash/tests/data/EmailProjectExample/cdash_committeremail.log
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_Build.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_Configure.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_Coverage.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_CoverageLog.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_DynamicAnalysis.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_Notes.xml
-www/CDash/tests/data/InsightExperimentalExample/Insight_Experimental_Test.xml
-www/CDash/tests/data/ProjectXmlSequence/Trilinos_129273760744.57_Project.xml
-www/CDash/tests/data/ProjectXmlSequence/Trilinos_129273770005.15_Project.xml
-www/CDash/tests/data/ProjectXmlSequence/Trilinos_129273771745.07_Project.xml
-www/CDash/tests/data/ProjectXmlSequence/Trilinos_129273989317.97_Project.xml
-www/CDash/tests/data/ProjectXmlSequence/Trilinos_129274192973.58_Project.xml
-www/CDash/tests/data/Sites/VOGON.kitware/Win32-nmake71/2005-07-19-0514-Experimental/XML/Build.xml
-www/CDash/tests/data/Sites/VOGON.kitware/Win32-nmake71/2005-07-19-0514-Experimental/XML/Configure.xml
-www/CDash/tests/data/Sites/VOGON.kitware/Win32-nmake71/2005-07-19-0514-Experimental/XML/NoteCollection.xml
-www/CDash/tests/data/Sites/VOGON.kitware/Win32-nmake71/2005-07-19-0514-Experimental/XML/Notes.xml
-www/CDash/tests/data/Sites/VOGON.kitware/Win32-nmake71/2005-07-19-0514-Experimental/XML/Test.xml
-www/CDash/tests/data/SortingExample/long_Build.xml
-www/CDash/tests/data/SortingExample/long_Configure.xml
-www/CDash/tests/data/SortingExample/long_Notes.xml
-www/CDash/tests/data/SortingExample/long_Test.xml
-www/CDash/tests/data/SortingExample/long_Update.xml
-www/CDash/tests/data/SortingExample/medium_Build.xml
-www/CDash/tests/data/SortingExample/medium_Configure.xml
-www/CDash/tests/data/SortingExample/medium_Notes.xml
-www/CDash/tests/data/SortingExample/medium_Test.xml
-www/CDash/tests/data/SortingExample/medium_Update.xml
-www/CDash/tests/data/SortingExample/short_Build.xml
-www/CDash/tests/data/SortingExample/short_Configure.xml
-www/CDash/tests/data/SortingExample/short_Notes.xml
-www/CDash/tests/data/SortingExample/short_Test.xml
-www/CDash/tests/data/SortingExample/short_Update.xml
-www/CDash/tests/data/SubProjectExample/Build_1.xml
-www/CDash/tests/data/SubProjectExample/Project_1.xml
-www/CDash/tests/data/SubProjectExample/Test_1.xml
-www/CDash/tests/data/SubProjectExample/cdash_1.log
-www/CDash/tests/data/SubProjectExample/cdash_2.log
-www/CDash/tests/data/authors.txt
-www/CDash/tests/data/camelot.cdash.xml
-www/CDash/tests/data/git-Update.xml
-www/CDash/tests/data/git-Update2.xml
-www/CDash/tests/data/smile.gif
-www/CDash/tests/data/smile2.gif
-www/CDash/tests/kwtest/kw_db.php
-www/CDash/tests/kwtest/kw_test_manager.php
-www/CDash/tests/kwtest/kw_unlink.php
-www/CDash/tests/kwtest/kw_web_tester.php
-www/CDash/tests/kwtest/simpletest/VERSION
-www/CDash/tests/kwtest/simpletest/arguments.php
-www/CDash/tests/kwtest/simpletest/authentication.php
-www/CDash/tests/kwtest/simpletest/autorun.php
-www/CDash/tests/kwtest/simpletest/browser.php
-www/CDash/tests/kwtest/simpletest/collector.php
-www/CDash/tests/kwtest/simpletest/compatibility.php
-www/CDash/tests/kwtest/simpletest/cookies.php
-www/CDash/tests/kwtest/simpletest/default_reporter.php
-www/CDash/tests/kwtest/simpletest/detached.php
-www/CDash/tests/kwtest/simpletest/dumper.php
-www/CDash/tests/kwtest/simpletest/eclipse.php
-www/CDash/tests/kwtest/simpletest/encoding.php
-www/CDash/tests/kwtest/simpletest/errors.php
-www/CDash/tests/kwtest/simpletest/exceptions.php
-www/CDash/tests/kwtest/simpletest/expectation.php
-www/CDash/tests/kwtest/simpletest/form.php
-www/CDash/tests/kwtest/simpletest/frames.php
-www/CDash/tests/kwtest/simpletest/http.php
-www/CDash/tests/kwtest/simpletest/invoker.php
-www/CDash/tests/kwtest/simpletest/mock_objects.php
-www/CDash/tests/kwtest/simpletest/page.php
-www/CDash/tests/kwtest/simpletest/parser.php
-www/CDash/tests/kwtest/simpletest/php_parser.php
-www/CDash/tests/kwtest/simpletest/recorder.php
-www/CDash/tests/kwtest/simpletest/reflection_php4.php
-www/CDash/tests/kwtest/simpletest/reflection_php5.php
-www/CDash/tests/kwtest/simpletest/remote.php
-www/CDash/tests/kwtest/simpletest/reporter.php
-www/CDash/tests/kwtest/simpletest/scorer.php
-www/CDash/tests/kwtest/simpletest/selector.php
-www/CDash/tests/kwtest/simpletest/shell_tester.php
-www/CDash/tests/kwtest/simpletest/simpletest.php
-www/CDash/tests/kwtest/simpletest/socket.php
-www/CDash/tests/kwtest/simpletest/tag.php
-www/CDash/tests/kwtest/simpletest/test_case.php
-www/CDash/tests/kwtest/simpletest/tidy_parser.php
-www/CDash/tests/kwtest/simpletest/unit_tester.php
-www/CDash/tests/kwtest/simpletest/url.php
-www/CDash/tests/kwtest/simpletest/user_agent.php
-www/CDash/tests/kwtest/simpletest/web_tester.php
-www/CDash/tests/kwtest/simpletest/xml.php
-www/CDash/tests/loginCoverage.php
-www/CDash/tests/manageCoverageTest.php
-www/CDash/tests/sameImage.php
-www/CDash/tests/selenium/CMakeLists.txt
-www/CDash/tests/selenium/cdash_selenium_test_case.php
-www/CDash/tests/selenium/test_addbuildgroup.php
-www/CDash/tests/selenium/test_buildinfogroup.html
-www/CDash/tests/selenium/test_buildinfogroup.php
-www/CDash/tests/selenium/test_buildnote.html
-www/CDash/tests/selenium/test_buildnote.php
-www/CDash/tests/selenium/test_buildsummary.html
-www/CDash/tests/selenium/test_buildsummary.php
-www/CDash/tests/selenium/test_editsite.html
-www/CDash/tests/selenium/test_editsite.php
-www/CDash/tests/selenium/test_emailsubscription.html
-www/CDash/tests/selenium/test_emailsubscription.php
-www/CDash/tests/selenium/test_expectedbuildgroup.html
-www/CDash/tests/selenium/test_expectedbuildgroup.php
-www/CDash/tests/selenium/test_finduserproject.html
-www/CDash/tests/selenium/test_finduserproject.php
-www/CDash/tests/selenium/test_findusers.html
-www/CDash/tests/selenium/test_findusers.php
-www/CDash/tests/selenium/test_querytestsfilters.html
-www/CDash/tests/selenium/test_querytestsfilters.php
-www/CDash/tests/selenium/test_removescheduledbuild.html
-www/CDash/tests/selenium/test_removescheduledbuild.php
-www/CDash/tests/selenium/test_requestwork.html
-www/CDash/tests/selenium/test_requestwork.php
-www/CDash/tests/selenium/test_setup_repositories.html
-www/CDash/tests/selenium/test_setup_repositories.php
-www/CDash/tests/selenium/test_showcoveragegraph.html
-www/CDash/tests/selenium/test_showcoveragegraph.php
-www/CDash/tests/selenium/test_showtestgraphs.html
-www/CDash/tests/selenium/test_showtestgraphs.php
-www/CDash/tests/selenium/test_showupdategraph.html
-www/CDash/tests/selenium/test_showupdategraph.php
-www/CDash/tests/selenium/test_sortbuilderror.php
-www/CDash/tests/selenium/test_sortbuildname.php
-www/CDash/tests/selenium/test_sortbuildtime.php
-www/CDash/tests/selenium/test_sortbuildtiming.php
-www/CDash/tests/selenium/test_sortbuildwarning.php
-www/CDash/tests/selenium/test_sortconfigureerror.php
-www/CDash/tests/selenium/test_sortconfiguretiming.php
-www/CDash/tests/selenium/test_sortconfigurewarning.php
-www/CDash/tests/selenium/test_sortsite.php
-www/CDash/tests/selenium/test_sorttestfail.php
-www/CDash/tests/selenium/test_sorttestnotrun.php
-www/CDash/tests/selenium/test_sorttestpass.php
-www/CDash/tests/selenium/test_sorttesttiming.html
-www/CDash/tests/selenium/test_sorttesttiming.php
-www/CDash/tests/selenium/test_sortupdatefiles.php
-www/CDash/tests/selenium/test_sortupdatetiming.php
-www/CDash/tests/selenium/test_subproject2.html
-www/CDash/tests/selenium/test_subproject2.php
-www/CDash/tests/simple.php
-www/CDash/tests/simple2.php
-www/CDash/tests/singletest.php
-www/CDash/tests/test_actualtrilinossubmission.php
-www/CDash/tests/test_api.php
-www/CDash/tests/test_autoremovebuilds.php
-www/CDash/tests/test_autoremovebuilds_on_submit.php
-www/CDash/tests/test_banner.php
-www/CDash/tests/test_buildconfigure.php
-www/CDash/tests/test_builderrordiff.php
-www/CDash/tests/test_buildgroupposition.php
-www/CDash/tests/test_buildgrouprule.php
-www/CDash/tests/test_buildmodel.php
-www/CDash/tests/test_buildoverview.php
-www/CDash/tests/test_buildtestdiff.php
-www/CDash/tests/test_buildusernote.php
-www/CDash/tests/test_committerinfo.php
-www/CDash/tests/test_compressedtest.php
-www/CDash/tests/test_createpublicdashboard.php
-www/CDash/tests/test_customclientscript.php
-www/CDash/tests/test_dailyupdatefile.php
-www/CDash/tests/test_deletedailyupdate.php
-www/CDash/tests/test_displayimage.php
-www/CDash/tests/test_editautoremovesettings.php
-www/CDash/tests/test_edituser.php
-www/CDash/tests/test_email.php
-www/CDash/tests/test_enable_async.php
-www/CDash/tests/test_errorlog.php
-www/CDash/tests/test_groupsdescription.php
-www/CDash/tests/test_image.php
-www/CDash/tests/test_import.php
-www/CDash/tests/test_importbackup.php
-www/CDash/tests/test_importbuilds.php
-www/CDash/tests/test_install.php
-www/CDash/tests/test_iphone.php
-www/CDash/tests/test_loggingadministration.php
-www/CDash/tests/test_login.php
-www/CDash/tests/test_managebackup.php
-www/CDash/tests/test_managebanner.php
*** 101 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404302053.43UKrcuk062797>