当前位置: 首页 > 工具软件 > Portage > 使用案例 >

使用 git 管理 portage tree

夏骞尧
2023-12-01

 

  1. 安装 git.
  2. 备份原来的 portage tree.
  3. 克隆 funtoo.
    cd /usr && rm -rf portage && git clone git://github.com/funtoo/portage.git
      仓库中有gentoo.org, funtoo.org, master三个分支.
  4. 分支 gentoo.org 就是 gentoo 的官方 portage tree, 只不过是由 Daniel Robbins 定期更新至他的 git 仓库中。
  5. 分支 funtoo.org 是funtoo. master 分支可以不用理睬。
  6. checkout出gentoo分支。

    cd /usr/portage && git checkout -b gentoo.org origin/gentoo.org

转载于:https://www.cnblogs.com/exsaber/archive/2012/08/02/2619990.html

 类似资料: