Skip to content
Snippets Groups Projects
Commit 0211dab1 authored by david_williams's avatar david_williams
Browse files

move to unified archived repos

parent f4312589
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@
<!-- create archived repo from contents of 'repository' at this point -->
<property
name="zippedtestsrepo"
value="${build.distribution}-unittests-repo-${buildLabel}.zip"/>
value="${build.distribution}-tests-repo-${buildLabel}.zip"/>
<zip
destfile="${buildDirectory}/${buildLabel}/${zippedtestsrepo}"
basedir="${buildDirectory}/${buildLabel}/repositoryunittests"/>
......
......@@ -127,7 +127,7 @@ if (phpversion() >= 5) {
<?php } ?>
<?php
$shortname="${build_distribution} unit tests";
$shortname="${build_distribution}-tests";
$zipfilename=$shortname."-repo-".$build;
$filename=$zipfilename.".zip";
......
......@@ -335,7 +335,7 @@
<!-- create archived repo from contents of 'repository' at this point -->
<property
name="zippedtestsrepo"
value="${build.distribution}-unittests-repo-${buildLabel}.zip"/>
value="${build.distribution}-tests-repo-${buildLabel}.zip"/>
<zip
destfile="${buildDirectory}/${buildLabel}/${zippedtestsrepo}"
basedir="${buildDirectory}/${buildLabel}/repositoryunittests"/>
......
......@@ -127,7 +127,7 @@ if (phpversion() >= 5) {
<?php } ?>
<?php
$shortname="${build_distribution} unit tests";
$shortname="${build_distribution}-tests";
$zipfilename=$shortname."-repo-".$build;
$filename=$zipfilename.".zip";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment