You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2020/04/10 21:07:06 UTC

[roller] branch roller-6.0.x updated: Preparing for 6.0.1 rc-1

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git


The following commit(s) were added to refs/heads/roller-6.0.x by this push:
     new b8df019  Preparing for 6.0.1 rc-1
b8df019 is described below

commit b8df01916df4501694c703a2cd0ac5a40fcf4e84
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Fri Apr 10 17:06:55 2020 -0400

    Preparing for 6.0.1 rc-1
---
 assembly-release/copy-files.sh   | 1 -
 assembly-release/copy-to-asf.sh  | 2 --
 assembly-release/sign-release.sh | 4 ++--
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/assembly-release/copy-files.sh b/assembly-release/copy-files.sh
deleted file mode 100644
index b84e15a..0000000
--- a/assembly-release/copy-files.sh
+++ /dev/null
@@ -1 +0,0 @@
-cp target/roller-release
diff --git a/assembly-release/copy-to-asf.sh b/assembly-release/copy-to-asf.sh
deleted file mode 100755
index b083fdb..0000000
--- a/assembly-release/copy-to-asf.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-cp target/roller-release-* ~/src.asf/roller-dist/dev/roller/roller-6.0/v6.0.0
-
diff --git a/assembly-release/sign-release.sh b/assembly-release/sign-release.sh
index 5151ff2..b7248e5 100755
--- a/assembly-release/sign-release.sh
+++ b/assembly-release/sign-release.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
-export rcstring="-rc-3"
-export vstring="6.0.0"
+export rcstring="-rc-1"
+export vstring="6.0.1"
 
 # for rc releases we rename the release files
 if [ rcstring != "" ]; then