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 <[email protected]> Authored: Mon Mar 17 09:07:53 2014 +1100 Committer: Justin Mclean <[email protected]> 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
