You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/04/29 08:32:27 UTC

[incubator-weex] branch release/0.24 updated: Update publish srcript

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

kyork pushed a commit to branch release/0.24
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/release/0.24 by this push:
     new ab1d292  Update publish srcript
ab1d292 is described below

commit ab1d292b9f7ae82c90fddbdc9a8fb48baa1f88ad
Author: YorkShen <sh...@gmail.com>
AuthorDate: Mon Apr 29 16:32:12 2019 +0800

    Update publish srcript
---
 scripts/publish_release_candidate.sh | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/scripts/publish_release_candidate.sh b/scripts/publish_release_candidate.sh
index dcee85a..632a326 100755
--- a/scripts/publish_release_candidate.sh
+++ b/scripts/publish_release_candidate.sh
@@ -16,12 +16,12 @@
 # specific language governing permissions and limitations
 # under the License.
 
-git tag "$1-$2"
-git push "$3" "$1-$2" 
-cd $TMPDIR
-svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ $TMPDIR
-mkdir -p "$TMPDIR/$1/$2"
-cp "apache-weex-incubating-$1-$2-src.tar.gz" "apache-weex-incubating-$1-$2-src.tar.gz.asc" "apache-weex-incubating-$1-$2-src.tar.gz.sha512" "$TMPDIR/weex/$1/$2"
-cd "$TMPDIR/weex"
-svn add "apache-weex-incubating-$1-$2-src.tar.gz" "apache-weex-incubating-$1-$2-src.tar.gz.asc" "apache-weex-incubating-$1-$2-src.tar.gz.sha512"
+# git tag "$1-$2"
+# git push "$3" "$1-$2"
+svn checkout https://dist.apache.org/repos/dist/dev/incubator/weex/ "$TMPDIR""weex"
+mkdir -p "$TMPDIR""weex/""$1/$2"
+echo "$TMPDIR""weex/""$1/$2"
+cp "apache-weex-incubating-$1-$2-src.tar.gz" "apache-weex-incubating-$1-$2-src.tar.gz.asc" "apache-weex-incubating-$1-$2-src.tar.gz.sha512" "$TMPDIR""weex/""$1/$2"
+cd "$TMPDIR""weex"
+svn add "$1"
 svn commit -m "$4"
\ No newline at end of file