summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-02 01:01:44 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-02 01:01:44 +0000
commitc0f7b1413928d3c83682d57bc7a0e8b0aa398967 (patch)
tree37fa297566cb04deb9f03b058b8e70c31e18108f
parentfc6e732b81b362202d569b9fb696282253568b4c (diff)
downloadATCD-c0f7b1413928d3c83682d57bc7a0e8b0aa398967.tar.gz
ChangeLogTag:Sun Jun 01 20:02:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog6
-rwxr-xr-xbin/make_release3
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b98911736dc..3cfc5c866b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jun 01 20:02:52 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/make_release: Fixed a typo and added comments.
+
Sun Jun 1 19:05:41 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* bin/make_release: The following changes were made to the release
@@ -9,6 +13,8 @@ Sun Jun 1 19:05:41 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
write permissions in the output directory
- Removed the option to create releases with no zipped
libraries.
+ - Introduced the need for another environment variable MAILID to
+ provide the mail id of the person cutting the beta.
Sun Jun 01 18:02:24 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
diff --git a/bin/make_release b/bin/make_release
index 8bfef978129..d8cfe72686d 100755
--- a/bin/make_release
+++ b/bin/make_release
@@ -267,8 +267,7 @@ if ($update_versions && "$kit" ne 'ace+tao+ciao') {
if ("$ace_tag") {
&ex ("$cvs -q export -r$ace_tag -kv ACE_wrappers > /dev/null") &&
die "$0: failed cvs export of $ace_tag in $stage_dir\n";
- }
- &ex ("cd ACE_wrappers && $make ACE-INSTALL") &&
+ &ex ("cd ACE_wrappers && $make ACE-INSTALL") &&
die "$0: failed make ACE-INSTALL in $stage_dir/ACE_wrappers\n";
}