diff --git a/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh b/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh index f38fd8f4316..623d5960d30 100755 --- a/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh +++ b/releng/org.eclipse.rse.build/bin/doit_irsbuild.sh @@ -83,9 +83,9 @@ if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then chgrp dsdp-tmadmin * CVS/* #Fixup permissions and group id on download.eclpse.org (just to be safe) - echo "Fixup: chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}*" - chgrp -R dsdp-tmadmin drops/${buildType}*-${daystamp}* - chmod -R g+w drops/${buildType}*-${daystamp}* + echo "Fixup: chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*" + chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}* + chmod -R g+w drops/${buildType}*${daystamp}* fi #Check the publishing diff --git a/releng/org.eclipse.rse.build/template/buildNotes.php b/releng/org.eclipse.rse.build/template/buildNotes.php index 046cac027ca..843548599f9 100755 --- a/releng/org.eclipse.rse.build/template/buildNotes.php +++ b/releng/org.eclipse.rse.build/template/buildNotes.php @@ -36,9 +36,16 @@
  • Apache Commons.Net and ORO are now distributed as verbatim compies from the Orbit project, so they will not be changed any more.
  • --> -
  • No API changes were made in this build. 8 bugs were resolved (P1 bug 194442 to - improve migration of dstore daemons to the 2.0 version, and P1 bug 187301 - to support multiple RSE shells with Telnet; the rest were documentation). Use +
  • No API changes were made in this build. 9 bugs were resolved: + + Use this query to show the list of bugs fixed since the last milestone,