summaryrefslogtreecommitdiffstats
path: root/hudson-builds
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-29 06:41:39 +0100
committerSven Gothel <[email protected]>2010-11-29 06:41:39 +0100
commit26a88ceef07b93501901b55b9f0b76e87e877ff8 (patch)
treea603c7644edc8578c4602316bca526f08e138226 /hudson-builds
parent0fd8144f1e151b18bc9b45e130b5f923df8a1f05 (diff)
check jogl-demos and jocl-demos ; dos2unix added
Diffstat (limited to 'hudson-builds')
-rwxr-xr-xhudson-builds/promote-latest-builds.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/hudson-builds/promote-latest-builds.sh b/hudson-builds/promote-latest-builds.sh
index 4d432aa..e840051 100755
--- a/hudson-builds/promote-latest-builds.sh
+++ b/hudson-builds/promote-latest-builds.sh
@@ -181,6 +181,8 @@ function promote-latest-builds() {
#########################################################
prom_integrity_check $dest
+ prom_integrity_check $dest/jogl-demos
+ prom_integrity_check $dest/jocl-demos
prom_cleanup $dest
@@ -196,6 +198,9 @@ function promote-latest-builds() {
echo
echo aggregation.properties
echo
+ dos2unix jocl-demos.artifact.properties
+ dos2unix jogl-demos.artifact.properties
+ dos2unix aggregated.artifact.properties
cat jocl-demos.artifact.properties jogl-demos.artifact.properties | sort -u > jocl-demos-jogl-demos.artifact.properties.sorted
sort -u aggregated.artifact.properties > aggregated.artifact.properties.sorted
diff -Nurbw aggregated.artifact.properties.sorted jocl-demos-jogl-demos.artifact.properties.sorted