Repository: lucy-clownfish
Updated Branches:
  refs/heads/0.6 fbac13c2b -> 5f6cb2448
  refs/heads/master a720b8d4a -> 1b52cc3d6


Fix svnmucc command in release_commands.pl

See LUCY-308.


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/5f6cb244
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/5f6cb244
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/5f6cb244

Branch: refs/heads/0.6
Commit: 5f6cb24489c653d1da7eeb13777897097476059c
Parents: fbac13c
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Tue Dec 13 16:18:51 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Tue Dec 13 16:18:51 2016 +0100

----------------------------------------------------------------------
 devel/bin/release_commands.pl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/5f6cb244/devel/bin/release_commands.pl
----------------------------------------------------------------------
diff --git a/devel/bin/release_commands.pl b/devel/bin/release_commands.pl
index 1c8245e..9d0e993 100755
--- a/devel/bin/release_commands.pl
+++ b/devel/bin/release_commands.pl
@@ -166,7 +166,9 @@ say qq|svnmucc -m "Publish Apache Clownfish $x_y_z_version" 
|
     . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/apache-clownfish-$x_y_z_version.tar.gz.asc
 |
     . qq|release/lucy/clownfish/apache-clownfish-$x_y_z_version.tar.gz.asc |
     . qq|mv 
dev/lucy/clownfish/apache-clownfish-$full_rc_version/CHANGES-$x_y_z_version.txt 
|
-    . qq|release/lucy/clownfish/CHANGES-$x_y_z_version.txt |
+    . qq|release/lucy/clownfish/CHANGES-$x_y_z_version.txt|;
+say qq|svnmucc -m "Remove apache-clownfish-$full_rc_version directory" |
+    . qq|-U https://dist.apache.org/repos/dist/ |
     . qq|rm dev/lucy/clownfish/apache-clownfish-$full_rc_version\n|;
 
 say qq|# Carefully remove the artifacts for any previous releases superseded|;

Reply via email to