Date: Mon, 23 Sep 2019 20:55:40 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r352633 - user/uqs/git_conv Message-ID: <201909232055.x8NKtert084227@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: uqs Date: Mon Sep 23 20:55:40 2019 New Revision: 352633 URL: https://svnweb.freebsd.org/changeset/base/352633 Log: Remove bitbucket, it's essentially dead and we're long past their repo size restrictions. Modified: user/uqs/git_conv/git_conv Modified: user/uqs/git_conv/git_conv ============================================================================== --- user/uqs/git_conv/git_conv Mon Sep 23 20:54:18 2019 (r352632) +++ user/uqs/git_conv/git_conv Mon Sep 23 20:55:40 2019 (r352633) @@ -161,11 +161,6 @@ svn2git() git config --add remote.github.push '+refs/heads/stable/*:refs/heads/stable/*' git config --add remote.github.push '+refs/heads/user/*:refs/heads/user/*' git config --add remote.github.push '+refs/notes/*:refs/notes/*' - - git remote add bitbucket ssh://git@bitbucket.org/freebsd/freebsd-$TYPE.git - git config --add remote.bitbucket.push '+refs/heads/master:refs/heads/master' - git config --add remote.bitbucket.push '+refs/heads/stable/*:refs/heads/stable/*' - git config --add remote.bitbucket.push '+refs/notes/*:refs/notes/*' ;; doc) git remote add github $TYPE.github.com:freebsd/freebsd-$TYPE.git @@ -255,7 +250,7 @@ fi if [ -n "$do_svn2git" ]; then case "$TYPE" in - base) svn2git $RULES_DIR/freebsd-base.rules ${REPO_base} github bitbucket ;; + base) svn2git $RULES_DIR/freebsd-base.rules ${REPO_base} github ;; doc) svn2git $RULES_DIR/freebsd-doc.rules ${REPO_doc} github ;; ports) svn2git $RULES_DIR/freebsd-ports.rules ${REPO_ports} github ;; esac
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909232055.x8NKtert084227>