You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/03/16 23:08:08 UTC

[2/2] git commit: [flex-flexunit] [refs/heads/develop] - get code from right repo

get code from right repo


Project: http://git-wip-us.apache.org/repos/asf/flex-flexunit/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-flexunit/commit/c8680a98
Tree: http://git-wip-us.apache.org/repos/asf/flex-flexunit/tree/c8680a98
Diff: http://git-wip-us.apache.org/repos/asf/flex-flexunit/diff/c8680a98

Branch: refs/heads/develop
Commit: c8680a98f32f063a0d22bcdc3edfabf5645dd00d
Parents: a32c4fc
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Mar 17 09:07:53 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Mar 17 09:07:53 2014 +1100

----------------------------------------------------------------------
 build/make_release_branch.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/c8680a98/build/make_release_branch.sh
----------------------------------------------------------------------
diff --git a/build/make_release_branch.sh b/build/make_release_branch.sh
index bd4ebb9..7ae52fe 100755
--- a/build/make_release_branch.sh
+++ b/build/make_release_branch.sh
@@ -43,7 +43,7 @@ git push -u origin develop:release${FLEXUNIT_VERSION}
 cd ..
 mkdir "ApacheFlexUnit${FLEXUNIT_VERSION}"
 cd "ApacheFlexUnit${FLEXUNIT_VERSION}"
-git clone https://git-wip-us.apache.org/repos/asf/flex-sdk.git .
+git clone https://git-wip-us.apache.org/repos/asf/flex-flexunit .
 git checkout release${FLEXUNIT_VERSION}
 git tag -a apache-flexunit-${FLEXUNIT_VERSION}RC1 -m \'"Apache FlexUnit ${FLEXUNIT_VERSION} RC1"\'
-git push --tags
\ No newline at end of file
+git push --tags