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

cleanup and standardize

parent bfb163e2
No related branches found
No related tags found
No related merge requests found
......@@ -524,13 +524,13 @@ else {
<?php
$shortname="$build_distribution";
$shortname="jsdt";
$zipfilename=$bellwether_name."/".$shortname."-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname , "Minimal", "Executable code");
$zipfilename=$bellwether_name."/".$shortname."_sdk-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname." sdk" , "SDK", "Executable code and source");
displayp2repoarchives($zipfilename, $downloadprefix, $shortname."_sdk" , "SDK", "Executable code and source");
$zipfilename=$bellwether_name."/".$shortname."_tests-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname." tests", "Tests", "Unit tests");
displayp2repoarchives($zipfilename, $downloadprefix, $shortname."_tests", "Tests", "Unit tests");
?>
</table>
......
......@@ -524,13 +524,13 @@ else {
<?php
$shortname="$build_distribution";
$shortname="wtp-patches32x";
$zipfilename=$bellwether_name."/".$shortname."-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname , "Minimal", "Executable code");
$zipfilename=$bellwether_name."/".$shortname."_sdk-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname." sdk" , "SDK", "Executable code and source");
displayp2repoarchives($zipfilename, $downloadprefix, $shortname."_sdk" , "SDK", "Executable code and source");
$zipfilename=$bellwether_name."/".$shortname."_tests-buildrepo-".$build;
displayp2repoarchives($zipfilename, $downloadprefix, $shortname." tests", "Tests", "Unit tests");
displayp2repoarchives($zipfilename, $downloadprefix, $shortname."_tests", "Tests", "Unit tests");
?>
</table>
......
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